<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://ismo.bigbluehat.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://ismo.bigbluehat.com/feed.php">
        <title>The Ismo PHP Framework docs</title>
        <description></description>
        <link>http://ismo.bigbluehat.com/</link>
        <image rdf:resource="http://ismo.bigbluehat.com/lib/images/favicon.ico" />
       <dc:date>2009-03-09T16:50:45+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ismo.bigbluehat.com/docs/action_invocation_system?rev=1146183086"/>
                <rdf:li rdf:resource="http://ismo.bigbluehat.com/docs/database_access?rev=1207229587"/>
                <rdf:li rdf:resource="http://ismo.bigbluehat.com/docs/download?rev=1146183086"/>
                <rdf:li rdf:resource="http://ismo.bigbluehat.com/docs/file_loaders?rev=1146183086"/>
                <rdf:li rdf:resource="http://ismo.bigbluehat.com/docs/getting_started?rev=1146183086"/>
                <rdf:li rdf:resource="http://ismo.bigbluehat.com/docs/installation?rev=1146183086"/>
                <rdf:li rdf:resource="http://ismo.bigbluehat.com/docs/pear?rev=1146183086"/>
                <rdf:li rdf:resource="http://ismo.bigbluehat.com/docs/url_styles?rev=1146183086"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ismo.bigbluehat.com/lib/images/favicon.ico">
        <title>The Ismo PHP Framework</title>
        <link>http://ismo.bigbluehat.com/</link>
        <url>http://ismo.bigbluehat.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://ismo.bigbluehat.com/docs/action_invocation_system?rev=1146183086">
        <dc:format>text/html</dc:format>
        <dc:date>2006-04-27T20:11:26+01:00</dc:date>
        <title>docs:action_invocation_system</title>
        <link>http://ismo.bigbluehat.com/docs/action_invocation_system?rev=1146183086</link>
        <description> As you hopefully know by now an application using Ismo consists of a number of states each state containing some amount of actions, usually related in some way. (When I talk about actions I mean the action methods which are usually named exedFoo, ex...</description>
    </item>
    <item rdf:about="http://ismo.bigbluehat.com/docs/database_access?rev=1207229587">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-03T09:33:07+01:00</dc:date>
        <title>docs:database_access</title>
        <link>http://ismo.bigbluehat.com/docs/database_access?rev=1207229587</link>
        <description> Ismo does not have it&amp;rsquo;s own database access layer. Since there are so many options already available, we&amp;rsquo;ve decided to leave that up to others.  We recommend using a DAO/ORM database package if possible. Some we recommend are...  PEAR::D...</description>
    </item>
    <item rdf:about="http://ismo.bigbluehat.com/docs/download?rev=1146183086">
        <dc:format>text/html</dc:format>
        <dc:date>2006-04-27T20:11:26+01:00</dc:date>
        <title>docs:download</title>
        <link>http://ismo.bigbluehat.com/docs/download?rev=1146183086</link>
        <description> Download Ismo from SourceForge.   PEAR installer   It is also possible to install Ismo using the PEAR installer. More information soon (it&amp;rsquo;s currently available in the download).   ...</description>
    </item>
    <item rdf:about="http://ismo.bigbluehat.com/docs/file_loaders?rev=1146183086">
        <dc:format>text/html</dc:format>
        <dc:date>2006-04-27T20:11:26+01:00</dc:date>
        <title>docs:file_loaders</title>
        <link>http://ismo.bigbluehat.com/docs/file_loaders?rev=1146183086</link>
        <description> The idea is that files are not loaded from some specially defined path using include() or require(). Instead a loader is used to load the needed files, and the loader knows from where to load the files.  This way one can change from loading all the ...</description>
    </item>
    <item rdf:about="http://ismo.bigbluehat.com/docs/getting_started?rev=1146183086">
        <dc:format>text/html</dc:format>
        <dc:date>2006-04-27T20:11:26+01:00</dc:date>
        <title>docs:getting_started</title>
        <link>http://ismo.bigbluehat.com/docs/getting_started?rev=1146183086</link>
        <description> Ok, so let&amp;rsquo;s create our first application using Ismo_Core!  We&amp;rsquo;ll use a directory in the webroot of a web server. If the webroot for the server running on foo.bar is a /var/www/html we&amp;rsquo;ll put this small application in a sub directo...</description>
    </item>
    <item rdf:about="http://ismo.bigbluehat.com/docs/installation?rev=1146183086">
        <dc:format>text/html</dc:format>
        <dc:date>2006-04-27T20:11:26+01:00</dc:date>
        <title>docs:installation</title>
        <link>http://ismo.bigbluehat.com/docs/installation?rev=1146183086</link>
        <description> Ismo_Core requires PHP 4.1.0 or later. Although it&amp;rsquo;s recommend that either 4.2.x or 4.3.x is used. Also the following PEAR package are needed:    Date version &amp;gt;= 1.3   HTTP version &amp;gt;= 1.2 [mandatory]   Log version &amp;gt;= 1.6.0   PEAR vers...</description>
    </item>
    <item rdf:about="http://ismo.bigbluehat.com/docs/pear?rev=1146183086">
        <dc:format>text/html</dc:format>
        <dc:date>2006-04-27T20:11:26+01:00</dc:date>
        <title>docs:pear</title>
        <link>http://ismo.bigbluehat.com/docs/pear?rev=1146183086</link>
        <description> The Ismo framework tries to avoid wheel reinvention whenever possible. For this reason you&amp;rsquo;ll find a number of PEAR objects in the download.    ...</description>
    </item>
    <item rdf:about="http://ismo.bigbluehat.com/docs/url_styles?rev=1146183086">
        <dc:format>text/html</dc:format>
        <dc:date>2006-04-27T20:11:26+01:00</dc:date>
        <title>docs:url_styles</title>
        <link>http://ismo.bigbluehat.com/docs/url_styles?rev=1146183086</link>
        <description> Ismo can use either the query string or path info to get information about a request. The query string method is used by default. To setup the path info method follow the instructions below:   Path Info setup   Ismo_Core 0.1.4  Add the following lin...</description>
    </item>
</rdf:RDF>
