CodeIgniter 2.x is an old and no longer supported version of the popular PHP framework.
I am using Ion Auth for my codeigniter application and all seems good except for one thing. I need to …
php codeigniter codeigniter-2 ion-authI have array of mobile numbers, around 50,000. I'm trying to process and send bulk SMS to these numbers using third-party …
php mysql codeigniter codeigniter-2I am using codeigniter cart class for my shopping cart project. I have number of items on the cart. Now …
php codeigniter codeigniter-2 shopping-cart cartI am looking for information on how to set up a code igniter project in Dreamweaver CS 5.5 with code hinting …
dreamweaver codeigniter-2 code-hintingI'm using codeigniter 2.1 and I defined a function as follows. public function reset($email, $hash) { } According to MVC architecture and …
codeigniter url parameters codeigniter-2I have been working with CodeIgniter for quite a while now and I'm currently doing a project for a client …
codeigniter http-status-code-404 codeigniter-2 phpI am currently using the Form Validation class (on Codeigniter) and setting rules. It works like this with two parameters (…
codeigniter callback validation codeigniter-2 validationrulesHow can I print the values set in the header of a received request using CodeIgniter? I tried print_r($_…
php codeigniter codeigniter-2 codeigniter-3Suppose if I have two fields in my form viz first_name and last_name I have set the validation …
codeigniter-2Does someone knows the best practice for using 2 different database in my application? I need to store data in both …
php database codeigniter codeigniter-2