|
Yaf_Application::getLastErrorMsgGet message of the last occurred error Description
public string Yaf_Application::getLastErrorMsg()
ParametersThis function has no parameters. Return Values
ExamplesExample #1 Yaf_Application::getLastErrorMsgexample
The above example will output something similar to: string(69) "Could not find controller script /tmp/notexists/controllers/Index.php" |