Top "Codeigniter-2" questions

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

CodeIgniter + CSS

Good Day, I'm learning CodeIgniter with Smarty. My CSS file is stored in /App01/application/views/css/main.css To …

css codeigniter codeigniter-2
Object Oriented Approach in Codeigniter Model

I have been wondering what is the right way to write code in OO style in model. Certainly you can …

codeigniter oop model codeigniter-2
How to pass validation error data through redirect()?

I have a page that contains a form and when any user submits it, the data goes to a controller …

codeigniter codeigniter-2
Redirect Loop error in CodeIgniter

I worked on this for a day. I get this same problem, but I don't understand. <?php class Users …

codeigniter-2 codeigniter-url redirect-loop
PHP Error encountered when running Command Line using CodeIgniter 2.xx

I have followed the exact guide that is provided on the official codeigniter website for running the CLI (command-line interface) …

php codeigniter command-line codeigniter-2 command-line-interface
How is Kohana different from CodeIgniter?

I've been using CodeIgniter for a long time, however lately I've been feeling the need to move to a more …

php codeigniter kohana kohana-3 codeigniter-2
Cannot redefine class on 'require_once'

UPDATE: I've abandoned CodeIgniter, and the desire to build a web interface around my database application from PHP, as there …

php symfony1 doctrine-orm fatal-error codeigniter-2
Problems up setting up codeigniter with sparks & active record

I am having problems getting my sparks install to work with my codeigniter install here are the steps I took …

php mysql codeigniter-2 phpactiverecord
Codeigniter : Multiple columns of the same row Update query not working

I am not able to update multiple columns of the same row with the row matching the userid in codeigniter. …

php mysql codeigniter codeigniter-2 globals
Load a view inside another view

I've been using django for some time and I decided to start a new project but this time in Codeigniter, …

codeigniter codeigniter-2