Top "Codeigniter-2" questions

CodeIgniter 2.x is an old and no longer supported version of the popular PHP framework.

Retrieve the group id of user in Ion Auth - Codeigniter

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-auth
Processing large amounts of data in PHP without a browser timeout

I 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-2
How to remove the single cart item using codeigniter cart class?

I 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 cart
Setting up codeigniter in Dreamweaver CS 5.5

I 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-hinting
CodeIgniter Controller Method Parameters Issue

I'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-2
CodeIgniter 2.1 issue with show_404() and 404_override

I 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 php
In Codeigniter, how to pass a third parameter to a callback (form validation)?

I am currently using the Form Validation class (on Codeigniter) and setting rules. It works like this with two parameters (…

codeigniter callback validation codeigniter-2 validationrules
CodeIgniter - print custom values in request header

How can I print the values set in the header of a received request using CodeIgniter? I tried print_r($_…

php codeigniter codeigniter-2 codeigniter-3
codeigniter form validation set_value works only for the fields which have rules

Suppose if I have two fields in my form viz first_name and last_name I have set the validation …

codeigniter-2
Codeigniter - best way to use two different database

Does 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