CodeIgniter Free Admin Panel with Twitter Bootstrap 3 – Version2
Download a free ready to use admin panel for Codeigniter with Twitter Bootstrap 3. Features of version 2: 1. Built with Codeigniter 2.1 2. Designed using Twitter Bootstrap 3.0...
Codeigniter – check whether user already exists in database using Jquery and AJAX.
Today we will see how to check whether user already exists in database with Ajax and jquery. It is very easy. We have to make sure that you have...
CodeIgniter Free Ready to Use Admin Panel with Twitter Bootstrap 3
DOWNLOAD VERSION 2 HERE Download a free ready to use admin panel for Codeigniter with Twitter Bootstrap 3. Features of version 1: 1. Built with Codeigniter 2.1 2. Designed...
Connecting multiple databases in Codeigniter
we can connect to multiple databases in codeigniter in same application, to achieve this only few configuration is necessary to be made in your database.php config file. By default...
Dynamic base_url in Codeigniter
Instead of using typical hard coded base_url in CI if dynamically generated base_url is always good , as it reduces time as well lots of extra efforts. Dynamic base_url...