I am working on some kind of notifications module in a Symfony application. I am iterating over a Doctrine_Collection of users to create a Notification for every user that has a flag active in its pro
I have a collection of users who completed a certain test and a list of users who got an invite for that test. Now I\'d like to fetch all the users who did not complete the test. I thought it\'d be si
I\'m having problems getting my processor to simulate correctly and I think I\'ve narrowed it down to the program I\'m giving it.