-
-
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
$this->partial don't work as expected #30
Labels
Comments
Hi, I believe this bug is already fixed in the repository, could you re-download the extension? |
Downloaded again. Same problem. |
Ah sorry, we need to recompile the dll for windows again |
Hi again, we generated 0.4.3 to solve this problem, just download it from http://phalconphp.com/download/ regards, |
Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use $this->partial this way.
Main layout file:
header.phtml
Result html
So it doesn't render anything before partial call and $this->getContent() show partial file content instead of another file.
The text was updated successfully, but these errors were encountered: