Пример #1
0
 public function __construct()
 {
     parent::__construct();
     self::$_table = 'product';
     self::$field = array('name', 'description', 'price', 'activate', 'createdTime', 'updatedTime');
     $this->validate = new Validate_Library(self::$rules);
 }