How can I convert an array like this to an object?
[128] => Array ( [status] => "Figure A. Facebook\'s horizontal scrollbars showing u
Its way to simple, This will create an object for recursive arrays as well:
$object = json_decode(json_encode((object) $yourArray), FALSE);