Top "Codeigniter" questions

CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP.

How to set time zone in codeigniter?

I am working in a php project using codeigniter. Please advise me what is the global way to set time …

php codeigniter
Error : ORA-01704: string literal too long

While I try to set the value of over 4000 characters on a field that has data type CLOB, it gives …

oracle codeigniter clob nclob
Showing all session data at once?

I have tried the following but it is giving me errors: print_r($this->session->userdata()); How can …

codeigniter
Codeigniter : calling a method of one controller from other

I have two controllers a and b. I would like to call a method of controller a from a method …

codeigniter
Multiple files upload (Array) with CodeIgniter 2.0

I've been searching and struggling for 3 days now to make this works but I just can't. What I want to …

arrays file codeigniter upload
PostgreSQL next value of the sequences?

I am using PostgreSQL for my Codeigniter website. I am using grocery crud for add, edit and delete operations. While …

codeigniter postgresql sequence postgresql-9.1 nextval
CodeIgniter 500 Internal Server Error

I downloaded a PHP script written using CodeIgniter. when I run it from the localhost, on going to the admin …

php .htaccess codeigniter internal-server-error
Using Mysql WHERE IN clause in codeigniter

I have the following mysql query. Could you please tell me how to write the same query in Codeigniter's way ? …

codeigniter codeigniter-2
subquery in codeigniter active record

SELECT * FROM certs WHERE id NOT IN (SELECT id_cer FROM revokace); How do I write the above select statement …

codeigniter
Codeigniter Rename file on upload

I'm trying to add time as the prefix of the image name along with the original name when uploading, But …

php codeigniter file-upload