Esempio n. 1
0
 public function getOptions()
 {
     if (!$this->_options) {
         $option = new Catalog_Model_Product_Group_Option();
         $this->_options = $option->findAll(array('group_id' => $this->getId()));
     }
     return $this->_options;
 }
Esempio n. 2
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Catalog_Model_Db_Table_Product_Group_Option_Value';
 }