cakephp2-php8/lib/Cake/tests/test_app/views/elements/nocache/sub2.ctp
José Lorenzo Rodríguez 4a287faa1e Moving the tests folder
2010-12-08 01:36:38 -04:30

6 lines
No EOL
131 B
PHP

<!--nocache-->
<?php $barfoo = 'in sub2'; ?>
<?php echo $barfoo; ?>
<!--/nocache-->
<?php echo 'printing: "' . $barfoo . '"'; ?>