am new to Zend and want to use the Zend_Feed_Reader class behind a Proxy.
I've been told that I need "replace the default instance of Zend_Http_Client used by Zend_Feed_Reader using the setHttpClient() static method. The replacement should be a new Zend_Http_Client object which is passed a replacement adapter called Zend_Http_Client_Adapter_Proxy" but am very stuck -
Can someone offer a code example to do the above please? Many thanks.