Forums / Developer / unset data_map php side
Romain Dausset
Tuesday 14 October 2008 2:52:53 pm
Dear all,
How can i correctly unset the data_map in php side ?
I fetch several objects and access to their data_map but when i try to unset,it doesn't work and there is still some php memory used.
I also tried to use clearcache...
Thanks in advance,Ro
-- Romain Dausset rdausset@facileit.com http://www.facileit.com
Piotrek Karaś
Tuesday 18 November 2008 9:06:18 pm
$contentObject = eZContentObject::fetch( 123 ); $contentObject->dataMap(); ...
Hope this helps.
-- Company: mediaSELF Sp. z o.o., http://www.mediaself.pl eZ references: http://ez.no/partners/worldwide_partners/mediaself eZ certified developer: http://ez.no/certification/verify/272585 eZ blog: http://ez.ryba.eu
Wednesday 07 January 2009 7:53:12 am
This is how I get the datamap...
But who knows how to unset it properly from the php memory ?
$dataMap = $object->dataMap(); [...] eZContentObject::clearCache(); eZContentCacheManager::clearContentCacheIfNeeded( $contentObjectID ); unset($object,$dataMap [....] );
I tried to unset and to use cache functions without success...
Thank you,
Romain.
André R.
Wednesday 07 January 2009 8:17:15 am
Depends on what you do in your code, do you fetch classes / workflows / sections / and so on?
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom