我需要從笨的URL將控制器的名稱,例如:如何笨的URL將控制器名稱和需要添加菜單和子菜單的URL名稱
www.example.com/controllername/functionname
www.example.com/welcome/aboutus
www.example.com/welcome/ourservices
我需要網址爲:
www.example.com/functionname
www.example.com/aboutus
www.example.com/ourservices
然後還我需要爲我們的服務子菜單中的URL看起來應該像:
www.example.com/welcome/our services/service1
www.example.com/welcome/our services/service2
如何實現這在codeigniter路由?
感謝,如果我有更多的頁面意味着如何動態地添加路由 – durai
您需要添加像我上面顯示 –
對於每一頁我需要添加...有沒有什麼辦法可以爲所有頁面動態添加說例如我有10-20頁我應該添加10-20條路線?... – durai