PHP is a widely used, high-level, dynamic, object-oriented and interpreted scripting language primarily designed for server-side web development.
I've run into a few cases with WordPress installs with Bluehost where I've encountered errors with m
In CodeIgniter using active record, how do I perform a not equal to in $this->db->where(). For instance
In Codeigniter, get_instance() is a globally available function that returns the Controller super-object which
When I create a new file using PhpStorm it creates it's own comment at the top, this would be fine howeve
I have read and read articles on PHPUnit, SimpleTest, and other Unit Testing frameworks. They all sound so gre
I'm using the dompdf plugin for codeigniter: http://codeigniter.com/wiki/PDF_generation_using_dompdf/ to
I'm currently working through CodeIgniters tutorial in its fantastic documentation. However there is a te
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
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
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 am working on my REST client library for CodeIgniter and I am struggling to work out how to send PUT and DEL