-
Notifications
You must be signed in to change notification settings - Fork 7
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
Document issues when using View::assign/start/end #49
Comments
Would you want this info in the readme, or should we start a docs site like some of the other plugins have? |
It would help me decide if I knew what documentation requests people have. I don't want to re-create View documentation -- more like link to View and explain TwigView changes. I want it to be easy to use -- but if I have to write more than very simple explanations then a separate document is probably easier. |
Starting off with the README until it gets too long is a good place to start then 😄 |
How these methods can be used avoiding this warning? For now I created a |
Use the
|
Thanks, it worked out great and makes a lot more sense. I should have read the docs more carefully. The previous package didn't complain about it at all, so I though it was ok. |
The |
Users will get a confusing php error about casting to string.
Provide a better explanation for some of the porting gotchas.
The text was updated successfully, but these errors were encountered: