Changeset 11178
- Timestamp:
- 08/26/08 23:04:07 (3 months ago)
- Files:
-
- doc/branches/1.0/book/14-Generators.txt (modified) (1 diff)
- doc/branches/1.1/book/14-Generators.txt (modified) (1 diff)
- doc/branches/1.2/book/14-Generators.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/book/14-Generators.txt
r7986 r11178 1014 1014 > 1015 1015 > [php] 1016 > <?php if ($article->getNbComments() > 0): ?> 1017 > <h2>This article has <?php echo link_to($article->getNbComments().' comments', 'comment/list', array('query_string' => 'filter=filter&filters%5Barticle_id%5D='.$article->getId())) ?></h2> 1018 > <?php endif; ?> 1016 > This article has <?php echo link_to($article->getNbComments().' comments', 'comment/list', array('query_string' => 'filter=filter&filters%5Barticle_id%5D='.$article->getId())) ?> comments. 1019 1017 > 1020 1018 >This query string parameter is an encoded version of the more legible doc/branches/1.1/book/14-Generators.txt
r10837 r11178 894 894 > 895 895 > [php] 896 > <?php if ($article->getNbComments() > 0): ?> 897 > <h2>This article has <?php echo link_to($article->getNbComments().' comments', 'comment/list', array('query_string' => 'filter=filter&filters%5Barticle_id%5D='.$article->getId())) ?></h2> 898 > <?php endif; ?> 896 > This article has <?php echo link_to($article->getNbComments().' comments', 'comment/list', array('query_string' => 'filter=filter&filters%5Barticle_id%5D='.$article->getId())) ?> comments. 899 897 > 900 898 >This query string parameter is an encoded version of the more legible doc/branches/1.2/book/14-Generators.txt
r10837 r11178 894 894 > 895 895 > [php] 896 > <?php if ($article->getNbComments() > 0): ?> 897 > <h2>This article has <?php echo link_to($article->getNbComments().' comments', 'comment/list', array('query_string' => 'filter=filter&filters%5Barticle_id%5D='.$article->getId())) ?></h2> 898 > <?php endif; ?> 896 > This article has <?php echo link_to($article->getNbComments().' comments', 'comment/list', array('query_string' => 'filter=filter&filters%5Barticle_id%5D='.$article->getId())) ?> comments. 899 897 > 900 898 >This query string parameter is an encoded version of the more legible