Hii...
我有这样的职能。
class Zend_View_Helper_RenderUOList extends Zend_View_Helper_Abstract {
public function makeUOList($inputArray, $main = true, $id ="", $class="")
{
------
------
------
$output .= "<li>" . $value[ name ] . "
";
$output .= makeUOList($value, false, , );
$output .= "</li>
";
and I am trying to call the same function within the function and I am getting a error message as Fatal error: Call to undefined function makeUOList() in C:devworkspacesadxweblibraryendViewHelperRenderUOList.php on line 99
如果我错过......,则会事先得到任何帮助。