<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Simple MVC, a light PHP5 Framework</title>
	<link>http://simplemvc.berejeb.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Feb 2011 01:04:33 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Simple MVC new version released</title>
		<description><![CDATA[The new version of Simple MVC is Proudly released! This version fixes many bugs and offers new functionnalities. Here is the Change log: Several Bug Fixes in the Core Package [...]]]></description>
		<link>http://simplemvc.berejeb.com/2010/11/simple-mvc-new-version-released/</link>
			</item>
	<item>
		<title>Building an Iphone Application with SimpleMVC in a few hours</title>
		<description><![CDATA[Hello! Welcome to Simple MVC! In this  book, We will build an iphone web application using Simple MVC and jQuery mobile. The purpose of this application is  to allow users [...]]]></description>
		<link>http://simplemvc.berejeb.com/2010/11/builiding-an-iphone-app-with-simple-mvc-in-few-hours/</link>
			</item>
	<item>
		<title>The add page</title>
		<description><![CDATA[We need a form to implement the add page. To get that done, we will make use of the Simple MVC forms. Let&#8217;s start as always, by the controller add [...]]]></description>
		<link>http://simplemvc.berejeb.com/2010/11/the-add-page/</link>
			</item>
	<item>
		<title>The detail page</title>
		<description><![CDATA[To implement the detail page, we will basically redo what we have done for the index page. One thing we will not redo it, however, is the template section. This [...]]]></description>
		<link>http://simplemvc.berejeb.com/2010/11/the-detail-page/</link>
			</item>
	<item>
		<title>Verifying the index page</title>
		<description><![CDATA[At this step, all is done to get the index action showing the list. Make sure you pointed your virtual host to the www directory. the conf directory contains a [...]]]></description>
		<link>http://simplemvc.berejeb.com/2010/11/verifying-the-index-page/</link>
			</item>
	<item>
		<title>The business configuration files</title>
		<description><![CDATA[In Simple MVC, the business configuration files are splitted as follow : ?View Code SHELL. &#124;-- business &#124;-- conf &#124; `-- apps.ini.changeme `-- front &#124;-- conf &#124; &#124;-- access.ini &#124; [...]]]></description>
		<link>http://simplemvc.berejeb.com/2010/11/the-business-configuration-files/</link>
			</item>
	<item>
		<title>A first view</title>
		<description><![CDATA[The Simple MVC views follow the two-step view pattern. This allows you to specify a global container page in which you can specify your head page, your foot page and [...]]]></description>
		<link>http://simplemvc.berejeb.com/2010/11/a-first-view/</link>
			</item>
	<item>
		<title>A first model definition</title>
		<description><![CDATA[In the previous section, we wrote our indexAction which makes use of a FeedModel model. Like the controllers, the models are modelized by classes. Again, you can choose the filename [...]]]></description>
		<link>http://simplemvc.berejeb.com/2010/11/a-first-model-definition/</link>
			</item>
	<item>
		<title>A first controller action</title>
		<description><![CDATA[The controller is modelized by a class that should be placed under business/{your-module}/controllers/. So in our case : business/front/controllers/. Just for a purpose of file lisibility, you can name your [...]]]></description>
		<link>http://simplemvc.berejeb.com/2010/11/a-first-controller-action/</link>
			</item>
	<item>
		<title>The bootstrap file</title>
		<description><![CDATA[the mean of www directory is to handle your webroot files. this is the only folder that should be accessible via your web server, also, you can have many webroots [...]]]></description>
		<link>http://simplemvc.berejeb.com/2010/11/the-bootstrap-file/</link>
			</item>
</channel>
</rss>

