Comparing revisions for GmBowenWikkaAsPIM

Additions:
In mytasks.php use something like this:
global $tableprefix;
$tableprefix = $this->config["table_prefix"];
and inside function use global $tableprefix; and in query "... FROM ${tableprefix}task ...." **do not use $this->config["table_prefix"] inside function PHP 5.1.x do not understand**
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki