<?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>Thu, 23 May 2013 13:40:30 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Jared White's Blog: Willowgarden Highlight: Easy Processing of Form Input]]></title>
      <guid>http://www.phpdeveloper.org/news/6310</guid>
      <link>http://www.phpdeveloper.org/news/6310</link>
      <description><![CDATA[<p>
<i>Jared White</i> has posted <a href="http://www.theideabasket.com/2006/09/19/willowgarden-highlight-easy-processing-of-form-input/">another Willowgarden highlight</a> to his blog today, this time with a focus on the processing of form input.
</p>
<blockquote>
In the bad old days of processing forms and saving each field to a column in a database row, you'd have to do a lot of manual gruntwork: accessing each field from the $_POST superglobal, checking the values, constructing the SQL query, connecting to the database and executing the query, and so forth. Wouldn't it be great if you could just import the form right into an object, and let it do the validation and the database saving based on just a few simple rules? Let's take a quick look at how that might work.
</blockquote>
<p>
He <a href="http://www.theideabasket.com/2006/09/19/willowgarden-highlight-easy-processing-of-form-input/">shows how to make</a> an instance of the WFFormCreator class in a simple script and add actions to it to handle the successful submission and the errors that might come up.
</p>]]></description>
      <pubDate>Tue, 19 Sep 2006 15:17:58 -0500</pubDate>
    </item>
  </channel>
</rss>
