Hi,

I'm new to symfony and am trying to learn it.
I am trying to develop a new module (something like a forum). in a
very simple form, this module works with 2 database tables:
"forum_threads" and "forum_posts".

First, I think that I should not develop 2 different modules, because
forum sounds like one module in my mind. (am I right?)

the "create new thread" form has 2 fields: "subject" and "message".
when someone clicks on the save button, the "subject" field should be
saved in the "forum_thread" table and the "message" field should be
saved in the "forum_posts" table. Any clue for doing this?

Any suggestion is highly appreciated.

-- 
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.

Reply via email to