count() ){ return true; } return false; } public function __construct($id = null) { parent::__construct(); $this ->table('reward_log') ->idVar('id_reward_log') ->load($id); } }