<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 09 Jul 2008 07:16:48 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Vinu Thomas' Blog: Quicker and cleaner Form using Zend Form]]></title>
      <guid>http://www.phpdeveloper.org/news/9620</guid>
      <link>http://www.phpdeveloper.org/news/9620</link>
      <description><![CDATA[<p>
On his blog today, <i>Vinu Thomas</i> has <a href="http://blogs.vinuthomas.com/2008/02/13/quicker-and-cleaner-form-using-zend-form/">an example</a> of what he calls a "quicker and cleaner form" using the Zend_Form component of the <a href="http://framework.zend.com">Zend Framework</a>.
</p>
<blockquote>
Usually handing forms involves coding the form in HTML and performing client and server side validation, which usually makes the code for complex forms quite unwieldy. Zend_Form which is available in Zend Framework version 1.5 aims at simplifying this process.
</blockquote>
<p>
With this new version comes the ability to add in methods for validation right into the form definition. His example shows a traditional login form that checks things like if it's required, checking the length and adding filters to modify the input.
</p>]]></description>
      <pubDate>Wed, 13 Feb 2008 08:56:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Hartjes' Blog: Simple User Registration in CakePHP 1.2, Part II]]></title>
      <guid>http://www.phpdeveloper.org/news/9474</guid>
      <link>http://www.phpdeveloper.org/news/9474</link>
      <description><![CDATA[<p>
<i>Chris Hartjes</i> has followed up on a <a href="http://www.phpdeveloper.org/news/9394">previous post</a> about user authentication in CakePHP with <a href="http://www.littlehart.net/atthekeyboard/2008/01/22/simple-user-registration-in-cakephp-12-part-ii/">a few more comments</a> in part two.
</p>
<blockquote>
I got a question in the comments about my previous post on simple user registration about how to do some of the necessary validation for registration in the model. I thought I'd show some code I did to do exactly that.
</blockquote>
<p>
He includes <a href="http://www.littlehart.net/atthekeyboard/2008/01/22/simple-user-registration-in-cakephp-12-part-ii/">the code</a> for his example with the key, he explains, being the use of a second field (the confirm password field) to do the validation.
</p>]]></description>
      <pubDate>Wed, 23 Jan 2008 09:36:00 -0600</pubDate>
    </item>
  </channel>
</rss>
