I need to access the joomla user table jos_users for login checking from external php script [codeignitor]. j
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 to retrieve a MySQL database information from master database and then connect to that database, and fe
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 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