'', 'title' => '', 'styleid' => '', 'site_info' => '', 'status' => '1', 'bindhost' => '', ); public function getById($id) { global $_W; return $this->query->where('id', $id)->where('uniacid', $_W['uniacid'])->get(); } }