<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://taniphp.dumitrup.com/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://taniphp.dumitrup.com/feed.php">
        <title>TaniPHP</title>
        <description></description>
        <link>http://taniphp.dumitrup.com/</link>
        <image rdf:resource="http://taniphp.dumitrup.com/lib/images/favicon.ico" />
       <dc:date>2008-08-07T18:53:20+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://taniphp.dumitrup.com/docs_0.9:tutorial4?do=diff&amp;amp;1142094173"/>
                <rdf:li rdf:resource="http://taniphp.dumitrup.com/wiki?do=diff&amp;amp;1141892402"/>
                <rdf:li rdf:resource="http://taniphp.dumitrup.com/docs_0.9?do=diff&amp;amp;1141824249"/>
                <rdf:li rdf:resource="http://taniphp.dumitrup.com/docs_0.9:tutorial1?do=diff&amp;amp;1135189485"/>
                <rdf:li rdf:resource="http://taniphp.dumitrup.com/plans?do=diff&amp;amp;1135186206"/>
                <rdf:li rdf:resource="http://taniphp.dumitrup.com/general?do=diff&amp;amp;1128248260"/>
                <rdf:li rdf:resource="http://taniphp.dumitrup.com/docs_0.9:tutorial3?do=diff&amp;amp;1126995090"/>
                <rdf:li rdf:resource="http://taniphp.dumitrup.com/docs_0.9:tutorial2?do=diff&amp;amp;1126990674"/>
                <rdf:li rdf:resource="http://taniphp.dumitrup.com/docs_0.9:model?do=diff&amp;amp;1126171546"/>
                <rdf:li rdf:resource="http://taniphp.dumitrup.com/sidebar?do=diff&amp;amp;1126166301"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://taniphp.dumitrup.com/lib/images/favicon.ico">
        <title>TaniPHP</title>
        <link>http://taniphp.dumitrup.com/</link>
        <url>http://taniphp.dumitrup.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://taniphp.dumitrup.com/docs_0.9:tutorial4?do=diff&amp;amp;1142094173">
        <dc:format>text/html</dc:format>
        <dc:date>2006-03-11T11:22:53+01:00</dc:date>
        <dc:creator>posto@86.105.157.97</dc:creator>
        <title>docs_0.9:tutorial4</title>
        <link>http://taniphp.dumitrup.com/docs_0.9:tutorial4?do=diff&amp;amp;1142094173</link>
        <description> Using security features of TaniPHP   From the security point of view, you can have 3 types of controllers:   &amp;ldquo;Unsecure&amp;rdquo; controller (default) - all actions in the controller can be accessed by anyone.  Secure controllers - all actions in ...</description>
    </item>
    <item rdf:about="http://taniphp.dumitrup.com/wiki?do=diff&amp;amp;1141892402">
        <dc:format>text/html</dc:format>
        <dc:date>2006-03-09T03:20:02+01:00</dc:date>
        <dc:creator>posto@193.16.148.5</dc:creator>
        <title>wiki - New tutorial about authentication methods supported by TaniPHP</title>
        <link>http://taniphp.dumitrup.com/wiki?do=diff&amp;amp;1141892402</link>
        <description> Welcome to TaniPHP   TaniPHP is a PHP MVC framework that is based on some ideas from Ruby on Rails. The original model was built upon the Biscuit Framework model. I consider the current state of the project to be a stable one, but it&amp;rsquo;s not fea...</description>
    </item>
    <item rdf:about="http://taniphp.dumitrup.com/docs_0.9?do=diff&amp;amp;1141824249">
        <dc:format>text/html</dc:format>
        <dc:date>2006-03-08T08:24:09+01:00</dc:date>
        <dc:creator>posto@193.16.148.5</dc:creator>
        <title>docs_0.9 - Added link to security features of TaniPHP</title>
        <link>http://taniphp.dumitrup.com/docs_0.9?do=diff&amp;amp;1141824249</link>
        <description> TaniPHP v0.9 Documentation  TaniPHP v0.9 tutorial #1 - Showing data from a table  TaniPHP v0.9 tutorial #2 - Editing the students table  TaniPHP v0.9 tutorial #3 - Creating belongs_to associations  Using security features of TaniPHP    ...</description>
    </item>
    <item rdf:about="http://taniphp.dumitrup.com/docs_0.9:tutorial1?do=diff&amp;amp;1135189485">
        <dc:format>text/html</dc:format>
        <dc:date>2005-12-21T13:24:45+01:00</dc:date>
        <dc:creator>posto@193.16.148.5</dc:creator>
        <title>docs_0.9:tutorial1</title>
        <link>http://taniphp.dumitrup.com/docs_0.9:tutorial1?do=diff&amp;amp;1135189485</link>
        <description> TaniPHP v0.9 tutorial #1 - Showing data from a table   Before begining please make sure you understand what MVC is. We will be building a small school application that will evolve as features provided by TaniPHP evolve, so expect new tutorials to ap...</description>
    </item>
    <item rdf:about="http://taniphp.dumitrup.com/plans?do=diff&amp;amp;1135186206">
        <dc:format>text/html</dc:format>
        <dc:date>2005-12-21T12:30:06+01:00</dc:date>
        <dc:creator>posto@193.16.148.5</dc:creator>
        <title>plans</title>
        <link>http://taniphp.dumitrup.com/plans?do=diff&amp;amp;1135186206</link>
        <description> Plans for TaniPHP  Write new tutorials for new way of form handling. Basically one would use $form = Form::getForm() to get the form and foreach($form as $field) { $field-&amp;gt;out; } to print it.  Add form validation that should support custom valida...</description>
    </item>
    <item rdf:about="http://taniphp.dumitrup.com/general?do=diff&amp;amp;1128248260">
        <dc:format>text/html</dc:format>
        <dc:date>2005-10-02T06:17:40+01:00</dc:date>
        <dc:creator>posto@82.78.33.54</dc:creator>
        <title>general - old revision restored</title>
        <link>http://taniphp.dumitrup.com/general?do=diff&amp;amp;1128248260</link>
        <description> General informations about TaniPHP   Requirements   TaniPHP is being developed using Apache 1.3 and PHP 4.4, but it should run on any web server that supports PHP 4.3/4.4. For database access ADOdb Lite is used so almost any database is supported.  ...</description>
    </item>
    <item rdf:about="http://taniphp.dumitrup.com/docs_0.9:tutorial3?do=diff&amp;amp;1126995090">
        <dc:format>text/html</dc:format>
        <dc:date>2005-09-17T18:11:30+01:00</dc:date>
        <dc:creator>posto@82.78.33.54</dc:creator>
        <title>docs_0.9:tutorial3 - Added note about database configuration cache.</title>
        <link>http://taniphp.dumitrup.com/docs_0.9:tutorial3?do=diff&amp;amp;1126995090</link>
        <description> TaniPHP v0.9 tutorial #3 - Creating belongs_to associations   A student belongs to a school, and to model this relationship we use the school_id field from the students table.   Creating the School model   Create a new table named schools:  CREATE T...</description>
    </item>
    <item rdf:about="http://taniphp.dumitrup.com/docs_0.9:tutorial2?do=diff&amp;amp;1126990674">
        <dc:format>text/html</dc:format>
        <dc:date>2005-09-17T16:57:54+01:00</dc:date>
        <dc:creator>posto@82.78.33.54</dc:creator>
        <title>docs_0.9:tutorial2</title>
        <link>http://taniphp.dumitrup.com/docs_0.9:tutorial2?do=diff&amp;amp;1126990674</link>
        <description> TaniPHP v0.9 tutorial #2 - Editing the students table   Creating an &amp;quot;edit&amp;quot; action   In the previous example, we have created an URL that linked to edit action of our Students controller and also passed the id of the student. To show the ed...</description>
    </item>
    <item rdf:about="http://taniphp.dumitrup.com/docs_0.9:model?do=diff&amp;amp;1126171546">
        <dc:format>text/html</dc:format>
        <dc:date>2005-09-08T05:25:46+01:00</dc:date>
        <dc:creator>posto@82.78.33.54</dc:creator>
        <title>docs_0.9:model - Link to SVN file.</title>
        <link>http://taniphp.dumitrup.com/docs_0.9:model?do=diff&amp;amp;1126171546</link>
        <description> Models   Models are classes that allow you to interact with your data source(s). Model classes are stored in the models folder. Every class is stored in it&amp;rsquo;s own file that is lowercase name of the model. Also model names should be in their sin...</description>
    </item>
    <item rdf:about="http://taniphp.dumitrup.com/sidebar?do=diff&amp;amp;1126166301">
        <dc:format>text/html</dc:format>
        <dc:date>2005-09-08T03:58:21+01:00</dc:date>
        <dc:creator>posto@82.78.33.54</dc:creator>
        <title>sidebar</title>
        <link>http://taniphp.dumitrup.com/sidebar?do=diff&amp;amp;1126166301</link>
        <description> Menu  Welcome to TaniPHP  General informations about TaniPHP  TaniPHP v0.9 Documentation    ...</description>
    </item>
</rdf:RDF>
