I am getting this error from Nginx, but can't seem to figure it out! I am using codeigniter and am using
I'm currently working through CodeIgniters tutorial in its fantastic documentation. However there is a te
I have the following php-codeigniter script which attempts to increment a field of a record using active-recor
I just inherited a project because the last developer left. The project is built off of Code Igniter. I&apo
Can anyone tell me why my redirect helper does not work the way I'd expect it to? I'm trying to redi
I have a very small script to get all records from a database table, the code is below. $query = $this->db-
I am building a website with CodeIgniter, I have various resources that I load with the base_url helper functi
I'm very new to CodeIgniter and Active Record in particular, I know how to do this well in normal SQL but
One of the parameters in the CodeIgniter database config is the following ['pconnect'] TRUE/FALSE
I have ignited datatables Library in my CodeIgniter library folder. Some Code from Library class Datatables {
In my web application using codeigniter. I am trying to use base_url() function but it shows empty results. I
SELECT * FROM certs WHERE id NOT IN (SELECT id_cer FROM revokace); How do I write the above select statement
I'm starting a large codeigniter project and would like to try to create some reusable 'mini' v
I really don't enjoy writing in every controller: $this->load->view('templates/header&apo
Is there a way to make CI throw an exception when it encounters a DB error instead of displaying a message lik
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...