~tsep-dev/tsep/0.9-beta

« back to all changes in this revision

Viewing changes to branches/symfony/cake/tests/test_app/views/posts/multiple_nocache.ctp

  • Committer: geoffreyfishing
  • Date: 2011-01-11 23:46:12 UTC
  • Revision ID: svn-v4:ae0de26e-ed09-4cbe-9a20-e40b4c60ac6c::125
Created a symfony branch for future migration to symfony

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--view start--
 
2
<cake:nocache>
 
3
        <?php echo $batman ?>
 
4
</cake:nocache>
 
5
 
 
6
this view has 3 nocache blocks
 
7
 
 
8
<cake:nocache>
 
9
        <?php echo $spiderman; ?>
 
10
</cake:nocache>
 
11
 
 
12
<cake:nocache>
 
13
        <?php echo 'some string'; ?>
 
14
</cake:nocache>
 
15
--view end--
 
 
b'\\ No newline at end of file'