Possible duplicate:Opening and closing tags and performance?
This is a newbie question, but I couldnβt find a clear answer on the net, so please donβt laugh :)
Does opening and closing php tags ( <? php code ?>) support increasing the page load time several times ?
<? php code ?>
How about using include templatepath several times?
thank
Theoretically, yes, but the difference is so minimal that in almost all cases it does not matter.
, . , include_once require_once. , " " . , , include require, .
include_once
require_once
include
require
, , SO, , , / :)
!
php- (<? php code ?>) ?
- , , , , .
PHP , T_INLINE_HTML.
ZEND_ECHO
- , html <?php ?>.
<?php ?>
include templatepath ?
, , , , .