15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
|
--view start--
|
||
|
<!--nocache-->
|
||
|
<?php echo $batman ?>
|
||
|
<!--/nocache-->
|
||
|
|
||
|
this view has 3 nocache blocks
|
||
|
|
||
|
<!--nocache-->
|
||
|
<?php echo $spiderman; ?>
|
||
|
<!--/nocache-->
|
||
|
|
||
|
<!--nocache-->
|
||
|
<?php echo 'some string'; ?>
|
||
|
<!--/nocache-->
|
||
|
--view end--
|