Hello,

I want to create a plugin with forms classes....
When I execute the task ./symfony doctrine:build-form, symfony creates
forms class files with names as '#MyModelClass#Form.class.php' in
/lib/
  form/
    doctrine/
      myPlugin/
& base forms class files with names as
'Base#MyModelClass#Form.class.php' in
/lib/
  form/
    doctrine/
      myPlugin/
         base/

The problem is that ./symfony doctrine:build-form generates also forms
class files with names as 'Plugin#MyModelClass#Form.class.php' in
/lib/
  form/
    doctrine/
And I wouldn't... That's weird, no?
do you know why these classes are created? do you know how to do for
not generate them?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to