I want my urls to look like:
www.domain.com/catalog/category_name/category_id/product_name/product_id
.
How should my controllers look like to accomplish this?
It's ok for the Controller to have Catalog and Function category_name in it.
But what will be my product controller and function. How can I make a structure like this. Do I need to have a specific file structure?
I use CodeIgniter framework. Thanks for your help.