comparison cake/tests/test_app/views/posts/nocache_multiple_element.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
comparison
equal deleted inserted replaced
-1:000000000000 0:261e66bd5a0c
1 <cake:nocache>
2 <?php echo $foo; ?>
3 </cake:nocache>
4
5 <cake:nocache>
6 <?php echo $bar; ?>
7 </cake:nocache>
8
9 <?php echo $this->element('nocache/sub1'); ?>