PHP Application URL Routing

后端 未结 8 1924
梦毁少年i
梦毁少年i 2020-11-29 00:15

So I\'m writing a framework on which I want to base a few apps that I\'m working on (the framework is there so I have an environment to work with, and a system that will let

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 00:21

    Try taking look at MVC pattern.
    Zend Framework uses it for example, but also CakePHP, CodeIgniter, ...

    Me personally don't like the MVC model, but it's most of the time implemented as "View for web" component.

    The decision pretty much depends on preference...

提交回复
热议问题