I didn't follow the PmWiki development in the last few months and I'm  
trying to catch up: beside PageTextVars to store variables from the  
web interface, does an official way exist to store variables from a  
php/cookbook script with a particular wiki page which are not visible  
in the page text, or is it still:

        $page = ReadPage($somepage);
        $page['variable'] = 'bar';
        WritePage($somepage, $page);

Thanks
Sebastian



_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to