过去,在CodeIgniter模型中,您无法访问其他模型.
$this->load->model('bar'); $this->bar->something();
这仍然有效,还是他们改变了?
php codeigniter
codeigniter ×1
php ×1