Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $subQuery = $db->buildStatement(
- array(
- 'fields' => array('"ParentNode"."id"', '"ParentNode"."type"'),
- 'table' => $db->fullTableName($this->Node),
- 'alias' => 'ParentNode',
- 'limit' => null,
- 'offset' => null,
- 'joins' => array(),
- 'conditions' => $conditionsSubQuery,
- 'order' => null,
- 'group' => null
- ),
- $this->Node
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement