setPrimaryKey('category_child_id'); //$this->setSecondaryKey('category_parent_id'); $this->setOrderable(); $this->setTableShortCut('cx'); } function check() { if(empty($this->id)){ $this->loadTblKeyByPrimaryAnd('category_parent_id'); } return parent::check(); } }