Recent Posts
C# | 23 sec ago
None | 30 sec ago
C# | 37 sec ago
C# | 40 sec ago
C# | 50 sec ago
None | 2 min ago
None | 2 min ago
None | 3 min ago
None | 4 min ago
C++ | 5 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 9th of Feb 2010 06:43:51 PM
Download |
Raw |
Embed |
Report
$q =
Doctrine_Query::create()
->from('Group g')
->innerJoin('g.LinkingUserGroup link')
->where('link.user_id = ?', array($userId))
->orderBy('g.name');
Submit a correction or amendment below.
[ previous version ] | [ difference ] | Make A New Post