超級對象
$this
目前的控制器對象 有很多屬性
$this->load 裝載器類的執行個體在systme/core/loader.php 裡面有view方法
$obj = new CI_Loader();
$this->load = $obj
$this->load->view()
vars()
database()裝載資料庫對象
model()裝載模型對象
helper()加載幫助
ci裡面pathinfo不起作用
$this->uri->segment(4)
index.php/user/index/5/6
system/core/input.php
$this->input->post('username')
$this->input->server(“DOCUMENT_ROOT”)等價 $_SERVER