Browsing All posts tagged under »Zend«

Php and AMF part 1: Zend_Amf and helper class

January 8, 2010

4

Action Message Format is a proprietary data format used by FlashPlayer in remoting, streaming, shared objects etc. Its binary nature makes it a very efficient way to transfer data – more compact than xml or json. Thanks to Zend_AMF it’s easier than ever to serialize/deserialize data objects – it’s now a breeze to handle data… [Read more…]

Zend_Soap_Server returning object – working!

July 7, 2009

0

Here’s a source code example on how to return an object from a Zend_Soap_Server. Thanks to James Gordon’s blog!

Follow

Get every new post delivered to your Inbox.