-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
The render levels failure, Forward flow to controller #17
Comments
hi dreamsxin, could you tell us what exactly is the problem you're getting? |
when use "forward" request, the set Render Level will failure. |
By the way, whether it whill provide "RESTFul Controller" and "OAuth Controller", and router can set controller directory |
ps: postgresql datatype change to php type, for example, array and boolean |
I think this could work: protected function beforeDispatch($controllerName, $actionName) {
} |
right, "_forward" do not run "welcome/index" action, only render the view file. |
yep, with the if($controllerName!='welcome'){ you'll avoid to pass the controller to the Acl isAllowed method :) |
The text was updated successfully, but these errors were encountered: