[symfony-users] HowTo: Datetime return single_text

2011-05-31 Thread Louardi Abdeltif
Hello all, I want to integrate datetimepiker (http://trentrichardson.com/examples/timepicker) in my case i use datetime type but that return choice or (input for date and input for time) please i want this datetime type return a single_text Thanks. -- If you want to report a vulnerability i

Re : AW: [symfony-users] Re: Not a valid entity or mapped super class

2011-05-11 Thread Louardi Abdeltif
Those files are generated by command line De : Juergen Kober À : symfony-users@googlegroups.com Envoyé le : Mercredi 11 Mai 2011 11h19 Objet : AW: [symfony-users] Re: Not a valid entity or mapped super class I guess, your directory structure is   /ZRCoreBundl

Re : [symfony-users] Re: Not a valid entity or mapped super class

2011-05-11 Thread Louardi Abdeltif
What the role of this generated classes XXX.orm.php De : lidaa À : Symfony users Envoyé le : Mercredi 11 Mai 2011 10h39 Objet : [symfony-users] Re: Not a valid entity or mapped super class Prospect.php http://pastebin.com/Xk5dyCH9 Prospect.orm.php http://past

Re : [symfony-users] Re: Not a valid entity or mapped super class

2011-05-11 Thread Louardi Abdeltif
its done here Prospect.php http://pastebin.com/Xk5dyCH9 Prospect.orm.php http://pastebin.com/3hSRJv5v De : chafik À : Symfony users Envoyé le : Mercredi 11 Mai 2011 10h36 Objet : [symfony-users] Re: Not a valid entity or mapped super class Give us the code of

[symfony-users] How can i get the LastInsertId

2011-05-09 Thread Louardi Abdeltif
Hello all, How can i get the last inset id. using $this->em->getConnection()->lastInsertId(); my current code: $post = new Post(); $em->persist($post); $em->flush(); echo $post->getId(); -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.

Re : Tr : [symfony-users] [sf2] Access to current route [Solution]

2011-05-07 Thread Louardi Abdeltif
fony-users] [sf2] Access to current route I have a similar problem in the implementation of a user provider. The only solution I found is this hack. Do you know any more right solution? On Apr 27, 5:34 pm, A A wrote: > "@" seems to be a kludge :) > > 2011/4/27 Louard

Re : [symfony-users] Date Field

2011-05-02 Thread Louardi Abdeltif
Hello, are you tried with format option?!try this $builder->add('MyDATE', null, array('format' => \IntlDateFormatter::SHORT)); De : lidaa À : Symfony users Envoyé le : Lundi 2 Mai 2011 10h05 Objet : [symfony-users] Date Field Hello How to customize the sepa

Tr : [symfony-users] [sf2] Access to current route

2011-04-27 Thread Louardi Abdeltif
(array($this->user, $this->authenticated, $this->roles, $this->attributes)); - Mail transféré ----- De : Louardi Abdeltif À : "symfony-users@googlegroups.com" Envoyé le : Mercredi 27 Avril 2011 7h48 Objet : Re : [symfony-users] [sf2] Access to current route I have a

Re : [symfony-users] [sf2] Access to current route

2011-04-27 Thread Louardi Abdeltif
I have a notice with this new beta. when i use the prod environement i haven't this notice. Notice: serialize() [function.serialize]: "id" returned as member variable from __sleep() but does not exist in SITE_PATH/vendor/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Abstrac

[symfony-users] [sf2] EntityChoiceField

2011-04-27 Thread Louardi Abdeltif
Hello all, I want use EntityChoiceField in my form with this new change  (i use the last update) thanks. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symf