Re: [symfony-users] Form widgets

2011-02-24 Thread Gábor Fási
That's not the case anymore in 1.3 and 1.4. The default autoloader in debug mode became sfAutoloadAgain[1], which reloads the class cache if you're trying to load a nonexistent class. [1] http://www.symfony-project.org/tutorial/1_4/en/whats-new#chapter_a2fae23c9403b0e9ec99806fccf6b53e_sub_sfautol

Re: [symfony-users] Form widgets

2011-02-23 Thread Gareth McCumskey
Anytime you create a new class, be it a form class or an auto-generated class from a new table in your schema or even one of your own classes, you MUST clear the cache. On 24/02/2011 02:51, Parijat Kalia wrote: Oh Thank you. It worked, but somehow did not cross my mind. On Wed, Feb 23, 2011

Re: [symfony-users] Form widgets

2011-02-23 Thread Parijat Kalia
Oh Thank you. It worked, but somehow did not cross my mind. On Wed, Feb 23, 2011 at 4:36 PM, Stéphane wrote: > sf cc ? > > > Before Printing, Think about Your Environmental Responsibility! > Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! > > > On Thu, Feb 24, 2011 at 1:20 AM,

Re: [symfony-users] Form widgets

2011-02-23 Thread Stéphane
sf cc ? Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Thu, Feb 24, 2011 at 1:20 AM, Parijat Kalia wrote: > Hi guys, > > I am following the Symfony form's tutorials and have reached upto listing > 1-2 on htt

[symfony-users] Form widgets

2011-02-23 Thread Parijat Kalia
Hi guys, I am following the Symfony form's tutorials and have reached upto listing 1-2 on http://www.symfony-project.org/forms/1_1/en/01-Form-Creation I have executed all steps up until listing 1-2 but while i attempt to run the webpage, it reads the following error: * * *Fatal error*: Class 'Regi