Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How to create a ViewHelper in Symfony 2. I read whole the documentation but it doesn't describe any term like that. It just has autoloading and service. http://symfony.com/doc/current/cookbook/index.html

share|improve this question
1  
What do you mean by "Create a ViewHelper" ? If you want to add custom functions/filter/etc to twig, read symfony.com/doc/current/cookbook/templating/twig_extension.html – AdrienBrault Jan 20 at 2:15
ViewHelper is a way to call a helper function in views (templates). I don't know what it is called in Symfony2 but Zend call it "viewHelper". By the way, I don't use Twig but PHP. – Emerald214 Jan 21 at 2:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.