Skip to content

Instantly share code, notes, and snippets.

@shamun
Created July 26, 2011 16:31
Show Gist options
  • Save shamun/1107180 to your computer and use it in GitHub Desktop.
Save shamun/1107180 to your computer and use it in GitHub Desktop.
array(3) {
[0] => string(12) "bossresponse"
[1] => object(stdClass)#150 (1) {
["responsecode"] => string(3) "200"
}
[2] => array(1) {
[0] => array(3) {
[0] => string(3) "web"
[1] => object(stdClass)#162 (3) {
["totalresults"] => string(5) "10700"
["count"] => string(1) "2"
["start"] => string(1) "0"
}
[2] => array(1) {
[0] => array(3) {
[0] => string(7) "results"
[1] => object(stdClass)#163 (0) {
}
[2] => array(2) {
[0] => array(3) {
[0] => string(6) "result"
[1] => object(stdClass)#164 (0) {
}
[2] => array(6) {
[0] => array(3) {
[0] => string(4) "date"
[1] => object(stdClass)#165 (0) {
}
[2] => array(0) {
}
}
$results = Zend_Json::decode($results, Zend_Json::TYPE_OBJECT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment