Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
a0f980e361d3025b8d34e7cbe3b747460de80dea
/
system
/
core
/
Loader.php
5e16ec6
Added ability to auto load package config files. Fixes #281
by Eric Barnes
· 14 years ago
de3dbc3
Languages can now be placed in packages folders, and added ->load->get_package_paths().
by Phil Sturgeon
· 14 years ago
9a311fd
Package paths can now be auto-loaded in autoload.php.
by Phil Sturgeon
· 14 years ago
22f1a63
Fixing output buffer error in the loader class
by Greg Aker
· 14 years ago
a926328
Changing all class constructors to __construct()
by Greg Aker
· 14 years ago
8adf8b0
Removing a global call that was needed for php 4.
by Pascal Kriete
· 14 years ago
5856002
Removing instantiate_class(), which was needed to make php 4 and 5.3 play together nicely. Removed all instantiations by reference.
by Pascal Kriete
· 14 years ago
b026724
Merging in changes
by Greg Aker
· 14 years ago
741de1c
Updating PHP requirements in files 5.1.6
by Greg Aker
· 14 years ago
89ace43
Removing _ci_is_instance from the loader.
by Pascal Kriete
· 14 years ago
287781e
Removing _assign_to_models and _assign_libraries from model related code in favor of __get().
by Pascal Kriete
· 14 years ago
6b6c274
Normalizing package paths to include a single trailing slash.
by Pascal Kriete
· 14 years ago
e4054b8
Automated merge with http://hg.ellislab.com/CodeIgniter2
by Derek Jones
· 14 years ago
ce43396
Fix #83 where multiple libraries could not be loaded at once by passing an array to the load->library() function.
by Greg Aker
· 14 years ago
bce1348
Fixed a bug where CI_Model is always loaded in core/Loader.php, regardless of if the class is instantiated or not.
by Greg Aker
· 14 years ago
dd67197
Cleanup of stray spaces and tabs
by Barry Mieny
· 14 years ago
d25e66a
Change in the loader and driver docs to force ucfirst() on driver directory names to ensure compatibility on case sensitive file systems.
by Greg Aker
· 15 years ago
c6da503
completely removed Plugins from CodeIgniter
by Derek Jones
· 15 years ago
d5e0cb5
sped up Driver loading slightly by predicting subfolder location
by Derek Jones
· 15 years ago
8dca041
added Driver lib
by Derek Jones
· 15 years ago
32bf186
rewrite of Loader class killed scaffolding added @PHP4 tags
by Derek Jones
· 15 years ago
c68dfbf
fixed EOF code comment file locations
by Derek Jones
· 15 years ago
b97d21f
moving core library files out of libraries into new core folder
by Derek Jones
· 15 years ago
[Renamed from system/libraries/Loader.php]
7f3719f
updated copyrights
by Derek Jones
· 15 years ago
9fb6dd1
tweak in database() to match change to $active_record variable
by Derek Jones
· 15 years ago
ffca6c2
fixed bug where active record override wasn't being honored properly
by Derek Jones
· 15 years ago
f0a9b33
PHP 5.3.0 compatibility changes
by Derek Jones
· 15 years ago
c8dddd9
Simplified some conditional syntax
by Derek Jones
· 16 years ago
fc395a1
updated copyrights to 2009
by Derek Jones
· 16 years ago
2067d1a
Changing EOL style to LF
by Derek Allard
· 16 years ago
f59c31e
Fixed a bug in which servers that are case sensitive to file names were ignoring config files unless they were named with the correct case
by Rick Ellis
· 16 years ago
ccfe913
fixed spelling of existant to existent
by Derek Jones
· 16 years ago
e4a7db4
updated copyright
by Rick Ellis
· 16 years ago
7926943
Fixed a variable that was set wrong
by Rick Ellis
· 16 years ago
76c504e
Made some changes for compatibility with the new form validation class
by Rick Ellis
· 16 years ago
6945097
by Rick Ellis
· 16 years ago
7cdef03
Made a Loader changes so that the new validation class will work.
by Rick Ellis
· 16 years ago
65f4606
Added a bit more error trapping in the load() function
by Rick Ellis
· 16 years ago
6ad5329
Added the ability to assign a custom object name when loading a library.
by Rick Ellis
· 16 years ago
afb056a
by Rick Ellis
· 16 years ago
0ea8f98
Added support for libraries in subdirectories
by Rick Ellis
· 16 years ago
9736d3f
correcting some docblock comments
by Derek Allard
· 17 years ago
454fa7e
force closing tag on eval() for servers not running short_open_tags
by Derek Jones
· 17 years ago
0b59f27
Some sweeping syntax changes for consistency:
by Derek Jones
· 17 years ago
5cf6647
adjusted eval() statement in Loader to accommodate servers with short_open_tag disabled with the new change of removing closing PHP tags from files
by Derek Jones
· 17 years ago
15dcf49
removed an ereg from config
by Derek Allard
· 17 years ago
a3ffbbb
Removed closing PHP tags, replaced with a comment block identifying the end of the file
by Derek Jones
· 17 years ago
c7deac9
Undoing change committed in r1115
by Derek Jones
· 17 years ago
5583e1a
removed closing PHP tag from all framework files
by Derek Jones
· 17 years ago
ff390bd
DB Forge is now assigned to any models that exist after loading (#3457).
by Derek Allard
· 17 years ago
7327499
Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper.
by Derek Allard
· 17 years ago
72c82c1
include() vs include_once() allows for multiple views with the same name
by Derek Allard
· 17 years ago
d888c35
changed include into include_once
by Derek Allard
· 17 years ago
72d6133
Fixed bug #1813 - added check for $CI->db isset() and is_object() before returning false in Loader::database()
by Derek Jones
· 17 years ago
269b942
added ability to "extend" helpers
by Derek Jones
· 17 years ago
ff943eb
Changed the load protocol of Models to allow for extension.
by Derek Allard
· 17 years ago
ca0e7fa
prefixed all the variables in _ci_load() to avoid symbol collision in view files
by Derek Jones
· 17 years ago
22259b5
by Derek Allard
· 17 years ago
7a9193a
replaced www.codeigniter.com with codeigniter.com
by Derek Jones
· 17 years ago
66f0724
multiple view concatenation support
by Derek Allard
· 17 years ago
3d879d5
ExpressionEngine Dev Team in credit
by Derek Allard
· 17 years ago
0796b8d
moved an strtolower higher into the init_class function for case insensitivity
by Derek Allard
· 17 years ago
47845f2
prefixed reserved variables of _ci_load() in order to not conflict with view file variables
by Derek Jones
· 17 years ago
39b622d
Many new Active Record functions, and another whack of stuff
by Derek Allard
· 17 years ago
17f7406
fixed a bug when loading plugin files as _plugin. and not _pi
by Derek Allard
· 17 years ago
0265857
removed an unneeded setting of $config to NULL
by Derek Allard
· 17 years ago
834e74a
by Derek Allard
· 17 years ago
9fa3089
autoloaded models moved to load after libraries are loaded
by Derek Allard
· 17 years ago
befdc87
Added the ability to auto-load Models
by Derek Allard
· 17 years ago
6838f00
Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.
by Derek Allard
· 17 years ago
5808a11
comment clean up
by Derek Allard
· 18 years ago
873c722
further scaffolding language fixes
by Derek Allard
· 18 years ago
c9e2b10
added language files to autoload
by Derek Allard
· 18 years ago
8c501b3
by Rick Ellis
· 18 years ago
d2df9bc
update pMachine to EllisLab
by Derek Allard
· 18 years ago
ac0eb45
reverted a change user testing revealed a flaw.
by Derek Allard
· 18 years ago
a8b10be
allow for extending models
by Derek Allard
· 18 years ago
4dde0de
fixed an undefined var
by Derek Allard
· 18 years ago
655bc02
fixed grammer error in show_error message
by Derek Allard
· 18 years ago
29eff53
Fixed a typo in error message
by Derek Allard
· 18 years ago
7fcf8ca
by Rick Ellis
· 18 years ago
085c00f
by Rick Ellis
· 18 years ago
6f62816
by Rick Ellis
· 18 years ago
be013b3
by admin
· 18 years ago
69d3984
by admin
· 18 years ago
9139b0c
by admin
· 18 years ago
49439ff
by admin
· 18 years ago
f3a6204
by admin
· 18 years ago
2bc1385
by admin
· 18 years ago
2b47ea4
by admin
· 18 years ago
ca3dafb
by admin
· 18 years ago
e334c47
by admin
· 18 years ago
bd6bee7
by admin
· 18 years ago
570c161
by admin
· 18 years ago
0625e19
by admin
· 18 years ago
b807f32
by admin
· 18 years ago
81a3681
by admin
· 18 years ago
94fe038
by admin
· 18 years ago
9cd4cd5
by admin
· 18 years ago
30578ea
by admin
· 18 years ago
Next »