I’m learning the Zend Framework. So please excuse me if this question is basic.
I want to write a small app driven by a xml api. The xml returned is below.
What the best way to parse this xml file?
What a good design pattern should I use? Should I store it in the model?
I ended up extending the Zend_Rest_Client Class.