setPrimaryKey('category_child_id'); $this->_singleEntry = true; //$this->setSecondaryKey('category_parent_id'); $this->setOrderable(); $this->setTableShortCut('cx'); } function check(){ $this->category_parent_id = (int)$this->category_parent_id; $this->category_child_id = (int)$this->category_child_id; return parent::check(); } }