stdClass Object ([Sector] => Manufacturing [Date Found] => 2010-05-03 08:15:19)
So I can access [Sector] by using $object->S
[Sector]
$object->S
You can do it this way:
$object->{'Date Found'}