Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
5645479c622eb36cf9869797896dc0921568c4a9
/
system
/
libraries
/
Driver.php
5645479
Clean up the libraries
by Andrey Andreev
· 13 years ago
0688ac9
Start comment cleanup of libraries
by Timothy Warren
· 13 years ago
8486e9c
Renamed (with an underscore prefix) and switched from private to protected properties in the Driver library
by Andrey Andreev
· 13 years ago
07c1ac8
Bumped CodeIgniter's PHP requirement to 5.2.4.
by Phil Sturgeon
· 13 years ago
115db13
Merge pull request #615 from onigoetz/patch-1
by Phil Sturgeon
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
83d1505
Clean up the Driver library
by Andrey Andreev
· 13 years ago
35be644
Added a "break 2;", When overriding the cache file in an other folder, it would try to load all files corresponding to this name and create an error because of a double file loading
by Stéphane Goetz
· 13 years ago
f4a4bd8
adding new license file (OSL 3.0) and updating readme to ReST
by Derek Jones
· 13 years ago
02d45b5
Driver children can be located in any package path. Thanks Namaless.
by Phil Sturgeon
· 13 years ago
d01e4a6
hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit
by Derek Jones
· 14 years ago
37f4b9c
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance
by Derek Jones
· 14 years ago
28bda7f
swapping out preg_replace() in the driver library where str_replace() works just fine.
by Greg Aker
· 14 years ago
114ab09
Fixed double-space typo.
by Razican
· 14 years ago
3a74665
Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3.
by Greg Aker
· 14 years ago
48bac74
Fix: codeigniter-reactor/193 incorrect driver filepaths
by patwork
· 14 years ago
eb2dcda
Added CI_ Prefix to the Cache driver.
by Phil Sturgeon
· 14 years ago
14287f3
Whitespace cleanup in libraries/
by Pascal Kriete
· 14 years ago
700205a
updating copyrights to 2011
by Derek Jones
· 14 years ago
a926328
Changing all class constructors to __construct()
by Greg Aker
· 14 years ago
741de1c
Updating PHP requirements in files 5.1.6
by Greg Aker
· 14 years ago
dd67197
Cleanup of stray spaces and tabs
by Barry Mieny
· 14 years ago
8dca041
added Driver lib
by Derek Jones
· 15 years ago