load->model('agent/visit/visit_log_model'); $this->visit_log_model->set_db('agentdb'); } /* * 访问日志入库 */ public function index() { $this->visit_log_model->popQueue(); } }