ardent
ardent copied to clipboard
Where clause on Relationships.
Something like:
'category' => array(self::BELONGS_TO, 'Category')->where('parent', '=', 0)
Any idea if this has been implemented with Ardent, and what is the syntax?
I guess it's not implemented.