Top "Codeigniter-2" questions

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

How to get data out of stdclass object?

I am using $this->db->get_where() to get data from database in codeigniter. Its returning following which …

php codeigniter codeigniter-2 stdclass
Custom error pages with templates in CodeIgniter

I'm using the template library for CodeIgniter, http://williamsconcepts.com/ci/codeigniter/libraries/template/reference.html, and now I want …

php error-handling codeigniter-2 custom-error-pages
escapeshellarg() has been disabled for security reasons

When I want to upload anything in any form I see the Warning: escapeshellarg() has been disabled for security reasons …

upload codeigniter-2
Sending multiple email with codeigniter

I'm using Codeigniter 2 for my website. When send email to multiple users , on client( gmail, hotmail,..) it shows all addresse …

codeigniter-2
Always show Previous & Next links using CodeIgniter Pagination Class

Problem Description When I'm at the first page, the previous link is not showing up and so do the next …

php codeigniter pagination codeigniter-2
Autoload language codeigniter

making a multi-language site with codeginiter. I have created two folders. One for french language files and one for english. …

php codeigniter internationalization codeigniter-2
How Edit record using Codeigniter

I am trying to edit my db record using codeigniter but I can't do it and what's the problem I …

php codeigniter codeigniter-2 codeigniter-datamapper
Codeigniter CIBonfire how to change mode from development to production?

I'm creating my first app using CIBonfire and i'm ready to push it to production, but i'm not sure how …

php codeigniter codeigniter-2 bonfire
How to get/set Header in Rest Server API?

i have a chriskacerguis Rest Server ,that listen for a client request as usually an API Server do. base on …

php codeigniter codeigniter-2 codeigniter-restserver
How can I download file in codeigniter?

I am trying to download file in my codeigniter web application using javascript and codeigniter controller, it shows the file …

php codeigniter download codeigniter-2 force-download