Saturday 13 January 2007 3:52:43 am
I made fetch in php:
$nodes =& eZContentObjectTreeNode::subTree(
array( 'Depth' => 1,
'ClassFilterType' => 'include',
'ClassFilterArray' => array('my_class' ),
'AttributeFilter', array(
array( 'my_class/attr_1','=',1)
)
),
105
);
which has tu return me all nodes of class "my_class" and "attr_1" = 1 . But it returns all nodes of "my_class", even when attr_1 = 0 attr_1 is checkbox. The same problem i have in another fetch with selection... what is wrong?
{set-block scope=root variable=cache_ttl}0{/set-block}
|