Hi
I’m new with code igniter, but I have a question about modules. I used Zend Framework and their you could set a module structure. For example, my application structure:
url example: http://www.mywebsite.com/forum/topic/view/325
forum = module
topic = controller
view = action
Can I create this structure in code igniter and how do I set the controller to this structure?
Thanks
