-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Yaf_Loader can not resolve *_Controller classes #7
Comments
a class suffix with "controller" is considered as a controller class, thus Yaf will try to locate it in controllers folder. |
Closed
This was referenced May 26, 2014
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yaf_Loader
seems to be not able to resolve classes which are end withController
.It tries to look up
/MyBase/.php
forMyBase_Controller
incontrollers
directory.I expect that it tries to look up
/MyBase/Controller.php
inlibrary
directory.This is the test code:
And that result is:
Thank you.
The text was updated successfully, but these errors were encountered: