dreamjob/lib/Cake/Test/test_app/View/Elements/nocache/sub1.ctp

8 lines
178 B
PHP
Executable File

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