Home > Backend Development > PHP Tutorial > Function calling problem in yaf framework

Function calling problem in yaf framework

WBOY
Release: 2016-09-29 09:33:03
Original
1170 people have browsed it

<code>public function abcAction(){
    $tList = Tool_Fnc::rpc_client($tWalletinfo)->abc();
    exit;
}</code>
Copy after login
Copy after login

Is abc() in abcAction() calling itself?

Reply content:

<code>public function abcAction(){
    $tList = Tool_Fnc::rpc_client($tWalletinfo)->abc();
    exit;
}</code>
Copy after login
Copy after login

Is abc() in abcAction() calling itself?

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template