I am working on my REST client library for CodeIgniter and I am struggling to work out how to send PUT and DEL
I understand this a popular issue, and I have read all the similar questions here on Stack Overflow and other
I am a beginner in Codeigniter and I saw a CI tutorial and was just trying to do a simple thing. I downloaded
Looking through codeigniter's source code, in its helper functions I keep seeing code $CI =& get_ins
I want error logging in PHP CodeIgniter. How do I enable error logging? I have some questions: What are al
Pretty often I need to access $config variables in views. I know I can pass them from controller to load->v
I am building a PHP application in CodeIgniter. CodeIgniter sends all requests to the main controller: index.p
I have a sql statement in my model, I then say $query = $this->db->query($sql, array(fields, fields1);
How do I remove the "index.php" sticking out in every path in codeigniter somewhere in the center? I want clea
I have these URLs: http://backend.domain.com/system/setting/edit/12 http://backend.domain.com/product/edit/1
I'm passing a large dataset into a MySQL table via PHP using insert commands and I'm wondering if it
Where is it acceptable to put css folders and image file folders? I was thinking inside the view folder? Howev
Are there any options to get the last insert id of a new record in CodeIgniter? $last_id = $this->db->i
My current urls look like this [mysite]index.php/[rest of the slug]. I want to strip index.php from these urls
I have an insert query (active record style) used to insert the form fields into a MySQL table. I want to get
After the server PHP upgrade I am getting the following error with PHP Version 5.6.2 on Apache 2.0 A PHP Erro
I need to loop lot of arrays in different ways and display it in a page. The arrays are generated by a module
Quick question. Is there something similar to a phpinfo() - that would display the version for CodeIgniter?
I have a bunch of client point of sale (POS) systems that periodically send new sales data to one centralized
Usually I use $("#id").val() to return the value of the selected option, but this time it doesn't work. T