Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
f52ad7a1a6340ea9d0e63dbf5fbf054b082fa3e9
/
system
/
libraries
/
Table.php
fb4cec2
Merge pull request #4863 from gxgpet/develop4
by Andrey Andreev
· 8 years ago
1924e87
[ci skip] Update ellislab.com links to https too
by Andrey Andreev
· 9 years ago
bd202c9
[ci skip] Update codeigniter.com links to https
by Andrey Andreev
· 9 years ago
125ef47
[ci skip] Bump year to 2016
by Andrey Andreev
· 9 years ago
1fb5000
Fixed inconsistent return types
by Gabriel Potkány
· 10 years ago
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 10 years ago
90726b8
[ci skip] Change some log messages' level
by Andrey Andreev
· 10 years ago
fe9309d
Bulk (mostly documentation) update
by Andrey Andreev
· 10 years ago
bdb96ca
[ci skip] Switch to MIT license; close #3293
by Andrey Andreev
· 10 years ago
e90d857
Merge pull request #2869 from darwinel/develop
by Andrey Andreev
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
f0b69a8
More code reduced from CI_Table
by Andrey Andreev
· 11 years ago
3fcc3f6
Another tiny optimization in CI_Table + remove an accidental addition
by Andrey Andreev
· 11 years ago
a49c8ad
Change CI_Table:: to NULL
by Andrey Andreev
· 11 years ago
05983fc
A bug fix and optimizations in CI_Table
by Andrey Andreev
· 11 years ago
1f59095
Add method chaining support to CI_Table
by Andrey Andreev
· 11 years ago
1228fe2
Replace is_null() with === / !== NULL
by vlakoff
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
838a9d6
[ci skip] Cleaned some spaces
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
d261b1e
Replaced `==` with `===` and `!=` with `!==` in /system/libraries
by Alex Bilbie
· 13 years ago
5645479
Clean up the libraries
by Andrey Andreev
· 13 years ago
68f0981
Fix calendar and session libraries
by Timothy Warren
· 13 years ago
3182a76
Fix Table library docblocks
by Timothy Warren
· 13 years ago
38d0e93
Some very minor code style changes and comment fixes
by Andrey Andreev
· 13 years ago
2b39d9d
Minor cleanup and style changes to the Table library
by Andrey Andreev
· 13 years ago
15a29e1
Merged unit test progress.
by Phil Sturgeon
· 13 years ago
0fe8c8e
Merge branch 'feature/unit-tests' into develop
by Phil Sturgeon
· 13 years ago
8029532
Just some cleanup in the Table class
by Andrey Andreev
· 13 years ago
21e7a3b
merged latest develop branch.
by Mike Funk
· 13 years ago
5fbaf27
Changed space to tab in docblock.
by Mike Funk
· 13 years ago
8749bc7
Fix incomplete and skipped test
by Taufan Aditya
· 13 years ago
07c1ac8
Bumped CodeIgniter's PHP requirement to 5.2.4.
by Phil Sturgeon
· 13 years ago
aa20f5b
using tabs as @item seperators in docblocks.
by Mike Funk
· 13 years ago
46e3a9a
added config check, changelog entry, and user guide update.
by Mike Funk
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
0c82cf5
Remove access lines from method descriptions
by Andrey Andreev
· 13 years ago
49ddaa3
Replace private with protected, so the class can be easily extended
by Andrey Andreev
· 13 years ago
fe9b9a9
Improve the Table library
by Andrey Andreev
· 13 years ago
f4a4bd8
adding new license file (OSL 3.0) and updating readme to ReST
by Derek Jones
· 13 years ago
6b59089
Fixing the documentation url given in the Table library
by Gerry
· 13 years ago
4b9c629
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
114ab09
Fixed double-space typo.
by Razican
· 14 years ago
33ed0f3
Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change.
by Phil Sturgeon
· 14 years ago
14287f3
Whitespace cleanup in libraries/
by Pascal Kriete
· 14 years ago
02b3a5b
Fixed a bug where the table class would not clear table data after calling generate().
by Greg Aker
· 14 years ago
3bb336c
Automated merge with https://bitbucket.org/ellislab/codeigniter
by Phil Sturgeon
· 14 years ago
0711dc8
Hey look, it's 2011
by Greg Aker
· 14 years ago
6c597f8
Issue #298: $this->table->function = can now accept an array with a valid callback which is passed to call_user_func().
by Phil Sturgeon
· 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
7b5b0e2
expanded abilities of Table library
by Derek Jones
· 15 years ago
d827058
adding parse_string method
by Derek Allard
· 15 years ago
7f3719f
updated copyrights
by Derek Jones
· 15 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
d02b5bf
by Rick Ellis
· 16 years ago
0b59f27
Some sweeping syntax changes for consistency:
by Derek Jones
· 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
be8ec80
Fixed a bug in the table library that could cause identically constructed rows to be dropped (#3459).
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
964366d
changed conditional for empty cells to not match on variables that would be loosely cast as an empty string
by Derek Jones
· 17 years ago
7a9193a
replaced www.codeigniter.com with codeigniter.com
by Derek Jones
· 17 years ago
3d879d5
ExpressionEngine Dev Team in credit
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
d2df9bc
update pMachine to EllisLab
by Derek Allard
· 18 years ago
0e254f1
typo fix
by Derek Allard
· 18 years ago
5932c86
added set_caption()
by Derek Allard
· 18 years ago
f3a6204
by admin
· 18 years ago
41cece9
by admin
· 18 years ago
26364b9
by admin
· 18 years ago
2bc1385
by admin
· 18 years ago
e334c47
by admin
· 18 years ago
bd6bee7
by admin
· 18 years ago
606f99c
by admin
· 18 years ago
4003718
by admin
· 18 years ago
2799120
by admin
· 18 years ago
a1931ad
by admin
· 18 years ago
2f8ae02
by admin
· 18 years ago