CodeIgniter 設定個人首頁 Posted on 六月 1, 2009 by shian Reply Share這個是使用CodeIgniter的 URI 路由 以及 URI 类 來達成依不同使用者有自己的首頁。 Continue reading →
CodeIgniter 多個專案目錄配置 Posted on 五月 25, 2009 by shian 1 ShareCodeIgniter 預設可以設定多個專案目錄配置,但是它的配置方式跟我想要的不太一樣,我想配置的結構如下面的 目錄結構,CodeIgniter 核心就一個目錄位置,每個專案都有它自己的目錄、index.php、.htacess、以及自己的application目錄,所以改以下面這方式來重新配置 CodeIgniter 專案。 Continue reading →