与合作,对Im本应储存我的头盔和脚.档案以及这些档案的形成方式仍然感到困惑。
主计长:
class Kowmanager extends CI_Controller {
public function __construct()
{
$this->load->helper( url );
$this->load->library( tank_auth );
$this->load->library( template );
parent::__construct();
}
function index()
{
if (!$this->tank_auth->is_logged_in()) {
redirect( /auth/login/ );
} else {
$data[ user_id ] = $this->tank_auth->get_user_id();
$data[ username ] = $this->tank_auth->get_username();
$this->load->view( welcome , $data);
}
}
}
/* End of file kowmanager.php */
/* Location: ./application/controllers/kowmanager.php */
我想要做的是头盔和脚.的档案,然后,由于有标识,有登记册和其他登记册,而这些档案将具有自己的内容,并装在头盔和脚.之间。
Edit:我对把头脚 the档案放在哪里感到困惑。
是否有人对此有任何想法?