All Questions
4 questions
2
votes
1
answer
974
views
Doctrine/Symfony WHERE clause for reports
I'm trying to generate a report from two doctrine entities.
The fields to filter the report are optional. This is the code I've got now and it looks really bad to me. How can I improve this?
...
0
votes
2
answers
3k
views
Shuffle Symfony entities
I've got an object $contest which is a Symfony entity that has some other entities assigned. I can get them by ...
2
votes
0
answers
97
views
View helper for creating HTML elements with DOM
I have attempted to create a view helper class which makes programmatically creating HTML strings less verbose and hopefully simpler.
This is inspired by the tag helpers in Rails. It's compatible ...
3
votes
1
answer
3k
views
Unit-testing ExtFilterParser Symfony2 service
The Service:
...