summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
AgeCommit message (Expand)AuthorFilesLines
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2011-10-27CI_Loader::driver() processes empty library. Fixed.Tom Klingenberg1-0/+5
2011-08-15Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de...Phil Sturgeon1-11/+91
2011-08-14Added some docs to CI core filesDavid Behler1-11/+91
2011-08-13Merged my GitHub mirror.Phil Sturgeon1-10/+11
2011-08-13If a config class was loaded first then a library with the same name is loade...Phil Sturgeon1-4/+4
2011-08-10Reset loaded files arrays in the Loader so the 404_override controller can ac...Shane Pearson1-10/+11
2011-07-23Added ->load->get_var() to check against ->load->_ci_cached_vars[].Phil Sturgeon1-0/+15
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-30/+30
2011-04-25Fixed double-space typo.Razican1-30/+30
2011-04-21Flipping around contents of a conditional in _ci_load() so the small bits are...Greg Aker1-6/+6
2011-04-20Refactoring the loader to set protected class variables.Greg Aker1-19/+56
2011-04-20Altering the loader to be able to load views from packages when adding the pa...Greg Aker1-52/+58
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-32/+32
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-3/+3
2011-04-03Fixed loading an array of libraries.Phil Sturgeon1-1/+1
2011-04-01Merged changes.Phil Sturgeon1-13/+3
2011-03-17load config files from environment specific locations in core classes, helper...bubbafoley1-1/+9
2011-02-14Whitespace cleanup in core/Pascal Kriete1-2/+2
2011-02-09cleaned up some redundant code in the Loader->library functionKellas Reeves1-13/+3
2011-02-02Merged recent changes and tweaked multi-env changes.Phil Sturgeon1-1/+10
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-13/+42
2011-01-16Set error_reporting to E_ALL when environment unknown and changed CI_Loader t...joelcox1-2/+13
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2011-01-04Added ability to auto load package config files. Fixes #281Eric Barnes1-8/+21
2010-12-27Languages can now be placed in packages folders, and added ->load->get_packag...Phil Sturgeon1-14/+21
2010-12-15Package paths can now be auto-loaded in autoload.php.Phil Sturgeon1-0/+9
2010-12-15Package paths can now be auto-loaded in autoload.php.Phil Sturgeon1-0/+9
2010-11-10Fixing output buffer error in the loader classGreg Aker1-1/+1
2010-11-10Changing all class constructors to __construct()Greg Aker1-1/+1
2010-11-10Removing a global call that was needed for php 4.Pascal Kriete1-3/+1
2010-11-10Removing instantiate_class(), which was needed to make php 4 and 5.3 play tog...Pascal Kriete1-1/+1
2010-11-10Merging in changesGreg Aker1-38/+6
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-11-10Removing _ci_is_instance from the loader.Pascal Kriete1-38/+6
2010-11-10Removing _assign_to_models and _assign_libraries from model related code in f...Pascal Kriete1-37/+2
2010-11-09Normalizing package paths to include a single trailing slash.Pascal Kriete1-0/+4
2010-10-12Automated merge with http://hg.ellislab.com/CodeIgniter2Derek Jones1-1/+11
2010-10-12Fix #83 where multiple libraries could not be loaded at once by passing an ar...Greg Aker1-0/+10
2010-10-11Fixed a bug where CI_Model is always loaded in core/Loader.php, regardless of...Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-149/+149
2010-03-28Change in the loader and driver docs to force ucfirst() on driver directory n...Greg Aker1-1/+1
2010-03-10completely removed Plugins from CodeIgniterDerek Jones1-63/+4
2010-03-10sped up Driver loading slightly by predicting subfolder locationDerek Jones1-1/+8
2010-03-05added Driver libDerek Jones1-0/+23
2010-03-02rewrite of Loader classDerek Jones1-142/+198
2010-03-02fixed EOF code comment file locationsDerek Jones1-1/+1
2010-03-02moving core library files out of libraries into new core folderDerek Jones1-0/+1085