CodeIgniter 2.x is an old and no longer supported version of the popular PHP framework.
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-2I 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-urlI 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-uploadingI 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-2What is the most simplist way to generate reports in Codeigniter framework? Is there any library available to do this …
php codeigniter csv report codeigniter-2I have been dealing with a problem for a while. How can I set the validation errors using redirect in …
codeigniter validation codeigniter-2 validationerrorsince i want to separate the frontend and backend of the system. i have created 2 folders inside controllers as frontend …
php codeigniter codeigniter-2Need to implement csv or xls import into Application created using CodeIgniter. Is there any library for this? Any suggestion …
php csv codeigniter-2 helper xlsIn my controller I put this code to check if the shopping cart is empty: if (!$this->cart->…
codeigniter codeigniter-2I have generated the array containing session data as, How can I echo name(durex) using the above session $userdata?
php codeigniter web codeigniter-2