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
Idea: check forgotten dumps from Latte templates. Example of use is in documentation http://doc.nette.org/en/2.2/default-macros#toc-variable-dumping.
How it implement? That will not do with PHP tokens. Use regular expressions?
The text was updated successfully, but these errors were encountered:
I think the best solution is add optional dependency to 'nette/latte' package and use Nette\Latte::parse method (https://github.com/nette/latte/blob/master/src/Latte/Parser.php#L78), which returns array of tokens.
Sorry, something went wrong.
I don't know it. Thank you!
I want implement it this week. Soon I will send pull request.
No branches or pull requests
Idea: check forgotten dumps from Latte templates. Example of use is in documentation http://doc.nette.org/en/2.2/default-macros#toc-variable-dumping.
How it implement? That will not do with PHP tokens. Use regular expressions?
The text was updated successfully, but these errors were encountered: