[pmwiki-devel] FmtTemplateVars function

Peter & Melodye Bowers pbowers at pobox.com
Wed Feb 11 13:58:04 CST 2009


>     $text = preg_replace("/\\{\\$(\\$:\\w+)\\}/e",
>       "PVSE(PageVar(\$pagename, '$1'))");

Or go to PageTextVar() directly rather than getting to it thru PageVar() for
performance...?

    $text = preg_replace("/\\{\\$\\$:(\\w+)\\}/e",
        "PVSE(PageTextVar(\$pagename, '$1'))");

-Peter




More information about the pmwiki-devel mailing list