<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://docs.bedrockframework.com/lib/exe/css.php?s=feed" 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://docs.bedrockframework.com/feed.php">
        <title>Bedrock Framework docs:using_bedrock</title>
        <description></description>
        <link>http://docs.bedrockframework.com/</link>
        <image rdf:resource="http://docs.bedrockframework.com/lib/images/favicon.ico" />
       <dc:date>2009-12-23T08:43:29-06:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://docs.bedrockframework.com/docs:using_bedrock:authentication?rev=1233119269&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.bedrockframework.com/docs:using_bedrock:controller?rev=1237920350&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.bedrockframework.com/docs:using_bedrock:forms?rev=1235093856&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.bedrockframework.com/docs:using_bedrock:model?rev=1235952388&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.bedrockframework.com/docs:using_bedrock:view?rev=1238380498&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://docs.bedrockframework.com/lib/images/favicon.ico">
        <title>Bedrock Framework</title>
        <link>http://docs.bedrockframework.com/</link>
        <url>http://docs.bedrockframework.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://docs.bedrockframework.com/docs:using_bedrock:authentication?rev=1233119269&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-27T23:07:49-06:00</dc:date>
        <title>docs:using_bedrock:authentication</title>
        <link>http://docs.bedrockframework.com/docs:using_bedrock:authentication?rev=1233119269&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://docs.bedrockframework.com/docs:using_bedrock:controller?rev=1237920350&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-24T13:45:50-06:00</dc:date>
        <title>docs:using_bedrock:controller</title>
        <link>http://docs.bedrockframework.com/docs:using_bedrock:controller?rev=1237920350&amp;do=diff</link>
        <description>In Bedrock, controllers are classes that represent the business logic portion of an application. Anything not related to the user interface or accessing persistent data is typically handled in a controller. A simple Bedrock application can contain only one controller, while a more complex one could contain a full hierarchy of hundreds of controllers.</description>
    </item>
    <item rdf:about="http://docs.bedrockframework.com/docs:using_bedrock:forms?rev=1235093856&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-19T19:37:36-06:00</dc:date>
        <title>docs:using_bedrock:forms</title>
        <link>http://docs.bedrockframework.com/docs:using_bedrock:forms?rev=1235093856&amp;do=diff</link>
        <description>Forms are an integral part of almost every web application. Because of this, there is a tremendous amount of functionality available for creating, managing, and manipulating forms and form data. This chapter will walk you through each step involved with creating a form, validating it both on the server side and the client side, and storing/processing any submitted data. Each step can be as simple or complex as is needed, and Bedrock is easily extended to support custom form elements, validation …</description>
    </item>
    <item rdf:about="http://docs.bedrockframework.com/docs:using_bedrock:model?rev=1235952388&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-01T18:06:28-06:00</dc:date>
        <title>docs:using_bedrock:model</title>
        <link>http://docs.bedrockframework.com/docs:using_bedrock:model?rev=1235952388&amp;do=diff</link>
        <description>To store and retrieve data for your application you can use part, or all, of the database utilities offered in Bedrock's model layer. Currently the model layer only supports MySQL databases, though more are planned. Custom data sources can be built as well.</description>
    </item>
    <item rdf:about="http://docs.bedrockframework.com/docs:using_bedrock:view?rev=1238380498&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-29T21:34:58-06:00</dc:date>
        <title>docs:using_bedrock:view</title>
        <link>http://docs.bedrockframework.com/docs:using_bedrock:view?rev=1238380498&amp;do=diff</link>
        <description>In Bedrock, views are classes that contain all logic related to the user interface of an application. Like Bedrock controllers, views make use of a nested hierarchy structure to minimize code redundancy and improve maintainability. 

Definition &amp; Structure

Each view class represents a container for a specific part of an application's user interface. All view classes are extended from the base class Bedrock::View which provides some common functionality across all view objects (method implementa…</description>
    </item>
</rdf:RDF>
