News Feed
Jobs Feed
Sections




News Archive
Mike Naberezny's Blog:
Symfony Templates and Ruby's ERb
February 20, 2008 @ 07:12:36

In his latest blog entry, Mike Naberezny takes a look at the Symfony framework and shares some of his opinions on it.

One thing that I think Symfony gets right is that it appears to use partitioned PHP code for its templates, in the spirit of Paul's Savant system.

I noticed in the Symfony demo that there is no separation of scope between variables passed to the template from the controller and local variables in the template. I'd like to see them scoped properly ("$this->products") but I can certainly understand why they did it this way. Using "$this->" in the template everywhere quickly gets messy.

He mentions a few other items he saw as well, including a way to correct the above mentioned problem (two ways - one more single-instance, the other more global).

0 comments voice your opinion now!
symfony template ruby ERb scope short_open_tags symfony template ruby ERb scope short_open_tags


blog comments powered by Disqus

Similar Posts

I/O Reader: 15 Cool Things & 12 Things to Dislike About PHP

ServerGrove Blog: Editing Twig Templates in Dreamweaver

ServerGrove Blog: Configuring Symfony to use Zend Framework 1.8.0 new Autoloader

Quinton Parker's Blog: Smarty. Solving the wrong problem since 2001

Community News: Symfony Framework Makes Some Updates (v.0.6.2 and Content)


Community Events











Don't see your event here?
Let us know!


release series interview tool application language zendframework2 introduction development opinion code unittest example phpunit conference framework podcast testing functional community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework