2011-05-24 44 views

回答

0

你可以嘗試只$route[ '(:any)' ] = "editor"

然後,只需辦理必要的:

function index() { 
    $id = $this->uri->segment(3); // Or whatever segment you end up with. 

    // Do something. 
} 
相關問題