index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
core
/
Loader.php
Age
Commit message (
Collapse
)
Author
Files
Lines
2010-11-10
Removing _ci_is_instance from the loader.
Pascal Kriete
1
-38
/
+6
2010-11-10
Removing _assign_to_models and _assign_libraries from model related code in ↵
Pascal Kriete
1
-37
/
+2
favor of __get().
2010-11-09
Normalizing package paths to include a single trailing slash.
Pascal Kriete
1
-0
/
+4
2010-10-12
Automated merge with http://hg.ellislab.com/CodeIgniter2
Derek Jones
1
-1
/
+11
2010-10-12
Fix #83 where multiple libraries could not be loaded at once by passing an ↵
Greg Aker
1
-0
/
+10
array to the load->library() function.
2010-10-11
Fixed a bug where CI_Model is always loaded in core/Loader.php, regardless ↵
Greg Aker
1
-1
/
+1
of if the class is instantiated or not.
2010-10-04
Cleanup of stray spaces and tabs
Barry Mieny
1
-149
/
+149
2010-03-28
Change in the loader and driver docs to force ucfirst() on driver directory ↵
Greg Aker
1
-1
/
+1
names to ensure compatibility on case sensitive file systems.
2010-03-10
completely removed Plugins from CodeIgniter
Derek Jones
1
-63
/
+4
2010-03-10
sped up Driver loading slightly by predicting subfolder location
Derek Jones
1
-1
/
+8
2010-03-05
added Driver lib
Derek Jones
1
-0
/
+23
2010-03-02
rewrite of Loader class
Derek Jones
1
-142
/
+198
killed scaffolding added @PHP4 tags
2010-03-02
fixed EOF code comment file locations
Derek Jones
1
-1
/
+1
2010-03-02
moving core library files out of libraries into new core folder
Derek Jones
1
-0
/
+1085