codeigniter category -> subcategory -> subsubcategory system

后端 未结 3 1884
深忆病人
深忆病人 2021-02-04 21:12

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

3条回答
  •  天命终不由人
    2021-02-04 22:08

    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).

提交回复
热议问题