_table = 'sample_test1'; $this->_pk = ''; parent::__construct(); } public function fetch_all_by_uid($uid) { return ['uid' => $uid, 'name' => 'test']; //return DB::fetch_all('SELECT * FROM %t WHERE uid=%d', [$this->_table, $uid]); } }