How do you organize your template structure in CodeIgniter?

后端 未结 3 1421
野趣味
野趣味 2021-02-06 04:44

I will be building a CMS for my final Web Development course project, and i\'ve been challenged by my teacher creating it in an MVC system, and for now, I\'ll be using CodeIgnit

3条回答
  •  鱼传尺愫
    2021-02-06 05:20

    Check the Modular Extensions HMVC, it's really useful when your project starts to grow. Modular Extensions - HMVC makes the CodeIgniter PHP framework modular. Modules are groups of independent components (typically, controller, model and view) arranged in one application sub-directory that can be dropped into other CodeIgniter applications.

提交回复
热议问题