khanat-opennel-code/code/web/public_php/webtt/cake/tests/test_app/views/posts/nocache_multiple_element.ctp
2015-12-18 13:02:31 +01:00

9 lines
No EOL
151 B
PHP

<cake:nocache>
<?php echo $foo; ?>
</cake:nocache>
<cake:nocache>
<?php echo $bar; ?>
</cake:nocache>
<?php echo $this->element('nocache/sub1'); ?>