<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Typesafe objects in PHP</title>
	<atom:link href="http://manfred.dschini.org/2007/02/19/typesafe-objects-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://manfred.dschini.org/2007/02/19/typesafe-objects-in-php/</link>
	<description>You Caused Me to Do This!</description>
	<pubDate>Fri, 04 Jul 2008 01:29:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Manfred Weber</title>
		<link>http://manfred.dschini.org/2007/02/19/typesafe-objects-in-php/#comment-32160</link>
		<dc:creator>Manfred Weber</dc:creator>
		<pubDate>Mon, 26 May 2008 13:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://manfred.dschini.org/2007/02/19/typesafe-objects-in-php/#comment-32160</guid>
		<description>Matthew, your Zend_Server class looks like a copy of our much earlier created Services_Webservice class available at pear. Except that our class also support Complex Types! but thanks for the hint anyway!</description>
		<content:encoded><![CDATA[<p>Matthew, your Zend_Server class looks like a copy of our much earlier created Services_Webservice class available at pear. Except that our class also support Complex Types! but thanks for the hint anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Weier O'Phinney</title>
		<link>http://manfred.dschini.org/2007/02/19/typesafe-objects-in-php/#comment-3752</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Tue, 20 Feb 2007 01:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://manfred.dschini.org/2007/02/19/typesafe-objects-in-php/#comment-3752</guid>
		<description>Zend Framework is using a similar technique in the Zend_Server-derived classes (WSDL generator, REST server, XML-RPC server so far; more coming in future releases). Basically, we require that the docblock contain @param and @return elements; Zend_Server_Reflection then goes through and scans the class and the method docblocks in order to build up prototypes that the server implementation may use.

The Reflection API makes this sort of thing possible, and very powerful.</description>
		<content:encoded><![CDATA[<p>Zend Framework is using a similar technique in the Zend_Server-derived classes (WSDL generator, REST server, XML-RPC server so far; more coming in future releases). Basically, we require that the docblock contain @param and @return elements; Zend_Server_Reflection then goes through and scans the class and the method docblocks in order to build up prototypes that the server implementation may use.</p>
<p>The Reflection API makes this sort of thing possible, and very powerful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
