I have to add on thing : helpers inheritance should be great to !
And in fact no more things to do : <?php use_helper('Bla'); ?> will
load the helper file. You just have to write a class wit static
functions in it and call them normaly (for example
MyFoolHelper::bar() ) !I dont know if thats seem interesting for you, but it appears to me to be a great improvements ! (hey I want to add a helper function to the "url" existing one, I have to copy/past all functions into my new helper file to keep them availbale !?! WTF ? :p) Thats all :p On Sep 7, 1:58 pm, FX Poster <[EMAIL PROTECTED]> wrote: > Hmmm. I've thought a little, and came to some interesting things. > Symfony's slot system is perfectly compatible with view inheritance: > we already inherit our views from the layout, so why can't we inherit > views from other views (which can be inherited from layout)? It can be > done with some modifications in Partial helper and sfPHPView class. Is > anybody interested in this powerful thing? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
