Skip to content
Derek Jones edited this page Jul 4, 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, [url=https://github.com/toopay/CI-DBHelper-Library]CI-DBHelper-Library@Github[/url]

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.
  6. Chaining method (SELECT, FROM, WHERE, ORDER BY).
  7. Choose output : execute or just return the array of query.
  8. 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

Clone this wiki locally