Website Structure

后端 未结 9 710
无人及你
无人及你 2021-02-04 19:43

I\'m pretty new to php and i\'m trying to decide the best way to organize the pages and, using PHP, deliver them. The two (basic) ideas I\'ve had are:

  • A bunch o

9条回答
  •  渐次进展
    2021-02-04 20:22

    Why going only half way the right direction? Use one of existing MVC frameworks. They are powerful tools that structure the code probably much better than any custom solution. Go for MVC, learn how to separate business logic from presentation logic and from data structure, increase your value on the job market as a potential employee, save your time and be happy.

    • Zend Framework
    • Cake PHP
    • Symfony Framework
    • Kohana PHP

    You should probably start (but not limit yourself to) Kohana PHP as it has mild learning curve.

提交回复
热议问题