<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>LiteMVC</title>
	<link>http://litemvc.org</link>
	<description>A lightweight, fast and functional framework for PHP 5.3</description>
	<lastBuildDate>Sat, 12 Jun 2010 17:37:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Why use a PHP accelerator?</title>
		<description><![CDATA[To understand how a PHP accelerator works the best place to start is looking at how PHP code is executed by the web server. In it&#8217;s simplest form it is something like this: Open PHP file(s) -&#62; Parse/Compile PHP code to bytecode -&#62; Execute bytecode Generally what a PHP accelerator will do is store the [...]]]></description>
		<link>http://litemvc.org/2010/06/12/why-use-a-php-accelerator/</link>
			</item>
	<item>
		<title>Every microsecond counts</title>
		<description><![CDATA[This evening the config caching was cleaned up and re-factored, resulting in a 200 µs (0.2 ms) speed increase on the Hello World benchmark. This might seam like a tiny amount, but considering the previous load time was around 4.5 ms with Optimizer+ enabled this actually equates to almost a 5% speed increase, which in [...]]]></description>
		<link>http://litemvc.org/2010/06/07/every-microsecond-counts/</link>
			</item>
	<item>
		<title>No static methods, no singleton methods and (almost) no globals!</title>
		<description><![CDATA[I think everyone knows that globals are bad (if you&#8217;re reading this and don&#8217;t know why, you&#8217;re friend Google will fill you in), however less programmers seam to be aware of the fact that static methods and singletons are globalising your classes and methods. I&#8217;m sure everyone has used them as a convenient method of [...]]]></description>
		<link>http://litemvc.org/2010/06/05/no-static-methods-no-singleton-methods-and-almost-no-globals/</link>
			</item>
	<item>
		<title>Optimising ini parsing</title>
		<description><![CDATA[A great way to store application config, but unfortunately a better way of slowing down the application. Parsing and accessing ini files is somewhat of a heavy process, here is a webgrind output using a stripped down version of the Zend Framework Zend_Config_Ini class: The main reason for the long processing time of these functions [...]]]></description>
		<link>http://litemvc.org/2010/06/04/optimising-ini-parsing/</link>
			</item>
	<item>
		<title>What is LiteMVC?</title>
		<description><![CDATA[LiteMVC in it&#8217;s current state is little more than an idea. The current leading MVC frameworks are bloated and slow and often have a tendency to adopt to bad habits such as tonnes of globals and masses of singletons. The aim for LiteMVC is simply to provide a fast and lightweight framework, avoid these bad habits and to [...]]]></description>
		<link>http://litemvc.org/2010/06/03/why-litemvc/</link>
			</item>
</channel>
</rss>

