<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.akelos.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Akelos Wiki</title>
        <description></description>
        <link>http://www.akelos.org/wiki/</link>
        <lastBuildDate>Sun, 07 Mar 2010 09:42:02 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://www.akelos.org/wiki/lib/images/favicon.ico</url>
            <title>Akelos Wiki</title>
            <link>http://www.akelos.org/wiki/</link>
        </image>
        <item>
            <title>Mixins</title>
            <link>http://www.akelos.org/wiki/mixins?rev=1267861922&amp;do=diff</link>
            <description>Mixins

FIXME Cannot reference $this in a function that is mixed into another class.

A Mixin provides some of the features of multiple inheritance.  

There is no direct conversion capability from a Ruby Mixin to PHP, but here is code that permits you to do PHP Mixins.</description>
            <pubDate>Sat, 06 Mar 2010 08:52:02 +0100</pubDate>
        </item>
        <item>
            <title>Implementing Many-To_Many Relationships</title>
            <link>http://www.akelos.org/wiki/how-to-implement-many-to-many-relationships?rev=1266704732&amp;do=diff</link>
            <description>There have been a number of questions about this in the Forum, so I thought I would write a short tutorial on what I have learned so far. Let me caution you, I am new to Akelos and new to RoR but this all seems to work for me. If there are errors or better ways to do this, please make the necessary changes.</description>
            <pubDate>Sat, 20 Feb 2010 23:25:32 +0100</pubDate>
        </item>
        <item>
            <title>Tip Sheet For Beginners - old revision restored</title>
            <link>http://www.akelos.org/wiki/tip-sheet-for-beginners?rev=1263339238&amp;do=diff</link>
            <description>Getting started

Creating an Akelos project


./akelos website_name


Creating controllers and models


./script/generate type name



 where “type” is controller or model and “name” is your choice. You can also try 



./script/generate scaffold</description>
            <pubDate>Wed, 13 Jan 2010 00:33:58 +0100</pubDate>
        </item>
        <item>
            <title>Table of Contents - Added a link to the Naming Conventions page, rearranged items</title>
            <link>http://www.akelos.org/wiki/community-wiki?rev=1262107876&amp;do=diff</link>
            <description>Welcome to the community driven Akelos documentation!

We rely on the contributions of others to keep the wiki accurate and useful, so please don't hesitate to update anything that could be improved on, you can also help improving this wiki by adapting content from the 
RoR wiki.</description>
            <author>Oliver</author>
            <pubDate>Tue, 29 Dec 2009 18:31:16 +0100</pubDate>
        </item>
        <item>
            <title>Naming conventions - old revision restored (main header for page title needed)</title>
            <link>http://www.akelos.org/wiki/naming-conventions?rev=1262107668&amp;do=diff</link>
            <description>Controller

Convention is to use the plural form of the model name when applicable, e.g. stories controller, authors controller


	*  Says what to do and where to do it. Has logic like “if post is not valid, send error about validation”
	*  Prepares variable for view from model
		*  Create variable of tables using things like the find('all') command in the API</description>
            <author>Oliver</author>
            <pubDate>Tue, 29 Dec 2009 18:27:48 +0100</pubDate>
        </item>
        <item>
            <title>Admin Plugin</title>
            <link>http://www.akelos.org/wiki/admin?rev=1261758231&amp;do=diff</link>
            <description>Admin Plugin

WARNING!

USE ONLY ON FRESH AKELOS INSTALLATIONS AS IT MIGHT OVERRIDE YOUR EXISTING FILES!!!

If you are using an old version of Akelos, replace it with a new version before installing the Admin Plugin.

The Admin Plugin installer does have code that prevents/controls overwriting of files, but they can be overridden and your files overwritten.</description>
            <author>Bermi Ferrer</author>
            <pubDate>Fri, 25 Dec 2009 17:23:51 +0100</pubDate>
        </item>
        <item>
            <title>Active Record</title>
            <link>http://www.akelos.org/wiki/active-record?rev=1261416879&amp;do=diff</link>
            <description>Active Record connects business objects and database tables to create a persistable domain model where logic and data is presented in one wrapping. It’s an implementation of the object-relational mapping (ORM) ”pattern” by the same name as described by Martin Fowler:</description>
            <pubDate>Mon, 21 Dec 2009 18:34:39 +0100</pubDate>
        </item>
    </channel>
</rss>
