0

I'm looking at creating the following scenario.

  1. I have many templates
  2. I have many users (sfGuardUser)
  3. I want it so when I edit a template, I can assign many users to a particular.

Am I correct in thinking I'll need 3 tables in my schema?

Template
User
TemplateUser

and define the relations within these?

j0k
  • 22,600
  • 28
  • 79
  • 90
user789122
  • 480
  • 5
  • 12
  • 25

1 Answers1

1

Yes, you are correct. Examples: #1 #2

1ed
  • 3,668
  • 15
  • 25