<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/vandaphp/home/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/vandaphp/home/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 03 Apr 2012 10:01:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vandaphp/home/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Ian Channing</title><link>https://sourceforge.net/p/vandaphp/home/Home/</link><description>&lt;pre&gt;--- v22 
+++ v23 
@@ -1,6 +1,7 @@
 [[project_admins]]
 [[download_button]]
 
+##Vanda PHP (vanda to her friends)
 
 &gt; &amp;ldquo;A journey of a 1000 miles is started with a really small MVC framework&amp;rdquo;
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Channing</dc:creator><pubDate>Tue, 03 Apr 2012 10:01:49 -0000</pubDate><guid>https://sourceforge.net2694e640a57ece21d3915a2500aa073f28084d87</guid></item><item><title>WikiPage Home modified by Ian Channing</title><link>https://sourceforge.net/p/vandaphp/home/Home/</link><description>&lt;pre&gt;--- v21 
+++ v22 
@@ -1,6 +1,7 @@
 [[project_admins]]
 [[download_button]]
 
+
 &gt; &amp;ldquo;A journey of a 1000 miles is started with a really small MVC framework&amp;rdquo;
 
 Vanda PHP is a bare-bones [MVC](https://secure.wikimedia.org/wikipedia/en/wiki/MVC) PHP framework, based on the [CakePHP](http://cakephp.org) framework.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Channing</dc:creator><pubDate>Tue, 03 Apr 2012 10:00:43 -0000</pubDate><guid>https://sourceforge.netf2830236515b81474fe9bc33867eaebcadb2c92a</guid></item><item><title>WikiPage Home modified by Ian Channing</title><link>https://sourceforge.net/p/vandaphp/home/Home/</link><description>&lt;pre&gt;--- v20 
+++ v21 
@@ -1,24 +1,25 @@
 [[project_admins]]
 [[download_button]]
+
 &gt; &amp;ldquo;A journey of a 1000 miles is started with a really small MVC framework&amp;rdquo;
 
 Vanda PHP is a bare-bones [MVC](https://secure.wikimedia.org/wikipedia/en/wiki/MVC) PHP framework, based on the [CakePHP](http://cakephp.org) framework.
 
-It is designed for use on small projects where you want a well structured base and for learning about MVC. The core is three files of 1KB each - index.php, controller.php &amp; model.php. 
-
-It however allows a good portion of the cake framework usage. At the moment it is only working with a get on a flat file, so doesn't allow for forms or updating/deleting of data.
+It is designed for use on small projects where you want a well structured base and for learning about MVC. I have also found it very useful for refactoring spaghetti code into more structured code. The core is three files of 2KB each - index.php, controller.php &amp; model.php. 
+
+It however allows a good portion of the cake framework usage. 
 
 ###Included from the CakePHP
  * automatic hookup from view -&gt; controller -&gt; model
  * views, with variables generated in the controller
- * controllers, that can call the associated model through `$this-&gt;model_name` and can pass variables to the view through `$this-&gt;set()`
+ * controllers, that can call the associated model through `$this-&gt;modelName` and can pass variables to the view through `$this-&gt;set()`
  * basic models
+ * layouts (added by popular request!)
  * Disco fever
 
 ###Missing from CakePHP
  * Behaviors
  * Helpers
- * Layouts
  * Components
  * Data Sources
  * View parameters
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Channing</dc:creator><pubDate>Tue, 03 Apr 2012 10:00:25 -0000</pubDate><guid>https://sourceforge.netdaade93973e50002a8a9b0d766512640e0ee4bab</guid></item><item><title>WikiPage Home modified by Ian Channing</title><link>https://sourceforge.net/p/vandaphp/home/Home/</link><description>&lt;pre&gt;--- v19 
+++ v20 
@@ -26,7 +26,8 @@
 
 So you get your model, your view and your controller... and not a lot else. 
 
-Vanda comes from V&amp;A. Inspired by:
+###Vanda 
+Inspired by:
 
  * The view and action URL params, e.g. http://localhost/vanda/?v=myview&amp;a=index
  * The [V&amp;A museum](http://vam.ac.uk)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Channing</dc:creator><pubDate>Tue, 18 Oct 2011 13:25:29 -0000</pubDate><guid>https://sourceforge.net72a2e17197adf20d6aec092200cb0fc885924bb3</guid></item><item><title>WikiPage Home modified by Ian Channing</title><link>https://sourceforge.net/p/vandaphp/home/Home/</link><description>&lt;pre&gt;--- v18 
+++ v19 
@@ -2,7 +2,7 @@
 [[download_button]]
 &gt; &amp;ldquo;A journey of a 1000 miles is started with a really small MVC framework&amp;rdquo;
 
-Vanda PHP is a bare-bones [MVC](https://secure.wikimedia.org/wikipedia/en/wiki/MVC) PHP framework. It is almost entirely based on the [CakePHP](http://cakephp.org) framework.
+Vanda PHP is a bare-bones [MVC](https://secure.wikimedia.org/wikipedia/en/wiki/MVC) PHP framework, based on the [CakePHP](http://cakephp.org) framework.
 
 It is designed for use on small projects where you want a well structured base and for learning about MVC. The core is three files of 1KB each - index.php, controller.php &amp; model.php. 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Channing</dc:creator><pubDate>Tue, 18 Oct 2011 13:24:29 -0000</pubDate><guid>https://sourceforge.net5515cd2b07d90b7780c9eb153d3f66091aa6485c</guid></item><item><title>WikiPage Home modified by Ian Channing</title><link>https://sourceforge.net/p/vandaphp/home/Home/</link><description>&lt;pre&gt;--- v17 
+++ v18 
@@ -4,7 +4,7 @@
 
 Vanda PHP is a bare-bones [MVC](https://secure.wikimedia.org/wikipedia/en/wiki/MVC) PHP framework. It is almost entirely based on the [CakePHP](http://cakephp.org) framework.
 
-It is designed for use on small projects where you want a well structured base and for learning about MVC. The core is three files of 1KB each - index.php, controller.php &amp; model.php (approx 60 lines including comments). 
+It is designed for use on small projects where you want a well structured base and for learning about MVC. The core is three files of 1KB each - index.php, controller.php &amp; model.php. 
 
 It however allows a good portion of the cake framework usage. At the moment it is only working with a get on a flat file, so doesn't allow for forms or updating/deleting of data.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Channing</dc:creator><pubDate>Tue, 18 Oct 2011 13:23:57 -0000</pubDate><guid>https://sourceforge.net72657206fbef57a299e2976705023694b2430fa5</guid></item><item><title>WikiPage Home modified by Ian Channing</title><link>https://sourceforge.net/p/vandaphp/home/Home/</link><description>&lt;pre&gt;--- v16 
+++ v17 
@@ -4,7 +4,7 @@
 
 Vanda PHP is a bare-bones [MVC](https://secure.wikimedia.org/wikipedia/en/wiki/MVC) PHP framework. It is almost entirely based on the [CakePHP](http://cakephp.org) framework.
 
-It is designed for use on small projects where you want a well structured base. The core is only three files of 1KB each - index.php, controller.php &amp; model.php. 
+It is designed for use on small projects where you want a well structured base and for learning about MVC. The core is three files of 1KB each - index.php, controller.php &amp; model.php (approx 60 lines including comments). 
 
 It however allows a good portion of the cake framework usage. At the moment it is only working with a get on a flat file, so doesn't allow for forms or updating/deleting of data.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Channing</dc:creator><pubDate>Tue, 18 Oct 2011 13:23:32 -0000</pubDate><guid>https://sourceforge.neta87a844597c7b1bc9fdedff74d9f8090e448b4cc</guid></item><item><title>WikiPage Home modified by Ian Channing</title><link>https://sourceforge.net/p/vandaphp/home/Home/</link><description>&lt;pre&gt;--- v15 
+++ v16 
@@ -13,15 +13,16 @@
  * views, with variables generated in the controller
  * controllers, that can call the associated model through `$this-&gt;model_name` and can pass variables to the view through `$this-&gt;set()`
  * basic models
+ * Disco fever
 
 ###Missing from CakePHP
  * Behaviors
  * Helpers
  * Layouts
  * Components
  * Data Sources
  * View parameters
- * ...
+ * All that jazz
 
 So you get your model, your view and your controller... and not a lot else. 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Channing</dc:creator><pubDate>Tue, 18 Oct 2011 13:20:17 -0000</pubDate><guid>https://sourceforge.net6681659aadb3b75f70e9576e5a381c486fa86558</guid></item><item><title>WikiPage Home modified by Ian Channing</title><link>https://sourceforge.net/p/vandaphp/home/Home/</link><description>&lt;pre&gt;--- v14 
+++ v15 
@@ -1,5 +1,7 @@
 [[project_admins]]
 [[download_button]]
+&gt; &amp;ldquo;A journey of a 1000 miles is started with a really small MVC framework&amp;rdquo;
+
 Vanda PHP is a bare-bones [MVC](https://secure.wikimedia.org/wikipedia/en/wiki/MVC) PHP framework. It is almost entirely based on the [CakePHP](http://cakephp.org) framework.
 
 It is designed for use on small projects where you want a well structured base. The core is only three files of 1KB each - index.php, controller.php &amp; model.php. 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Channing</dc:creator><pubDate>Tue, 18 Oct 2011 12:39:18 -0000</pubDate><guid>https://sourceforge.netad3c05fa4891224cab0f7e7dd8adcbba3cb9f7cf</guid></item><item><title>WikiPage Home modified by Ian Channing</title><link>https://sourceforge.net/p/vandaphp/home/Home/</link><description>&lt;pre&gt;--- v13 
+++ v14 
@@ -4,17 +4,15 @@
 
 It is designed for use on small projects where you want a well structured base. The core is only three files of 1KB each - index.php, controller.php &amp; model.php. 
 
-It however allows a good portion of the cake framework usage. At the moment it is read-only, so doesn't allow for forms or updating of data.
-
-Included from the Cake framework:
-
+It however allows a good portion of the cake framework usage. At the moment it is only working with a get on a flat file, so doesn't allow for forms or updating/deleting of data.
+
+###Included from the CakePHP
  * automatic hookup from view -&gt; controller -&gt; model
  * views, with variables generated in the controller
  * controllers, that can call the associated model through `$this-&gt;model_name` and can pass variables to the view through `$this-&gt;set()`
  * basic models
 
-Missing from Cake:
-
+###Missing from CakePHP
  * Behaviors
  * Helpers
  * Layouts
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Channing</dc:creator><pubDate>Tue, 18 Oct 2011 12:35:41 -0000</pubDate><guid>https://sourceforge.net97c0380cb896a7186bea8ef9f0ad030ac0353492</guid></item></channel></rss>