Welcome Guest, Not a member yet? Register   Sign In
categories display problem show all categories
#9

(This post was last modified: 01-16-2015, 08:35 AM by Rufnex.)

My code was a pseudo code .. i dont know what table fields you have. You have to ajust this with you needs for e.g. with a proper catogry id like

PHP Code:
public function get_categories($category_id false$order_by null$sort 'DESC'$limit null$offset 0) {
...
 if (
$category_name)
 {
 
$this->db->where('categories.id'$category_id);
 }
... 

This means, that your categories table as a column name id or in the example before a column named name.

Reply


Messages In This Thread
RE: categories display problem show all categories - by Rufnex - 01-16-2015, 08:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB