I'm using CodeIgniter's Active Record class to query the MySQL database. I need to select the rows i
I want to insert current time in database using mySQL function NOW() in Codeigniter's active record. The
<?php class Email extends Controller { function Email() { parent::Controller();
I'm researching hours and hours, but I could not find any clear, efficient way to make it :/ I have a co
At the moment if I am doing a query on the database that should only return one row, using: ...query stuff...
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