Why scripts are given .phtml extension when working with zend framework?

Why scripts are given .phtml extension when working with zend framework?

+3
source share
2 answers

The extension .phtmlis only used to view files, as far as I can tell.

Matthew Weyer O'Finney explains why he suggested using .phtmlfor views:

.phtml, () apache , PHP, (b) IDE .phtml PHP + HTML (c ) PHP .

; , - , PHP, HTML . , (), IDE .phtml, .

+13

', , .phtml:

- , ; .tpl Smarty, .php Zend_View. .phtml, () apache , PHP, () IDE .phtml PHP + HTML (c) PHP .

+1

Source: https://habr.com/ru/post/1750286/


All Articles