<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://kerkness.ca/kowiki/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://kerkness.ca/kowiki/feed.php">
        <title>Unofficial Kohana 3.0 Wiki</title>
        <description></description>
        <link>http://kerkness.ca/kowiki/</link>
        <image rdf:resource="http://kerkness.ca/kowiki/lib/images/favicon.ico" />
       <dc:date>2011-11-12T18:55:15+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://kerkness.ca/kowiki/doku.php?id=how_to_create_and_use_a_controller&amp;rev=1321028727&amp;do=diff"/>
                <rdf:li rdf:resource="http://kerkness.ca/kowiki/doku.php?id=start&amp;rev=1319953898&amp;do=diff"/>
                <rdf:li rdf:resource="http://kerkness.ca/kowiki/doku.php?id=orm&amp;rev=1319073690&amp;do=diff"/>
                <rdf:li rdf:resource="http://kerkness.ca/kowiki/doku.php?id=how_to_work_with_timezones&amp;rev=1316142701&amp;do=diff"/>
                <rdf:li rdf:resource="http://kerkness.ca/kowiki/doku.php?id=integrating_with_xajax&amp;rev=1316024578&amp;do=diff"/>
                <rdf:li rdf:resource="http://kerkness.ca/kowiki/doku.php?id=hmvc_in_kohana&amp;rev=1315417653&amp;do=diff"/>
                <rdf:li rdf:resource="http://kerkness.ca/kowiki/doku.php?id=comparison_of_various_orm_modules_available_in_kohana&amp;rev=1314438882&amp;do=diff"/>
                <rdf:li rdf:resource="http://kerkness.ca/kowiki/doku.php?id=routing:using_hyphen_in_urls&amp;rev=1308100449&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://kerkness.ca/kowiki/lib/images/favicon.ico">
        <title>Unofficial Kohana 3.0 Wiki</title>
        <link>http://kerkness.ca/kowiki/</link>
        <url>http://kerkness.ca/kowiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://kerkness.ca/kowiki/doku.php?id=how_to_create_and_use_a_controller&amp;rev=1321028727&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-11T16:25:27+00:00</dc:date>
        <dc:creator>Andrew</dc:creator>
        <title>how_to_create_and_use_a_controller</title>
        <link>http://kerkness.ca/kowiki/doku.php?id=how_to_create_and_use_a_controller&amp;rev=1321028727&amp;do=diff</link>
        <description>A Controller is a class file that stands in between the models and the views in an application. It passes information on to the model when data needs to be changed and it requests information from the model when data needs to be loaded. Controllers then pass on the information of the model to the views where the final output can be rendered for the users.</description>
    </item>
    <item rdf:about="http://kerkness.ca/kowiki/doku.php?id=start&amp;rev=1319953898&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-10-30T05:51:38+00:00</dc:date>
        <dc:creator>Chris Go</dc:creator>
        <title>start - put back old xajax link</title>
        <link>http://kerkness.ca/kowiki/doku.php?id=start&amp;rev=1319953898&amp;do=diff</link>
        <description>Please note that the information here (still) focus mainly on Kohana 3.0. 
There are important api changes in version 3.1. More information on upgrading from 3.0 to 3.1 can be found here: &lt;http://kohanaframework.org/3.1/guide/kohana/upgrading&gt;
Current Kohana version is 3.2, upgrade guide from 3.1 to 3.2 can be fonud here: &lt;http://kohanaframework.org/3.2/guide/kohana/upgrading&gt;</description>
    </item>
    <item rdf:about="http://kerkness.ca/kowiki/doku.php?id=orm&amp;rev=1319073690&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-10-20T01:21:30+00:00</dc:date>
        <dc:creator>TK</dc:creator>
        <title>orm - http://kerkness.ca/wiki/ =&gt; kowiki</title>
        <link>http://kerkness.ca/kowiki/doku.php?id=orm&amp;rev=1319073690&amp;do=diff</link>
        <description>Object Relational Mapping (ORM) allows manipulation and control of data within a database as though it was a PHP object. Once you define the relationships ORM allows you to pull data from your database, manipulate the data in any way you like and then save the result back to the database without the use of SQL. By creating relationships between models that follow convention over configuration, much of the repetition of writing queries to create, read, update and delete information from the datab…</description>
    </item>
    <item rdf:about="http://kerkness.ca/kowiki/doku.php?id=how_to_work_with_timezones&amp;rev=1316142701&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-16T03:11:41+00:00</dc:date>
        <dc:creator>Chris Go</dc:creator>
        <title>how_to_work_with_timezones</title>
        <link>http://kerkness.ca/kowiki/doku.php?id=how_to_work_with_timezones&amp;rev=1316142701&amp;do=diff</link>
        <description>This page is not Kohana-specific but I promised the forum folks that I would put this here if they helped me :)

