PHP Equivalent of Master page in ASP.NET

前端 未结 7 2023
情深已故
情深已故 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

    I made a simple proof-of-concept for a asp-like master pages in PHP. You can get it here: http://code.google.com/p/phpmasterpages/

提交回复
热议问题