Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 565 Bytes

2-create_your_comment_and_thread_classes.md

File metadata and controls

13 lines (10 loc) · 565 Bytes

Step 2: Create your Comment and Thread classes

The FOSCommentBundle supports both Doctrine ODM (mongodb) and Doctrine ORM by default. However, you must provide a concrete Comment and Thread class. Follow the appropriate instructions to set up the classes:

Continue to the next step!

When you're done. Continue with importing the routing: Step 3: Importing FOSCommentBundle routing.