Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
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.
|
|
names to ensure compatibility on case sensitive file systems.
|
|
|
|
to a fatal PHP error.
|
|
in) instead of always looking in libraries. Makes more sense to have them in the same folder wether in system or application.
|
|
is_really_writable() on each page request unless it is_really_needed()
|
|
to mirror EE2.
|
|
|
|
|
|
|
|
|
|
|
|
|