CodeIgniter-Subqueries icon indicating copy to clipboard operation
CodeIgniter-Subqueries copied to clipboard

An active record subquery library for CodeIgniter. Also contains useful db helper functions.

Results 2 CodeIgniter-Subqueries issues
Sort by recently updated
recently updated
newest added

The current version ```php /** * start_union - Creates a new database object to be used for unions * * @return A new database object to use for a union...

show error queries when contain 2 or more group_by inside subqueries. example $this->db->select('field1'); $sub = $this->subquery->start_subquery('from'); $sub->select('field1'); $sub->from($table_1); $sub->where('field2', $con1) ->where('DATE(field3) >=', $con2) ->where('DATE(field3)