Example #1
0
 function add($data, $compatible = false)
 {
     $data['store_id'] = $this->_store_id;
     return parent::add($data, $compatible);
 }