CodeIgniter Join query function is used to fetch the result from one or more tables. The join types are normal join, inner join, left join and right join.... Read More »
CodeIgniter Join query function is used to fetch the result from one or more tables. The join types are normal join, inner join, left join and right join.... Read More »
CodeIgniter Delete query will execute using following functions. They are delete, truncate, empty_table and also we can use delete functions with join query... Read More »
CodeIgniter UPDATE query will execute using following functions. They are update, update string, and update batch... Read More »
CodeIgniter update query will execute using following functions. They are query, query bindings, insert_string, insert_batch, affected_rows, and insert... Read More »
This tutorial describe the following functions. They are query, get, get_where, group_by, order_by, limit, offset, select, from, max, min, result, result_array etc... Read More »
This tutorial will help you to understand about codeigniter query function, table prefixes, escaping queries and query bindings etc. ... Read More »