Top "Codeigniter-2" questions

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

Calling stored procedure in codeigniter

I am using latest codeigniter and trying to call stored procedure from my model. Also I am using mysqli as …

mysql codeigniter stored-procedures codeigniter-2
Set up the base url in codeigniter

I have the directory structure like this in code igniter: Appsite -website -application -images When I accessing the image in …

php html codeigniter codeigniter-2 base-url
How to display image from database in CodeIgniter?

I am using CodeIgniter 2.1.0 and MySQL database. I have uploaded an image through a form and successfully stored it in …

mysql image-processing imageview codeigniter-2 image-uploading
Codeigniter 2 on IIS with web.config file

I have a codeigniter app working fine locally with WAMP. However, I am having trouble getting it to work on …

php iis codeigniter web-config codeigniter-2
Reports in Codeigniter

What is the most simplist way to generate reports in Codeigniter framework? Is there any library available to do this …

php codeigniter csv report codeigniter-2
How to show validation errors using redirect in codeigniter?

I have been dealing with a problem for a while. How can I set the validation errors using redirect in …

codeigniter validation codeigniter-2 validationerror
Routing controllers in subfolders using CodeIgniter

since i want to separate the frontend and backend of the system. i have created 2 folders inside controllers as frontend …

php codeigniter codeigniter-2
CSV Import Library for CodeIgniter

Need to implement csv or xls import into Application created using CodeIgniter. Is there any library for this? Any suggestion …

php csv codeigniter-2 helper xls
How to display error messages in CodeIgniter

In my controller I put this code to check if the shopping cart is empty: if (!$this->cart->…

codeigniter codeigniter-2
How can I get the value of a codeigniter session userdata variable?

I have generated the array containing session data as, How can I echo name(durex) using the above session $userdata?

php codeigniter web codeigniter-2