how to start work with SQLite in codeigniter?
I've configured Codeigniter to work with SQLite, but I can't find where to start from. How to make a table i开发者_如何学Cn SQLite or whatever since it is not mysql where You can use phpmyadmin or command prompt client like it is in mysql... I have made database file in application/db/base.db . step by step guide with examples or tutorial would be great, CI documentation doesnt give anything besides what driver to use and configure CI to work with SQLite. Thx in Advance
Either you can write a controller that loads a model that creates them for you or you can use the firefox extension https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/ or you can us SQLLite Manager :) http://www.sqlabs.net/sqlitemanager.php
The below articles will help you somewhat...
http://www.phpeveryday.com/articles/CodeIgniter-Introduction-to-CodeIgniter-Framework-P146.html
精彩评论