cakephp2-php8/lib/Cake/Test/test_app/View/elements/nocache/sub1.ctp
2011-05-13 01:53:49 -04:30

8 lines
No EOL
178 B
PHP

<?php echo $this->element('nocache/sub2'); ?>
<!--nocache-->
<?php $foobar = 'in sub1'; ?>
<?php echo $foobar; ?>
<!--/nocache-->
<?php echo 'printing: "' . $foobar . '"'; ?>