Daniel B
|
Friday 18 September 2009 2:26:04 am
Good Morning
$nodes =& eZContentObjectTreeNode::subTreeByNodeId(array('ClassFilterType' => 'include',
'ClassFilterArray' => array( 'user_group' ),
'AttributeFilter' => array( array(
'name', '=', 'product' ) ),
'SortBy' => array( 'published', false)
),$GroupRoot);
thats working, but i need a contain-filter for the nodename. i look for "contains" but not found a solution. Example
'name', 'contains', 'product'
Any idea? thx Daniel
|