Friday 13 February 2009 5:03:04 am
Hello,
I try to get a list of object of a given class but the returned array always contains all objects, not only the objects of the given class. My fetch is:
fetch( 'content', 'list', array( 'class_filter_type' => 'MyClass', 'parent_node_id' => 629 ) );
Where am I wrong ? Thank you !
|