Home > Article > Backend Development > Function calling problem in yaf framework
<code>public function abcAction(){ $tList = Tool_Fnc::rpc_client($tWalletinfo)->abc(); exit; }</code>
Is abc() in abcAction() calling itself?
<code>public function abcAction(){ $tList = Tool_Fnc::rpc_client($tWalletinfo)->abc(); exit; }</code>
Is abc() in abcAction() calling itself?