如何从joomla模块中的数据库函数中检索值?

时间:2015-06-02 17:29:03

标签: php database function joomla

如何从database joomla中的module功能中检索值?

这是我的代码:

$indirect = "select GetAncestry('".$userID."');";
$db->setQuery($indirect);

$getVal  = $db->query();
echo "getVal" . $getVal ."<br>";//process breaks here

0 个答案:

没有答案