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

8 lines
178 B
Plaintext
Raw Permalink Normal View History

2015-03-31 14:49:03 +02:00
<?php echo $this->element('nocache/sub2'); ?>
<!--nocache-->
<?php $foobar = 'in sub1'; ?>
<?php echo $foobar; ?>
<!--/nocache-->
<?php echo 'printing: "' . $foobar . '"'; ?>