Part of the EllisLab Network
x
 
Create New Page
 View Previous Changes    ( Last updated by toopay )

Dbhelper Library

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

FEATURES

1. Support SELECT, INSERT, UPDATE, DELETE Statement
2. Support chaining and nested WHERE.
3. Some shorthand for SELECT, for now : CONCAT and DISTINCT.
4. Using native SQL statement.
5. Caching query.
5. Chaining method (SELECT, FROM, WHERE, ORDER BY).
6. Choose output : execute or just return the array of query.
7. Log and error flag.

DOWNLOAD

File:DbhelperLibrary v1.0.2-rev.zip [LATEST]
File:DbhelperLibrary v1.0.2.zip
File:DbhelperLibrary v1.0.1.zip