PHP Return New Object
$object = new stdClass();
$object->property = 'Here we go';
Sanjaya
$object = new stdClass();
$object->property = 'Here we go';