<?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: Adroit PHP framework</title> <atom:link href="http://www.selfcontained.us/2007/05/09/adroit-php-framework-2/feed/" rel="self" type="application/rss+xml" /><link>http://www.selfcontained.us/2007/05/09/adroit-php-framework-2/</link> <description>web-development</description> <lastBuildDate>Fri, 03 Feb 2012 05:18:27 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: admin</title><link>http://www.selfcontained.us/2007/05/09/adroit-php-framework-2/comment-page-1/#comment-154</link> <dc:creator>admin</dc:creator> <pubDate>Wed, 29 Aug 2007 14:26:54 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2007/05/09/adroit-php-framework-2/#comment-154</guid> <description>For starters, if you just want to get data submitted from a form, you would need to have a Model for that particular page.  You&#039;ll need to setup your page you&#039;re on like described &lt;a href=&quot;http://adroit.selfcontained.us/tutorials.php?t=Overview&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.  Following the naming conventions, you would create a Model class.  Inside the models &quot;process&quot; function, the single parameter passed into it, &quot;requestData&quot; in the example, is an associative array containing data from GET/POST content.  That should give you access to all the user submitted data.  Depending if you want to store stuff off to a database, you may want to create an object representing the table entry, &lt;a href=&quot;http://adroit.selfcontained.us/tutorials.php?t=DOM&quot; rel=&quot;nofollow&quot;&gt;dom&lt;/a&gt;, and put validation in there, or simply do validation in your model.  The dom tutorial explains how the validate method works on those objects.
I&#039;ve been working on the framework a bit and have improved a number of things in it, and am about ready to release that.  Lemme know if this helps you out at all.</description> <content:encoded><![CDATA[<p>For starters, if you just want to get data submitted from a form, you would need to have a Model for that particular page.  You&#8217;ll need to setup your page you&#8217;re on like described <a
href="http://adroit.selfcontained.us/tutorials.php?t=Overview" rel="nofollow">here</a>.  Following the naming conventions, you would create a Model class.  Inside the models &#8220;process&#8221; function, the single parameter passed into it, &#8220;requestData&#8221; in the example, is an associative array containing data from GET/POST content.  That should give you access to all the user submitted data.  Depending if you want to store stuff off to a database, you may want to create an object representing the table entry, <a
href="http://adroit.selfcontained.us/tutorials.php?t=DOM" rel="nofollow">dom</a>, and put validation in there, or simply do validation in your model.  The dom tutorial explains how the validate method works on those objects.</p><p>I&#8217;ve been working on the framework a bit and have improved a number of things in it, and am about ready to release that.  Lemme know if this helps you out at all.</p> ]]></content:encoded> </item> <item><title>By: Michael</title><link>http://www.selfcontained.us/2007/05/09/adroit-php-framework-2/comment-page-1/#comment-153</link> <dc:creator>Michael</dc:creator> <pubDate>Tue, 28 Aug 2007 14:13:20 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2007/05/09/adroit-php-framework-2/#comment-153</guid> <description>I&#039;ve been struggling for three days now to try to get a simple application working using Adroit but the tutorials seem to be missing some vital connecting thread I require, because I still don&#039;t get it. Granted this is the first MVC framework I&#039;ve used, which is exactly why I chose Adroit -- I was hoping it would be simple to learn. Actually I suspect it _is_ easy, but I&#039;ve been over the tutorials until I&#039;ve practically memorised them and I&#039;m still not sure where to start.
Simple example: I want to take data submitted via a form and validate it, then display any errors. Where in your tutorials do I start? How do I get user submitted data?</description> <content:encoded><![CDATA[<p>I&#8217;ve been struggling for three days now to try to get a simple application working using Adroit but the tutorials seem to be missing some vital connecting thread I require, because I still don&#8217;t get it. Granted this is the first MVC framework I&#8217;ve used, which is exactly why I chose Adroit &#8212; I was hoping it would be simple to learn. Actually I suspect it _is_ easy, but I&#8217;ve been over the tutorials until I&#8217;ve practically memorised them and I&#8217;m still not sure where to start.</p><p>Simple example: I want to take data submitted via a form and validate it, then display any errors. Where in your tutorials do I start? How do I get user submitted data?</p> ]]></content:encoded> </item> <item><title>By: Aaron</title><link>http://www.selfcontained.us/2007/05/09/adroit-php-framework-2/comment-page-1/#comment-76</link> <dc:creator>Aaron</dc:creator> <pubDate>Mon, 28 May 2007 23:19:29 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2007/05/09/adroit-php-framework-2/#comment-76</guid> <description>Great work!
I&#039;ll take a closer look at this!</description> <content:encoded><![CDATA[<p>Great work!<br
/> I&#8217;ll take a closer look at this!</p> ]]></content:encoded> </item> </channel> </rss>
