model = new AgentSite(); } /** * 获取广告位options */ public function getAgentSiteOptions() { $data = $this->model->select()->toArray(); return $data; } }