<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Validating OCL constraints in PHP objects</title>
	<atom:link href="http://www.jansch.nl/2007/11/15/validating-ocl-constraints-in-php-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jansch.nl/2007/11/15/validating-ocl-constraints-in-php-objects/</link>
	<description>Ivo's blog about PHP, the internet and life in general</description>
	<lastBuildDate>Wed, 08 Sep 2010 18:11:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: superdrupermegapuper54321</title>
		<link>http://www.jansch.nl/2007/11/15/validating-ocl-constraints-in-php-objects/comment-page-1/#comment-818481</link>
		<dc:creator>superdrupermegapuper54321</dc:creator>
		<pubDate>Thu, 16 Jul 2009 19:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansch.nl/2007/11/15/validating-ocl-constraints-in-php-objects/#comment-818481</guid>
		<description>&lt;strong&gt;superdrupermegapuper54321...&lt;/strong&gt;

Very usefull info. Thanks!...</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><strong>superdrupermegapuper54321&#8230;</strong></p>
<p>Very usefull info. Thanks!&#8230;<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.jansch.nl/2007/11/15/validating-ocl-constraints-in-php-objects/comment-page-1/#comment-9681</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 27 Nov 2007 03:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansch.nl/2007/11/15/validating-ocl-constraints-in-php-objects/#comment-9681</guid>
		<description>Fascinating stuff! Thank you for providing me with a good read.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Fascinating stuff! Thank you for providing me with a good read.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Do You PHP はてな</title>
		<link>http://www.jansch.nl/2007/11/15/validating-ocl-constraints-in-php-objects/comment-page-1/#comment-9091</link>
		<dc:creator>Do You PHP はてな</dc:creator>
		<pubDate>Sat, 17 Nov 2007 07:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansch.nl/2007/11/15/validating-ocl-constraints-in-php-objects/#comment-9091</guid>
		<description>&lt;strong&gt;[PHP]OCL（Object Constraint Language：オブジェクト制約言語）...&lt;/strong&gt;

 今頃、目から鱗。やっぱりこの辺は全然追いつけてないというか、やってないというか。。。 OCL（Object Constraint Language：オブジェクト制約言語）を簡単に言うと、「インスタンスレベル...</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><strong>[PHP]OCL（Object Constraint Language：オブジェクト制約言語）&#8230;</strong></p>
<p> 今頃、目から鱗。やっぱりこの辺は全然追いつけてないというか、やってないというか。。。 OCL（Object Constraint Language：オブジェクト制約言語）を簡単に言うと、「インスタンスレベル&#8230;<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Swicegood</title>
		<link>http://www.jansch.nl/2007/11/15/validating-ocl-constraints-in-php-objects/comment-page-1/#comment-9031</link>
		<dc:creator>Travis Swicegood</dc:creator>
		<pubDate>Thu, 15 Nov 2007 14:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansch.nl/2007/11/15/validating-ocl-constraints-in-php-objects/#comment-9031</guid>
		<description>I played around with something very similar to this in Argil for controlling how models worked.  I played the constraints on the properties themselves in the form of an annotation:

/**
 * @is string
 */
/**
 * @greaterThan 0
 */

etc, etc.  That works extremely nicely and allows you to develop your models independent of the framework.  Until this post, however, I&#039;ve yet to see anything resembling it coded in PHP.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I played around with something very similar to this in Argil for controlling how models worked.  I played the constraints on the properties themselves in the form of an annotation:</p>
<p>/**<br />
 * @is string<br />
 */<br />
/**<br />
 * @greaterThan 0<br />
 */</p>
<p>etc, etc.  That works extremely nicely and allows you to develop your models independent of the framework.  Until this post, however, I&#8217;ve yet to see anything resembling it coded in PHP.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://www.jansch.nl/2007/11/15/validating-ocl-constraints-in-php-objects/comment-page-1/#comment-9011</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Thu, 15 Nov 2007 13:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansch.nl/2007/11/15/validating-ocl-constraints-in-php-objects/#comment-9011</guid>
		<description>&lt;strong&gt;Ivo Jansch&#039;s Blog: Validating OCL constraints in PHP objects...&lt;/strong&gt;


While attending a code camp for Xenerix, Ivo Jansch decided to ......</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><strong>Ivo Jansch&#8217;s Blog: Validating OCL constraints in PHP objects&#8230;</strong></p>
<p>While attending a code camp for Xenerix, Ivo Jansch decided to &#8230;&#8230;<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
