ZF-11958: Allow to convert Json data to a specific Model
Description
$a = Zend_Json_Decoder::decode($body, "DM_Model_Network" );
This would output a stdClass object with items of the type DM_Model_Network
$a = Zend_Json_Decoder::decode($body, "DM_Model_Network" );
This would output a stdClass object with items of the type DM_Model_Network
Comments
Posted by Fernando Andre (andref) on 2011-12-22T23:41:05.000+0000
Have code witch will work with this, see it at: