view cake/tests/test_app/views/elements/nocache/sub2.ctp @ 0:261e66bd5a0c

hg init
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Jul 2011 21:08:31 +0900
parents
children
line wrap: on
line source

<cake:nocache>
	<?php $barfoo = 'in sub2'; ?>
	<?php echo $barfoo; ?>
</cake:nocache>

<?php echo 'printing: "' . $barfoo . '"'; ?>