CodeIgniter 2.x is an old and no longer supported version of the popular PHP framework.
I've spent my whole day trying to figure out this problem. Posting this issue here is my last hope. I …
php codeigniter codeigniter-2 rest-client codeigniter-restserverLooks like _compile_select is deprecated and get_compiled_select is not added to 2.1.0. Are there any other functions like …
codeigniter activerecord codeigniter-2I'd like to know how to set cookies as HTTPOnly in Codeigniter. I reviewed the documentation and didn't see how …
codeigniter cookies codeigniter-2 xssI have a codeigniter 2.0.2 project that keeps getting hacked. There are two main issues: Malicious code is being added to …
php security codeigniter codeigniter-2 code-injectionI'm using MS SQL Server and CodeIgniter 2 with Active Record for a project I'm working on, and I just stumbled …
php sql-server-2008 unicode codeigniter-2My controller function function test($start_from = 0) { $this->load->library('pagination'); $data = array(); $per_page = 3; $total = $this->…
php codeigniter pagination codeigniter-2I have a admin folder set up in my controllers directory, under that i have 3 seperate sub-folders with controllers inside …
php codeigniter routes codeigniter-url codeigniter-2What I want to do is to protect some sensitive forms from CSRF attack in codeigniter but not all pages. …
codeigniter codeigniter-2 csrfDoes anyone knows how to access the value of the public controller variable which has been updated by another function? …
php codeigniter codeigniter-2I need to write a join query of two tables from two databases and fetch the joined data. For eg, …
php mysql join codeigniter-2 multiple-databases