PHP include best practices question

前端 未结 10 1756
一生所求
一生所求 2020-11-29 19:40

I have been learning syntax for PHP and practicing it. I come from a .NET background so masterpages always made things pretty easy for me when it came to headers and footer

10条回答
  •  我在风中等你
    2020-11-29 19:53

    I like using functions to print headers and footers instead of includes. You can fine tune the variable scope better that way.

提交回复
热议问题