<?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: Zend Form Validators</title>
	<atom:link href="http://www.pokeroconnor.com/zend-form-validators/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pokeroconnor.com/zend-form-validators/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Jun 2011 19:51:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: sims</title>
		<link>http://www.pokeroconnor.com/zend-form-validators/comment-page-1/#comment-53</link>
		<dc:creator>sims</dc:creator>
		<pubDate>Wed, 04 Aug 2010 01:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pokeroconnor.com/?p=240#comment-53</guid>
		<description>Zend has a between validator class:
http://framework.zend.com/manual/en/zend.validate.set.html</description>
		<content:encoded><![CDATA[<p>Zend has a between validator class:<br />
<a href="http://framework.zend.com/manual/en/zend.validate.set.html" rel="nofollow">http://framework.zend.com/manual/en/zend.validate.set.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PokerOConnor</title>
		<link>http://www.pokeroconnor.com/zend-form-validators/comment-page-1/#comment-51</link>
		<dc:creator>PokerOConnor</dc:creator>
		<pubDate>Wed, 17 Mar 2010 22:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.pokeroconnor.com/?p=240#comment-51</guid>
		<description>Hi Paul,

I have it, and all other custom classes in application/custom. So I have a application/custom/MyValidNumericBetween.php file.

The if you add the path to this custom directory in the bootstrap, then all custom classes (files) you create in that directory will be automatically included. So, for example I added &#039;../application/custom&#039; to my include path. So my overall include path in bootstrap.php looks like:

set_include_path(&#039;../library&#039; . PATH_SEPARATOR . PATH_SEPARATOR . &#039;../application/models&#039; . PATH_SEPARATOR . &#039;../application/forms&#039; . PATH_SEPARATOR . &#039;../application/custom&#039; . PATH_SEPARATOR . get_include_path());

Hope that helps, let me know!</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>I have it, and all other custom classes in application/custom. So I have a application/custom/MyValidNumericBetween.php file.</p>
<p>The if you add the path to this custom directory in the bootstrap, then all custom classes (files) you create in that directory will be automatically included. So, for example I added &#8216;../application/custom&#8217; to my include path. So my overall include path in bootstrap.php looks like:</p>
<p>set_include_path(&#8216;../library&#8217; . PATH_SEPARATOR . PATH_SEPARATOR . &#8216;../application/models&#8217; . PATH_SEPARATOR . &#8216;../application/forms&#8217; . PATH_SEPARATOR . &#8216;../application/custom&#8217; . PATH_SEPARATOR . get_include_path());</p>
<p>Hope that helps, let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul O'Connell</title>
		<link>http://www.pokeroconnor.com/zend-form-validators/comment-page-1/#comment-50</link>
		<dc:creator>Paul O'Connell</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pokeroconnor.com/?p=240#comment-50</guid>
		<description>dude,
where in your app directory structure do you have the MyValidNumericBetween.php file located? and is there a trick to getting the BootStrapper to autoload the class?
cheers,
P</description>
		<content:encoded><![CDATA[<p>dude,<br />
where in your app directory structure do you have the MyValidNumericBetween.php file located? and is there a trick to getting the BootStrapper to autoload the class?<br />
cheers,<br />
P</p>
]]></content:encoded>
	</item>
</channel>
</rss>

