标签: php database function joomla
如何从database joomla中的module功能中检索值?
database
joomla
module
这是我的代码:
$indirect = "select GetAncestry('".$userID."');"; $db->setQuery($indirect); $getVal = $db->query(); echo "getVal" . $getVal ."<br>";//process breaks here