Re: [symfony-users] Redirect URL does not work

2011-01-29 Thread Alan Candido
Hello Felix, Try url_for('@redirect', arry("url",'.urlencode('http://symfony-project.org '))) 2011/1/29 Felix E. Klee > I set up a redirect-page for a Symfony 1.x project. > > Rule: > > redirect: >url: /:sf_culture/redirect/:url >param: { module: main, action: redirect } > > Then, to c

Re: [symfony-users] User activation via email

2011-01-06 Thread Alan Candido
Hi Sinu, See *** sfDoctrineApplyPlugin .* 2011/1/6 sinu govind > Hello All, > > I have the sfDoctrineGuardPlugin and I have a simple registration module > which logs in the

[symfony-users] AdminGenerator and 1-n relation

2009-08-23 Thread Alan Candido
Gentlemen, Sorry my bad english. I have the following scheme, with relation 1-n. customer: _attributes: (phpName: Customer) id: ~ code: (type: char, size: '8 ', required: true, defaultValue:'', index: unique) name: (type: char, size: '40 ', required: true, defaultValue:'') co

[symfony-users] Re: dynamic tables/forms/models with symfony

2009-08-06 Thread Alan Candido
Hi, I don't tried, it is only an idea, create and run the sfPropelGenerateAdminTask class ou some similar thing. PS Sorry my bad english 2009/8/3 cosmy > > Hi all, > I need to realize an application that let the possibility to make > dynamic forms and tables determinated by an admin in the ba

[symfony-users] Re: Two fields - One Line???

2009-07-06 Thread Alan Candido
Hi, In model file (in lib/model dir) put a code: public function getDNI() { return $this->getNumberDigit()().'-'.$this->getDvDigit(); } In form class (in lib/form) of model, put a code: public function configure() { // hidden fields unset ( $this['number_digit'], $this['dv_

[symfony-users]

2009-07-06 Thread Alan Candido
Hello, >From a form (sfForm) I need to get the key fields and / or required fields. Any suggestions? PS: Sorry my bad English. -- Boa Sorte e a Paz do Senhor, [:>} Alan Cândido ><> Analista de Pesquisa e Desenvolvimento DBA, Work-flow, Datawarehouse e Portais Intranet, Extranet e Internet "T.I

[symfony-users] Symfony plus Dojo

2009-06-17 Thread Alan Candido
Hi Guys, Who know an example (simple) of an application using symfony and Dojo? I would also like an example of customization of custom form authentication. Grateful for the attention PS: Sorry my bad English -- Good luck and peace of the Lord [:>} Alan Cândido ><> --~--~-~--~~