view cake/tests/test_app/views/elements/nocache/sub2.ctp @ 4:c3adb28473d6 default tip

modified icon feature
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Tue, 16 Aug 2011 18:31:36 +0900
parents 261e66bd5a0c
children
line wrap: on
line source

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

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