How to extend CodeIgniter's core controller and model [duplicate]
I am using codeigniter 1.7.3 and I have controllers set up and working, but I am having trouble getting back a query res...
Latest news, tutorials, and updates from the PHP community
8494 articles available
I am using codeigniter 1.7.3 and I have controllers set up and working, but I am having trouble getting back a query res...
I am using codeigniter 1.7.3 and I have controllers set up and working, but I am having trouble getting back a query res...
I have an entity which defines inheritance like this: [Code Block] I am wondering is it possible to have getter for fiel...
I retrieve three pieces of information from the database, one integer, one string, and one date. I echo them out to veri...
My view file is [Code Block] The output of this is a page with something like this [Code Block] I am sure about other da...
I was wondering if someone could show me how to change the following sql query to CodeIgniter's query builder structure?...
This may be some sort of weird longer shortcut, and please correct me if I'm mistaken in this train of thought... I have...
I'm semi-new to PHP and looking for a good way to match arrays. Note that I'm going to write my arrays here in python sy...
Is `ob_start()` used for `output buffering` so that the headers are buffered and not sent to the browser? Am I making se...
I've rewritten my site php-code and added MySQL Stored Procedures. In my local version everything works fine but after I...
I'm writing a function to add data do a database, but I then want to immediately use that entry in my code. I know I cou...
Is this just an issue when there's a problem connecting to the database? (I do check to see if the database connection w...
Showing 8101 to 8112 of 8494 articles