Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
of if the class is instantiated or not.
|
|
|
|
traversal
|
|
|
|
controllers implementing their own _output() methods
|
|
not found.
|
|
|
|
|
|
due to a function being moved from the input to security class.
Moving remove_invisible_characters() to Common.php so the entire class does not need to be instantiated in those database drivers.
|
|
enabled.
|