Concepts

	*  Best Practices: link will get you thinking about timezones.  
	*  Do you need timezones?  This may help you classify what kind of times you are dealing with &lt;http://stackoverflow.com/questions/2532729/daylight-saving-time-and-timezone-best-practices/3269325#3269325&gt;</description>
    </item>
    <item rdf:about="http://kerkness.ca/kowiki/doku.php?id=integrating_with_xajax&amp;rev=1316024578&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-14T18:22:58+00:00</dc:date>
        <dc:creator>Chris Go</dc:creator>
        <title>integrating_with_xajax</title>
        <link>http://kerkness.ca/kowiki/doku.php?id=integrating_with_xajax&amp;rev=1316024578&amp;do=diff</link>
        <description>Note:  There is a lot of problems with Xajax (see below), you should use Phery instead  
&lt;https://github.com/gahgneh/phery&gt; and the KO3 companion &lt;https://github.com/cambiata/kophery&gt;

Xajax


Xajax is a convenient PHP ajax library that simplifies a lot of ajax calls (vs raw jquery for example) and can be found at &lt;http://www.xajaxproject.org&gt;</description>
    </item>
    <item rdf:about="http://kerkness.ca/kowiki/doku.php?id=hmvc_in_kohana&amp;rev=1315417653&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-07T17:47:33+00:00</dc:date>
        <dc:creator>Kerk</dc:creator>
        <title>hmvc_in_kohana - Don't think -&gt;response is needed after execute()</title>
        <link>http://kerkness.ca/kowiki/doku.php?id=hmvc_in_kohana&amp;rev=1315417653&amp;do=diff</link>
        <description>Please note that this information is targeting version 3.0, not the current version 3.1!

One of the most powerful features in Kohana 3.0 is the ability to call another request at any time during the request flow. This layered MVC approach allows you to assemble a complex client tier and really harness the powerful benefits of object orientation.</description>
    </item>
    <item rdf:about="http://kerkness.ca/kowiki/doku.php?id=comparison_of_various_orm_modules_available_in_kohana&amp;rev=1314438882&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-27T09:54:42+00:00</dc:date>
        <dc:creator>zextra</dc:creator>
        <title>comparison_of_various_orm_modules_available_in_kohana - shortened links so table can format itself better</title>
        <link>http://kerkness.ca/kowiki/doku.php?id=comparison_of_various_orm_modules_available_in_kohana&amp;rev=1314438882&amp;do=diff</link>
        <description>Comparison of various ORM Modules available in Kohana (3?)

  ORM  Sprig  Jelly  Mango  Auto-Modeler  Version       Kohana Version  3.X  3.X  3.X  3.X  3.X  Status  Stable  Stable  Beta    License  New BSD License  MIT License  MIT License ( ref)   Features   Overview
 ORM library that are good at handling CRUD operations and excellent at generating, validating and processing HTML forms.
 
 Defined data types
 Sprig requires that the data types are defined in the model. There are already a range…</description>
    </item>
    <item rdf:about="http://kerkness.ca/kowiki/doku.php?id=routing:using_hyphen_in_urls&amp;rev=1308100449&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-15T01:14:09+00:00</dc:date>
        <dc:creator>Marcelo Rodrigo</dc:creator>
        <title>routing:using_hyphen_in_urls - created</title>
        <link>http://kerkness.ca/kowiki/doku.php?id=routing:using_hyphen_in_urls&amp;rev=1308100449&amp;do=diff</link>
        <description>If you prefer hyphen (-) in your project URL's, this is simple extending Kohana Request class (application/classes/request.php) to handle it:

&lt;?php defined('SYSPATH') or die('No direct script access.');
class Request extends Kohana_Request
{
	public function execute()
	{
		$this-&gt;action(str_replace('-', '', $this-&gt;action()));
		$this-&gt;controller(str_replace('-', '', $this-&gt;controller()));
		return parent::execute();
	}
}

This will eliminate any hyphens to controllers and actions.</description>
    </item>
</rdf:RDF>

