Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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? ...
Bob's user avatar
  • 21
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 ...
wawa's user avatar
  • 157
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 ...
papirtiger's user avatar
3 votes
1 answer
3k views

Unit-testing ExtFilterParser Symfony2 service

The Service: ...
Levi Hackwith's user avatar