Author Topic: ZendFramework + StrikeIron Airport Service  (Read 1158 times)

0 Members and 1 Guest are viewing this topic.

Offline meman1188Topic starter

  • Irregular
  • Posts: 46
    • View Profile
    • Bester News
ZendFramework + StrikeIron Airport Service
« on: April 17, 2008, 07:00:53 PM »
I am trying to use the Zend PHP Framework to access the Airport Statistics service from Strikeiron http://www.strikeiron.com/ProductDetail.aspx?p=277.

I am reading the data in fine, but i'm having trouble accessing the information from the object.  According to the documentation, i think the properties should be accessed something like $result->serviceResult http://framework.zend.com/manual/en/zend.service.strikeiron.advanced-uses.html.

Example page with print_r: http://test.besternews.com/test.php

Thanks for the help guys!