php - Accessing Class Properties with Spaces -


stdclass object ([sector] => manufacturing [date found] => 2010-05-03 08:15:19)

so can access [sector] using $object->sector how can access [date found] ?

you can way:

$object->{'date found'} 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -