PHP Equivalent of Master page in ASP.NET

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

    You can use auto_prepend_file and auto_append_file together with output buffering.

提交回复
热议问题