[symfony-users] Problem with Relationship Doctrine.

2011-06-15 Thread eric.malzone
Hi Folks, I'm having a problem when I create a relation between the tables. I believe the problem occurs when the 'Entities' are generated. Error: Class Espro\OrigensBundle\Entity\IeUnidade has no association named EsproOrigensBundle:IeUnidade Case someone has any idea and wish see the yml

[symfony-users] Re: [Beta4] Handle file upload with array data

2011-06-15 Thread eric.malzone
Hi, I don't know if is it, but I think the form of method call to create the form is deprecated. The current way to do it is : $form = $this-get('form.factory')-create(new FormType()); if ($this-get('request')-getMethod() == 'POST') {

[symfony-users] Re: Problem with Relationship Doctrine.

2011-06-21 Thread eric.malzone
. -- Eric Malzone On 15 jun, 13:47, Christophe COEVOET s...@notk.org wrote: Le 14/06/2011 15:15, eric.malzone a crit : Hi Folks, I'm having a problem when I create a relation between the tables. I believe the problem occurs when the 'Entities' are generated. Error: Class Espro