-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Dbhelper Library
Derek Jones edited this page Jul 5, 2012
·
10 revisions
Category:Libraries | Category:Libraries::Community | Category:Libraries::Database This class is intend to help you crafting an SQL statement with funky way.
For recent update, this Library has moved into Github repo, CI-DBHelper-Library@Github
- Support SELECT, INSERT, UPDATE, DELETE Statement
- Support chaining and nested WHERE.
- Some shorthand for SELECT, for now : CONCAT and DISTINCT.
- Using native SQL statement.
- Caching query.
- Chaining method (SELECT, FROM, WHERE, ORDER BY).
- Choose output : execute or just return the array of query.
- Log and error flag.
File:DbhelperLibrary_v1.0.2-rev.zip [LATEST] File:DbhelperLibrary_v1.0.2.zip File:DbhelperLibrary_v1.0.1.zip