_table = 'ai_cron'; $this->_pk = 'id'; parent::__construct(); } public function insertData($setarr){ return parent::insert($setarr,1); } }