Slide 10
Slide 10 text
Using Repositories
Choose between the generic base repository to support any backend or
the Doctrine base repository to access advanced Doctrine functionality.
Extending the base repositories of FLOW3
• Provides basic methods like:
findAll(), countAll(), remove(), removeAll()
• Provides automatic finder methods to retrieve by property:
findByPropertyName($value), findOneByPropertyName($value)
Add specialized finder methods to your own repository.
10