ok, so i\'m very new to codeigniter and from what i have learned by now i can\'t figure out how can i create a dynamic category -> subcategory -> subsub
I agree with Phil's idea and I was also envisioning that you can create a separate module (if you use modular extensions for example) to handle the categories in a generic way. Then you can reuse that module in any other projects. Basically the new module may be able to handle categories and sub-categories (the hierarchy).