PHP Equivalent of Master page in ASP.NET

前端 未结 7 2050
情深已故
情深已故 2020-12-16 09:57

Is there any way to achieve the master page concept of ASP.NET in PHP?

7条回答
  •  难免孤独
    2020-12-16 10:38

    As other said, the way to go is to use a template engine. My preference goes to the Zend Framework, which is a bit more than just templates ;), but has a nice implementation of a layout with Zend_Layout that is very close to Master Pages in ASP.Net.

    Check the quickstart guide to have an idea of how this works, and have a look at the full doc to see the possibilities offered by the framework. Plus, using the framework gives you a nice MVC architecture and SEO-friends rewritten URLs...

提交回复
热议问题