http://de3.php.net/manual/en/language.types.object.php#language.types.object.casting
$sdtClass = (object) $array; .... Kexiao Liao schrieb:
Is there any method in Zend Framework to convert an array into a stdClass?
http://de3.php.net/manual/en/language.types.object.php#language.types.object.casting
$sdtClass = (object) $array; .... Kexiao Liao schrieb:
Is there any method in Zend Framework to convert an array into a stdClass?