Hello everyone,
I dived into the forum but I didn't find any similar topic, so I would
like to pose my questions here.
1: in my admin, I need [U]two modules[/U] based on [U]the same model
class[/U]. Because each module displays different things. How can I do this
in the proper way? Should I generate two times with different module name?
like:
$ php symfony propel:generate-admin backend JobeetJob --module=jobOne
$ php symfony propel:generate-admin backend JobeetJob --module=jobTwo
2: In one of my module, I won't display the HTML table, but display
graph, so for doing this, I should override all the concerned generated
methods and templates, is that correct?
Thanks for your advices.
Regards,
JoJo
--
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en.