mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
15 lines
234 B
Text
15 lines
234 B
Text
|
--view start--
|
||
|
<cake:nocache>
|
||
|
<?php echo $batman ?>
|
||
|
</cake:nocache>
|
||
|
|
||
|
this view has 3 nocache blocks
|
||
|
|
||
|
<cake:nocache>
|
||
|
<?php echo $spiderman; ?>
|
||
|
</cake:nocache>
|
||
|
|
||
|
<cake:nocache>
|
||
|
<?php echo 'some string'; ?>
|
||
|
</cake:nocache>
|
||
|
--view end--
|