[symfony-users] Re: I want to independent module :)

2010-04-03 Thread Andrzej
so I don't need to extends Doctrine_Table - so this is normal class without inheritance - ok - You could write that at the beginning :) But thx :) On 3 Kwi, 01:24, Rodrigo rru...@gmail.com wrote: Use static public function to declare it. 2010/4/2 Andrzej aohra...@gmail.com But now I have

Re: [symfony-users] Re: I want to independent module :)

2010-04-03 Thread Alexandru-Emil Lupu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 or, you could make it a plugin. You'd have the yml schema, the routing, the actions, the forms, the model ... Alecs -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version:

[symfony-users] Re: How would you reverse the notnull:true in a schema of a plugin?

2010-04-03 Thread Javier Garcia
I read this (look the paragraph called AVOID USING USERNAME FIELD FOR STORING EMAIL!): http://bluehorn.co.nz/2009/04/29/implementing-email-login-with-sfguardplugin/ Is that true? Javi On Apr 2, 5:27 am, Tom Haskins-Vaughan t...@templestreetmedia.com wrote: Why don't you just store the email

Re: [symfony-users] Re: How would you reverse the notnull:true in a schema of a plugin?

2010-04-03 Thread Tom Haskins-Vaughan
Hi Javi, While some good points are made in that post, I'm not too concered, and I will continue to store emails in the username field. If you store email in username field, you have to be really careful when using other plugins that depend on sfGuardPlugin, because chances are, they’d display

[symfony-users] automated response

2010-04-03 Thread Saad Tazi | Twist Image
Merci de votre message. Nos bureaux sont présentement fermés aujourd'hui, le 2 avril 2010. En cas d’urgence, vous pouvez rejoindre notre équipe technique en envoyant un courriel à l’adresse suivante: supp...@twistimage.com. Cordialement, Saad Tazi - - - - - - - - - - - - - Thank you for

[symfony-users] Unable to use namespaces with symfony

2010-04-03 Thread Amadeus
Hi I am trying to use classes with namespaces such as Doctrine 2 or my own stuff but not matter what I use symfony gives me a Fatal Error: cannot redeclare class XYZ... Does anyone have an idea? The autoload config and cache only have one instance of the file in question. Somehow its trying to