What is phtml, and when should I use a .phtml extension rather than .php?

后端 未结 6 1881
逝去的感伤
逝去的感伤 2020-12-04 05:57

I\'m wondering what the difference between .phtml and .php files is, and when to use one over the other.

6条回答
  •  Happy的楠姐
    2020-12-04 06:24

    To give an example to what Alex said, if you're using Magento, for example, .phtml files are only to be found in the /design area as template files, and contain both HTML and PHP lines. Meanwhile the PHP files are pure code and don't have any lines of HTML in them.

提交回复
热议问题