python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to replace typo3 deprecated Annotation @validate Boolean(is=true)?
I have to upgrade a Typo3 v9 project to Typo3 v10.
Annotations like they were before are deprecated. I know how to replace something like @validate NotEmpty with @TYPO3\CMS\Extbase\Annotation\Validat...

halliballi
Votes: 0
Answers: 1
Symfony 4.4 how to fetch specific rows from related entity that has ManyToOne relation?
I have a User entity and a Hours entity. One user can have multiple hours. So a OneToMany for user-hours. And a ManyToOne for hours-user.
I used the symfony docs to create this. Symfony created this g...

Allart
Votes: 0
Answers: 0