Re: [fw-general] Re: Zend_Rest_Client posted XML

2010-07-22 Thread Peter Warnock
Use Zend_Http_Client and call setRawData passing in an xml string. You can use DOMDocument or SimpleXML to create the string. - pw On Sun, Jul 11, 2010 at 1:05 AM, rooboy d...@ie.com.au wrote: Hi Will. Did you work out how to post the XML for insert/update operations? I am working on

Re: [fw-general] Zend_Form and custom validation workaround

2010-07-22 Thread Peter Warnock
Create subforms to take advantage of array notation and have the validator compare the pair by naming convention. - pw On Thu, Jul 1, 2010 at 10:00 AM, milesap mile...@gmail.com wrote: I have a problem that I cannot seem to wrap my head around. 3 text fields on my form are start dates, and

[fw-general] Books or resource to learn Zend Framework 1.10

2010-07-22 Thread jiewmeng
i am looking for resources to learn ZF1.10. i have read http://www.survivethedeepend.com/zendframeworkbook/en/1.0 surviving the deep end found it good. except that as it went into View helpers and optimization i was lost. also i think its not complete yet? i wonder if theres any

Re: [fw-general] Books or resource to learn Zend Framework 1.10

2010-07-22 Thread Chris Morrell
Some of the links at the bottom of http://cmorrell.com/webdev/zf/review-1-8-web-application-development-760might be helpful. CM http://cmorrell.com/ *Chris Morrell* Web: http://cmorrell.com Twitter: @inxilpro http://twitter.com/inxilpro On Thu, Jul 22, 2010 at 2:59 AM, jiewmeng

[fw-general] Re: 301 redirects after changing routes

2010-07-22 Thread Wil Moore III
Jean-Michel Philippon-Nadeau-3 wrote: I was wondering if anything in the Zend Framework could help me to create 301 redirects... In addition to this answer: http://zend-framework-community.634137.n4.nabble.com/301-redirects-after-changing-routes-tp2295939p2298162.html You may also