Top "Codeigniter" questions

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

CodeIgniter: INSERT multiple records without cycle

It's possible to use multiple INSERT records in CodeIgniter Active Record without for, foreach and etc. ? My current code: foreach($…

codeigniter activerecord codeigniter-2
Does codeigniter 3 support PHP 7?

In the docs of CodeIgniter it states, PHP version 5.4 or newer is recommended. I looked on forums etc. and wasn't …

codeigniter php-7
Codeigniter Transactions

I'm using Codeigniter transactions $this->db->trans_start(); $this->db->query('AN SQL QUERY...'); $this-&…

php mysql codeigniter transactions codeigniter-3
What is a slug?

I'm currently working through CodeIgniters tutorial in its fantastic documentation. However there is a term that is frequently used and …

php codeigniter frameworks
Codeigniter Setting Homepage ( Default Controller )

I'm trying to implement page templating in my codeigniter application, templating is working fine for instance, i have a blog …

php codeigniter codeigniter-2 codeigniter-routing
Failed to load resource: the server responded with a status of 403 (Forbidden) including css files and js libraries

I'm starting developing with codeigniter and I'm doing some few basically things to learn it on localhost with easyphp (I …

html codeigniter permissions localhost easyphp
Restricting file types in JQuery File upload demo

I am using JQuery file upload demo for my next project with Codeigniter. Can anyone tell me how do I …

jquery codeigniter file-upload blueimp
How to change nginx config in amazon elastic beanstalk running a docker instance

After i login and the cookie is set I get error 502. When i read the log i get the error: 014/05/17 01:54:43 […

codeigniter amazon-web-services nginx amazon-elastic-beanstalk docker
Upstream too big - nginx + codeigniter

I am getting this error from Nginx, but can't seem to figure it out! I am using codeigniter and am …

codeigniter session nginx header
Using slugs in codeigniter

I have heard of people using slugs for generating clean urls. I have no idea how it works. Currently i …

php codeigniter slug clean-urls