Tags: Php

Text_Wiki : getRenderConf()

void getRenderConf (string format name, string rule name [, string conf key]) Gets the value of a configuration key for a rule rendered in a specific format; if no key is specified, gets the entire configuration array. $wiki =& new Text_Wiki(); // get the list of pages that the wikilink rule knows about $dir = […]

Read More →