<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The smallest PHP framework you shouldn&#8217;t code without</title>
	<atom:link href="http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/</link>
	<description>A blog about killer code</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:11:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jaisen</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/comment-page-1/#comment-632</link>
		<dc:creator>jaisen</dc:creator>
		<pubDate>Thu, 09 Jul 2009 22:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/#comment-632</guid>
		<description>Michael, I felt the same way.  EpiCode was inspired by Picora which seems to no longer exist.  I liked it for the same reasons you mentioned.  The source was originally available at http://livepipe.net/.</description>
		<content:encoded><![CDATA[<p>Michael, I felt the same way.  EpiCode was inspired by Picora which seems to no longer exist.  I liked it for the same reasons you mentioned.  The source was originally available at <a href="http://livepipe.net/" rel="nofollow">http://livepipe.net/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Reed</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/comment-page-1/#comment-626</link>
		<dc:creator>Michael Reed</dc:creator>
		<pubDate>Sun, 05 Jul 2009 15:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/#comment-626</guid>
		<description>Brilliant code. Seriously. 

The workflow lock-in and unnecessary complexity of frameworks like code ignitor and cakePHP have kept me from diving in to those full on.  

I&#039;ve always just used my own MVC code, but yours is more intuitive and better written. I really appreciate the simplicity and effectiveness of it. 

Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Brilliant code. Seriously. </p>
<p>The workflow lock-in and unnecessary complexity of frameworks like code ignitor and cakePHP have kept me from diving in to those full on.  </p>
<p>I&#8217;ve always just used my own MVC code, but yours is more intuitive and better written. I really appreciate the simplicity and effectiveness of it. </p>
<p>Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xrip</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/comment-page-1/#comment-488</link>
		<dc:creator>xrip</dc:creator>
		<pubDate>Thu, 21 May 2009 16:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/#comment-488</guid>
		<description>Let&#039;s try CodeLighter - its a simplified CodeIgniter-like framework:

http://code.google.com/p/codelighter/</description>
		<content:encoded><![CDATA[<p>Let&#8217;s try CodeLighter &#8211; its a simplified CodeIgniter-like framework:</p>
<p><a href="http://code.google.com/p/codelighter/" rel="nofollow">http://code.google.com/p/codelighter/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaisen</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/comment-page-1/#comment-338</link>
		<dc:creator>jaisen</dc:creator>
		<pubDate>Thu, 09 Apr 2009 08:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/#comment-338</guid>
		<description>I have updated the documentation for EpiCode on GitHub.  Have a look at it here: http://wiki.github.com/jmathai/epicode/epicode.</description>
		<content:encoded><![CDATA[<p>I have updated the documentation for EpiCode on GitHub.  Have a look at it here: <a href="http://wiki.github.com/jmathai/epicode/epicode" rel="nofollow">http://wiki.github.com/jmathai/epicode/epicode</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: norman784</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/comment-page-1/#comment-282</link>
		<dc:creator>norman784</dc:creator>
		<pubDate>Mon, 26 Jan 2009 11:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/#comment-282</guid>
		<description>yes, I&#039;ve been working for a time, use all the code that you want, but let me know what of my code you think is useful and what not. I&#039;m working now in a new PK-framework, reestructuring the core and removing the compatibility with the PHP4, I&#039;ve have been took one of your ideas (in the drivers, now i&#039;m experimenting with the PDO instead of the native DB extensions).

If you need to share or discuss something I&#039;m here.</description>
		<content:encoded><![CDATA[<p>yes, I&#8217;ve been working for a time, use all the code that you want, but let me know what of my code you think is useful and what not. I&#8217;m working now in a new PK-framework, reestructuring the core and removing the compatibility with the PHP4, I&#8217;ve have been took one of your ideas (in the drivers, now i&#8217;m experimenting with the PDO instead of the native DB extensions).</p>
<p>If you need to share or discuss something I&#8217;m here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaisen</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/comment-page-1/#comment-281</link>
		<dc:creator>jaisen</dc:creator>
		<pubDate>Sat, 24 Jan 2009 10:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/#comment-281</guid>
		<description>@Norman, I took a quick look at your framework and it looks really interesting.  I love the idea of a plugin system but haven&#039;t had the time to consider how I&#039;d go about adding one to EpiCode.

I will probably have a look through your code an borrow some ideas.  Sounds like you&#039;ve invested quite a bit of time in PK-Framework.  Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>@Norman, I took a quick look at your framework and it looks really interesting.  I love the idea of a plugin system but haven&#8217;t had the time to consider how I&#8217;d go about adding one to EpiCode.</p>
<p>I will probably have a look through your code an borrow some ideas.  Sounds like you&#8217;ve invested quite a bit of time in PK-Framework.  Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: norman784</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/comment-page-1/#comment-280</link>
		<dc:creator>norman784</dc:creator>
		<pubDate>Thu, 22 Jan 2009 14:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/#comment-280</guid>
		<description>for one year I&#039;m developing my own framework, I&#039;ve try cakephp, zend, codeigniter and they are pretty good, but all of them sometimes are so huge for my small site, for this reason I develop my own framework, its not so small, uncompressed has 420,5 Kb and 100 files, the core only have 277,9 Kb, I&#039;ve made a plugin system, for add more modular and reusable code, so I can use the same code in various sites without modifi the base. And if you are a web developer, sometimes need to develop similar sites.

take a look at http://code.google.com/p/pk-framework/

Well, it&#039;s interesting the way that you develop your framework, go in the right direction, but it be more cool if you find a way to do a lightweight plugin system. Take a look to my .htaccess, i&#039;ll manage the friendly url so:

www.domain.com/foo/bar/infinite/vars

echo $_GET[&#039;url&#039;]; // they will be print...
// foo/bar/infinite/vars

in the $_GET[&#039;url&#039;] are all the friendly url vars, then with a little pacience you develop a way to determine witch value go to $controller, $action, $id, $page_number, etc. Take a look at the cakePHP way (and read the manual) ;)</description>
		<content:encoded><![CDATA[<p>for one year I&#8217;m developing my own framework, I&#8217;ve try cakephp, zend, codeigniter and they are pretty good, but all of them sometimes are so huge for my small site, for this reason I develop my own framework, its not so small, uncompressed has 420,5 Kb and 100 files, the core only have 277,9 Kb, I&#8217;ve made a plugin system, for add more modular and reusable code, so I can use the same code in various sites without modifi the base. And if you are a web developer, sometimes need to develop similar sites.</p>
<p>take a look at <a href="http://code.google.com/p/pk-framework/" rel="nofollow">http://code.google.com/p/pk-framework/</a></p>
<p>Well, it&#8217;s interesting the way that you develop your framework, go in the right direction, but it be more cool if you find a way to do a lightweight plugin system. Take a look to my .htaccess, i&#8217;ll manage the friendly url so:</p>
<p><a href="http://www.domain.com/foo/bar/infinite/vars" rel="nofollow">http://www.domain.com/foo/bar/infinite/vars</a></p>
<p>echo $_GET['url']; // they will be print&#8230;<br />
// foo/bar/infinite/vars</p>
<p>in the $_GET['url'] are all the friendly url vars, then with a little pacience you develop a way to determine witch value go to $controller, $action, $id, $page_number, etc. Take a look at the cakePHP way (and read the manual) ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neo</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/comment-page-1/#comment-188</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Sun, 01 Jun 2008 09:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/#comment-188</guid>
		<description>http://episuite.jaisenmathai.com/docs/ not working.</description>
		<content:encoded><![CDATA[<p><a href="http://episuite.jaisenmathai.com/docs/" rel="nofollow">http://episuite.jaisenmathai.com/docs/</a> not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satya prakash karan</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/comment-page-1/#comment-18</link>
		<dc:creator>satya prakash karan</dc:creator>
		<pubDate>Wed, 20 Feb 2008 14:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/#comment-18</guid>
		<description>strange! second time i got the download fies. I will check it another day.</description>
		<content:encoded><![CDATA[<p>strange! second time i got the download fies. I will check it another day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satya prakash karan</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/comment-page-1/#comment-17</link>
		<dc:creator>satya prakash karan</dc:creator>
		<pubDate>Wed, 20 Feb 2008 14:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/16/the-smallest-php-framework-you-shouldnt-code-without/#comment-17</guid>
		<description>I followed this text link: (http://www.jaisenmathai.com/files/epicode-0.1.tar.gz.)
I got this Error. - 
After much deliberation we have determined that the file you requested contains top secret information which we could not supply to you. Please check with your boss and make sure you have sufficient privileges to view this file.</description>
		<content:encoded><![CDATA[<p>I followed this text link: (<a href="http://www.jaisenmathai.com/files/epicode-0.1.tar.gz" rel="nofollow">http://www.jaisenmathai.com/files/epicode-0.1.tar.gz</a>.)<br />
I got this Error. &#8211;<br />
After much deliberation we have determined that the file you requested contains top secret information which we could not supply to you. Please check with your boss and make sure you have sufficient privileges to view this file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
