summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Make CI_Loader methods library(), driver(), vars() and language()'s first par...Andrey Andreev1-6/+6
2014-01-03[ci skip] Remove a few spacesAndrey Andreev1-3/+3
2013-10-16Fixed empty line at EOF and added changelog entryTomaz Lovrec1-1/+1
2013-10-16Added possibility clear out the cached variables from the Loader.Tomaz Lovrec1-1/+15
2013-10-14Fix #2682Andrey Andreev1-1/+1
2013-10-02Add return type for view loader.garthkerr1-2/+2
2013-09-12Removed new line from the end of the file.Ahmad Anbar1-1/+1
2013-09-12Fixed issue #2638 which prevented loading models in sub-folders by passing an...Ahmad Anbar1-2/+2
2013-07-23Loader changes & optimizations related to issue #2551Andrey Andreev1-32/+31
2013-07-22Give Drivers a higher priority in the autoloaderAndrey Andreev1-9/+9
2013-07-22Change class filenames to UcfirstAndrey Andreev1-16/+15
2013-06-24Merge pull request #2403 from groovenectar/loader-fixAndrey Andreev1-1/+1
2013-05-17Merge pull request #2442 from vlakoff/develop-3Andrey Andreev1-1/+1
2013-05-12Do not trigger a possible custom autoloader, as it is irrelevant herevlakoff1-1/+1
2013-05-10Fix a docblock in Loader classvlakoff1-1/+1
2013-04-14Fix for extending classes in a subdirectory (e.g. drivers)Daniel1-1/+1
2013-02-27Fix this use case: load->vars->('foobar', '')vlakoff1-1/+1
2013-02-21Disable autoloader call from class_exists() occurences to improve performanceAndrey Andreev1-5/+5
2013-02-15Various cosmetic fixesvlakoff1-1/+1
2013-01-28Fix issue #2202 and alter Loader Class docsAndrey Andreev1-1/+1
2013-01-28Libraries' filenames must be named in a ucfirst-like mannerAndrey Andreev1-84/+60
2013-01-28Remove unnecessary defined('ENVIRONMENT') checksAndrey Andreev1-3/+3
2013-01-14Replace is_null() with === / !== NULLvlakoff1-4/+4
2013-01-12Implement autoload model aliasing (#2117)Andrey Andreev1-2/+2
2013-01-06Slight performance improvement by moving some class property initialization t...Ted Wood1-8/+4
2013-01-03Replaced array_push function reference with a faster ordinary element inserti...and-ers1-1/+1
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-11-25Added support for extending individual driver classes and driver unit testsdchill421-7/+6
2012-11-12Fix issue #777Andrey Andreev1-7/+14
2012-11-07Added function_usable() to common functionsAndrey Andreev1-1/+3
2012-11-06Added possibility to pass custom database objects to DB Forge and DB UtilitiesAndrey Andreev1-25/+36
2012-11-05Refactored DB ForgeAndrey Andreev1-1/+14
2012-11-03Revert 679525d0237ac2e0a94d7b05377eb31eb3398f19Andrey Andreev1-6/+19
2012-11-02Removed CI_Loader::initialize() and moved its logic to the constructor.Andrey Andreev1-22/+6
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-27Make CI_Loader::config() a proper alias for CI_Config::load() and improve the...Andrey Andreev1-134/+152
2012-10-24Fix #191Andrey Andreev1-4/+4
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-2/+2
2012-10-05Fix issue #116 + other space/style fixes [ci skipAndrey Andreev1-1/+1
2012-09-02Merge pull request #1727 from pickupman/bugfix-loader-view_fileAlex Bilbie1-3/+3
2012-08-28Fixed multi-driver load return and last-ditch library subdirectory retry obje...dchill421-3/+3
2012-08-27Fixed select_driver(), cookie sess_destroy(), and native cookie name conflictdchill421-1/+7
2012-08-18Fix bug #1000Joe McFrederick1-3/+3
2012-08-08Relocated driver base class inclusion so drivers can be loaded with library()dchill421-13/+13
2012-07-23Merge branch develop of github.com:/EllisLab/CodeIgniter into sessiondchill421-137/+157
2012-07-16Inconsistency between log_message and show_error when encountering a non-exis...jonnu1-1/+1
2012-07-13Loader::model() - rename foreach ($model AS $single_model) to ($model AS $cla...Joel Limberg1-2/+2
2012-07-13Rename $babe => $single_model, in foreach ($model AS $babe) {...}joellimberg1-2/+2
2012-07-03Fix an error in Loader code documentationvlakoff1-1/+1
2012-06-12Fix APPPATHAndrey Andreev1-1/+1