[symfony-users] Re: Add Twig Extension error

2010-11-28 Thread Henrik Bjornskov
You need to look up how namespaces work also the class key is not a path but the fully qualified class name and because the twig extension classes dosage use namespaces it should be Twig_Extension_Text and also you should have the extensions in your vendor directory and setup autoload

[symfony-users] Re: Symfony2 comments and questions

2010-08-01 Thread Henrik Bjornskov
2. Filters A killer feature I miss is the old filters framework for requests. Should events be used in the future? Yep, we have events now. There are more flexible. I have wondered about this since the first preview release. Lets say i wanted to add some sort of autologin when a cookie is

[symfony-users] Re: Help with model

2010-07-12 Thread Henrik Bjornskov
try return $this-get('firstName'); On Jul 12, 12:15 pm, davidsonrob rob.davidso...@gmail.com wrote: Hi, I'm trying to over ride a base model value.  Its super simple but im not sure how it should be done? /**  * This class has been auto-generated by the Doctrine ORM Framework  */ class

[symfony-users] Re: frameset not working in Symfony PHP template

2010-02-10 Thread Henrik Bjornskov
what about stop using frames ? whats the need? On Feb 10, 2:30 pm, DEEPAK BHATIA toreachdee...@gmail.com wrote: Hi, I have specified the src files for frame in /qp/web/htm directory where qp is my project. Thanks in advance Regards Deepak Bhatia

[symfony-users] Re: The template TestTwigSuccess.php does not exist or is unreadable in .

2010-01-10 Thread Henrik Bjornskov
check out sfTwigPlugin http://github.com/henrikbjorn/sfTwigPlugin On Nov 23 2009, 7:14 pm, Richtermeister nex...@gmail.com wrote: Hey Reynier, I'm sorry, I'm not familiar with the inner workings oftwig, I was just commenting on why you got the other error. I would take a look at the