codeigniter-database-standalone icon indicating copy to clipboard operation
codeigniter-database-standalone copied to clipboard

Database Library separately from CodeIgniter 2

codeigniter-database-standalone

Use the Database Library separately from CodeIgniter 2.

HOW-TO

Copy the first part of the code in sample.php to the top of your script. Note that your should change all $this->db to $db.

You can read the Tutorial in Chinese.

License

Same as the CodeIgniter License Agreement. Included in the license.txt.

Reference

https://github.com/gisanfu/codeigniter2-activerecord-standalone.git

http://hasin.me/2007/06/13/using-activerecord-library-separately-from-codeigniter/