Beispiel #1
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_init(\Xhb\Model\Xhb::MODEL_CLASS_NAMESPACE . 'Category', 'key', \Xhb\Model\Resource\Db\Category::MAIN_TABLE);
 }
Beispiel #2
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_init(\Xhb\Model\Xhb::MODEL_CLASS_NAMESPACE . 'Operation', 'id', Operation::MAIN_TABLE);
 }