[pmwiki-users] HTML cache

Christophe David pmwiki at christophedavid.org
Mon Jun 11 01:38:40 CDT 2007


> To create a set of list items consisting solely of $:MyPageTextVariable:
>
>   foreach($matches as $m) {
>     $ptv = PVSE(PageVar($m, '$:MyPageTextVariable'));
>     $out .= "<li>$ptv</li>\n";
>   }

This works great and much faster than templates.  It is indeed the
right way to produce large complex pagelists.

May I suggest to put a note about this option on PageListTemplates some time ?

Thanks a lot (again and angain ;-) ).

Christophe



More information about the pmwiki-users mailing list