Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Unicode Consortium's trademark.
|
|
actually set.
|
|
|
|
->input->is_cli_request();
|
|
|
|
|
|
|
|
|
|
|
|
command line, either automatically or specifically with $config['uri_protocol'] = 'CLI';
|
|
Also tweaked his regex_match changes.
|
|
->load->get_package_paths().
|
|
controller name. This is useful for 404 pages on errors/page_missing or /pages/view/404.
|
|
will not send off.
|
|
should be.
|
|
default. Added a seperate config option to enable/disable the $_GET array.
|
|
change will check the function exists before calling it in Input.
|
|
|
|
|
|
Closes #261.
|
|
|
|
Thanks sophistry for the suggestion
|
|
|
|
CI_Controller exists.
|
|
class. The request_headers() method is helpful in non-apache environments where apache_request_headers() isn't going to exist.
|
|
|
|
|
|
|
|
|
|
together nicely. Removed all instantiations by reference.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the old Base5.
If a constructor is needed in a controller, call parent::__contruct()
|
|
favor of __get().
|
|
|
|
segments.
|
|
|
|
|
|
Suhosin's function blacklist. Simply moved the set_time_limit call down a bit.
|
|
|
|
|
|
|
|
array to the load->library() function.
|