Friday 01 July 2005 9:42:02 am
thanks harry,
but in my case, it seems not to work.
in the admin I have a 'prod' class, ID='305' in this class there is 6 objects. I want to put this 6 objects in an array. First I tried: $list=& eZContentClass::fetch( 305 );
After I tried your solution: $liste=eZContentObject::fetchList( true, 'contentclass_id = 305' );
I receive more than 100 objects. why? I have empty the trash.. Help please..
|