I'm using CodeIgniter and a Basecamp class written for it to connect to and retrieve data from the Basecamp API. I am connecting fine and grabbing data fine and its being returned using SimpleXML (you can specify XML or SimpleXML in the request).
I am just having a big problem getting anything good out of the response. Here is what the response looks like raw: http://pastie.org/private/bbxhgbzbbbk77ji3ua4g and view source: http://pastie.org/private/qftl28osnumhrdwr1zxuw
Obviously I see those via a print_r command.
Can someone tell me, for instance, how to get a list of the project names out of that?
I can also make the request in XML if that works better.