public function action_world($name = '') { $this->response->body($name); }
htmlentities is set for uri_filter
something that they do better than you is commenting every function of the framework, you can build an api browser with phpdoc util, as suggestion, maybe you should change request/response tipe from object to the right class so we can use code hinting features on IDE's rather than reading the docs online, and also use phpdoc in those classes as they are missing it It looks like you're new here. If you want to get involved, click one of these buttons!