CodeIgniter is an open-source PHP web development framework created by EllisLab Inc and it has been adopted by British Columbia Institute of Technology. The framework implements a modified version of the Model-View-Controller design pattern. Use this tag for questions about CodeIgniter classes, methods, functions, syntax and use PHP web development framework created by EllisLab Inc and it has been adopted by British Columbia Institute of Technology.
I have to retrieve a MySQL database information from master database and then connect to that database, and fe
I am getting this error from Nginx, but can't seem to figure it out! I am using codeigniter and am using
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
I'm very new to CodeIgniter and Active Record in particular, I know how to do this well in normal SQL but
SELECT * FROM certs WHERE id NOT IN (SELECT id_cer FROM revokace); How do I write the above select statement
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...
Where is it acceptable to put css folders and image file folders? I was thinking inside the view folder? Howev
I have an insert query (active record style) used to insert the form fields into a MySQL table. I want to get