Top "Codeigniter" questions

CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP.

CodeIgniter - accessing $config variable in view

Pretty often I need to access $config variables in views. I know I can pass them from controller to load-&…

php codeigniter
CodeIgniter: How to use WHERE clause and OR clause

I am using the following code to select from a MySQL database with a Code Igniter webapp: $query = $this->…

mysql select codeigniter where-clause
How to execute my SQL query in CodeIgniter

I have a problem with my query and I need to join two tables from different databases now my problem …

php sql codeigniter join multiple-databases
difference between $query>num_rows() and $this->db->count_all_results() in CodeIgniter & which one is recommended

In a scenario I need to know the count of recordset a query will return, which in codeigniter can be …

php codeigniter
How to prevent the "Confirm Form Resubmission" dialog?

How do I clean information in a form after submit so that it does not show this error after a …

php javascript jquery codeigniter
codeigniter, result() vs. result_array()

I use both result() and result_array(). Usually i like to get my result as array thats why i use …

php codeigniter
DataTables: Cannot read property 'length' of undefined

I understand this a popular issue, and I have read all the similar questions here on Stack Overflow and other …

jquery json codeigniter datatables html-table
CodeIgniter Active Record not equal

In CodeIgniter using active record, how do I perform a not equal to in $this->db->where(). For …

php codeigniter
Inserting NOW() into Database with CodeIgniter's Active Record

I want to insert current time in database using mySQL function NOW() in Codeigniter's active record. The following query won't …

php mysql codeigniter
CodeIgniter : Unable to load the requested file:

Hi I’m just new in codeigniter. My website works locally, but when I uploaded it, I got this error: …

php codeigniter web-hosting