diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-24 10:31:36 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-24 10:31:36 +0100 |
commit | c26b9ebb00e29be2e972fece3bcf73d33249a64b (patch) | |
tree | b10dac6db61cc657bf5c906a8495994f935c102f /user_guide_src/source/changelog.rst | |
parent | 82179bf31f00564282f2a4d9873c6107b6732631 (diff) |
Don't use globals
- Use load_class() to get objects during bootstrap process.
- Change load_class() to accept a class constructor parameter
instead of previously unused class name prefix.
- Change CI_Router::__construct() to accept as a parameter.
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index b654bc51f..07ea85bcf 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -474,6 +474,7 @@ Release Date: Not Released - Added function :func:`is_cli()` to replace the ``CI_Input::is_cli_request()`` method. - Added function :func:`function_usable()` to work around a bug in `Suhosin <http://www.hardened-php.net/suhosin/>`. - Removed the third (`$php_error`) argument from function :func:`log_message()`. + - Changed internal function ``load_class()`` to accept a constructor parameter instead of (previously unused) class name prefix. - :doc:`Output Library <libraries/output>` changes include: |