We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
im not sure if i setup this wrong, but i get
PHP Fatal error: Class 'Core\Mvc\Application' not found in /usr/share/nginx/html/phalcon/public/index.php on line 25
or if i remove Application::setDebugMode(true); the the error goes to line 27.
Application::setDebugMode(true);
if, in the init_autoloader.php i remove the return; on line 8
init_autoloader.php
return;
i get this:
It is forwarded controller Hello, Test! External Data These data were obtained using di, of the 'ExampleDi' module.
any ideas?
by the way, i like this ZF2 approach
The text was updated successfully, but these errors were encountered:
No branches or pull requests
im not sure if i setup this wrong, but i get
or if i remove
Application::setDebugMode(true);
the the error goes to line 27.if, in the
init_autoloader.php
i remove thereturn;
on line 8i get this:
any ideas?
by the way, i like this ZF2 approach
The text was updated successfully, but these errors were encountered: