<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ElbertF &#187; mvc</title>
	<atom:link href="http://elbertf.com/tag/mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://elbertf.com</link>
	<description>Insights and Updates from a Tech Geek</description>
	<lastBuildDate>Sun, 15 Apr 2012 21:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Swiftlet 3.0</title>
		<link>http://elbertf.com/2012/01/swiftlet-3-0-easy-mvc-framework/</link>
		<comments>http://elbertf.com/2012/01/swiftlet-3-0-easy-mvc-framework/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 05:38:00 +0000</pubDate>
		<dc:creator>ElbertF</dc:creator>
				<category><![CDATA[app updates]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[micro framework]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[swiftlet]]></category>

		<guid isPermaLink="false">http://elbertf.com/?p=1027</guid>
		<description><![CDATA[Three years ago I released an early version of Swiftlet, a light-weight PHP framework built for speed and security. Over time however, a lot of functionality was added and started to suffer from feature creep. My original intention of creating a maintainable framework that was easy to pick up was a bit&#160;lost. Last Sunday I [...]]]></description>
			<content:encoded><![CDATA[<p>Three years ago I released an early version of <a href="http://swiftlet.org/">Swiftlet</a>, a light-weight PHP framework built for speed and security. Over time however, a lot of functionality was added and started to suffer from <a href="http://en.wikipedia.org/wiki/Feature_creep">feature creep</a>. My original intention of creating a maintainable framework that was easy to pick up was a bit&nbsp;lost.</p>
<p>Last Sunday I had a spur of inspiration and decided to start over. With a slightly different vision, a better understanding of <a href="http://en.wikipedia.org/wiki/Model_view_controller">MVC</a> and experience gained with the project I managed to finish it the same day. The result is about 150kB of code including&nbsp;documentation.</p>
<p>If you&#8217;re unfamiliar with the <a href="http://en.wikipedia.org/wiki/Model_view_controller">model-view-controller</a> approach to programming Swiftlet might be a good starting point. The code is quite simple and hopefully the documentation makes the concept&nbsp;understandable.</p>
<h4>Source&nbsp;code</h4>
<p><a href="http://swiftlet.org/">Swiftlet on&nbsp;GitHub</a></p>
<p>Swiftlet is released under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU Public&nbsp;License</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://elbertf.com/2012/01/swiftlet-3-0-easy-mvc-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swiftlet — light-weight PHP framework</title>
		<link>http://elbertf.com/2009/04/swiftlet-%e2%80%94-light-weight-php-framework/</link>
		<comments>http://elbertf.com/2009/04/swiftlet-%e2%80%94-light-weight-php-framework/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 03:48:55 +0000</pubDate>
		<dc:creator>ElbertF</dc:creator>
				<category><![CDATA[app updates]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[swiftlet]]></category>

		<guid isPermaLink="false">http://ElbertF.com/?p=132</guid>
		<description><![CDATA[I just released an early alpha version of Swiftlet, an Open Source, light-weight PHP framework released under the GPL&#160;license. It&#8217;s targeted at developers who want to built simple websites that don&#8217;t require large and complex frameworks, but do want a solid base to work from. Swiftlet provides basic security features such as user input sanitizing, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://code.google.com/p/swiftlet/logo?logo_id=1240554537" alt="Swiftlet logo" class="left"/>I just released an early alpha version of <a href="http://swiftlet.org">Swiftlet</a>, an Open Source, light-weight PHP framework released under the <a href="http://www.gnu.org/licenses/gpl.html">GPL&nbsp;license</a>.</p>
<p>It&#8217;s targeted at developers who want to built simple websites that don&#8217;t require large and complex frameworks, but do want a solid base to work from. Swiftlet provides basic security features such as user input sanitizing,  is highly extensible thanks to the deeply integrated hook system, completely Object Oriented and separates logic from design&nbsp;(MVC).</p>
<p>Even the most basic features such as connecting to a database and output buffering are implemented as plug-ins. This means they can be modified, extended and removed without hacking into the core&nbsp;code.</p>
<p>Website:&nbsp;<a href="http://swiftlet.org/">http://swiftlet.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://elbertf.com/2009/04/swiftlet-%e2%80%94-light-weight-php-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

