pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Encyclopedia of the Sci...
8 sec ago
Untitled
4 sec ago
Need help on setting we...
7 sec ago
Uploadic Premium Accoun...
8 sec ago
Untitled
7 sec ago
Untitled
9 sec ago
Untitled
11 sec ago
13.2.2012 Wupload Premi...
18 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Feb 9th, 2010 | Syntax:
PHP
| Size: 0.22 KB | Hits: 27 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
This paste has a previous version,
view the difference
.
$q
=
Doctrine_Query
::
create
(
)
->
from
(
'LinkingUserGroup link'
)
->
innerJoin
(
'link.Group g'
)
->
where
(
'link.user_id = ?'
,
array
(
$userId
)
)
->
orderBy
(
'g.name'
)
;
create new paste
|
create new version of this paste
RAW Paste Data
$q = Doctrine_Query::create() ->from('LinkingUserGroup link') ->innerJoin('link.Group g') ->where('link.user_id = ?', array($userId)) ->orderBy('g.name');