<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>IT/e-business/programming &#187; PHP</title>
	<atom:link href="http://ebusy.wordpress.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://ebusy.wordpress.com</link>
	<description>Come N get e-Busy</description>
	<lastBuildDate>Tue, 07 Oct 2008 08:25:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ebusy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/d52ea1c696a6bc5688411031e8137a3d?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>IT/e-business/programming &#187; PHP</title>
		<link>http://ebusy.wordpress.com</link>
	</image>
			<item>
		<title>Programming frameworks &#8211; MVC</title>
		<link>http://ebusy.wordpress.com/2008/09/11/programming-frameworks-mvc/</link>
		<comments>http://ebusy.wordpress.com/2008/09/11/programming-frameworks-mvc/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 15:36:31 +0000</pubDate>
		<dc:creator>ebusy</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming (generic)]]></category>
		<category><![CDATA[mvc frameworks]]></category>
		<category><![CDATA[programming frameworks]]></category>

		<guid isPermaLink="false">http://ebusy.wordpress.com/?p=73</guid>
		<description><![CDATA[If you have no ideea what MVC (Model-View-Controller) is about please read here, here, here and/or here.
When you start-up as a programmer, no matter what language, you first learn iterative programming, then your teacher learns about recursive programming and he shows to you and you are both happy, then you hurry up to do spaghetti [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebusy.wordpress.com&blog=4702178&post=73&subd=ebusy&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you have no ideea what MVC (Model-View-Controller) is about please read <a href="http://en.wikipedia.org/wiki/Model-view-controller" target="_blank">here</a>, <a href="http://www.enode.com/x/markup/tutorial/mvc.html" target="_blank">here</a>, <a href="http://www.oreillynet.com/onlamp/blog/2007/06/what_is_mvc.html" target="_blank">here</a> and/or <a href="http://www.querycat.com/faq/ccbec5d346d62f9c44e2a9bee0ff1b22" target="_blank">here</a>.</p>
<p>When you start-up as a programmer, no matter what language, you first learn iterative programming, then your teacher learns about recursive programming and he shows to you and you are both happy, then you hurry up to do <a href="http://en.wikipedia.org/wiki/Spaghetti_code" target="_blank">spaghetti</a> programming for tens of projects, then your five years younger neighbour tells you about structured programming and you start to spend weeks on adjusting your projects code, and later you read about OOP in a cookbook and you delete all your projects to start new ones <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>From the beginning of his career the programmer tries to design and improve nice and efficient <a href="http://en.wikipedia.org/wiki/Software_framework" target="_blank">frameworks</a>. Depending on the programming language the frameworks have different characteristics, of course, therefore you can&#8217;t use the exactly same framework characteristics.</p>
<p>But, as general programming behavior, I&#8217;d like to propose some guidelines regarding frameworks:</p>
<ul>
<li><strong>Try as much as possible to build/choose MVC frameworks from the beginning for your applications</strong></li>
<li><strong>Though we don&#8217;t like too much theory learning, read and learn about the  MVC notions and specialists&#8217; articles</strong> in order to improve your architecture logic; you may be surprised to find out that most of the time your application may run faster or be easier to maintain if you do the right customization, even if it&#8217;s related to one module of your application only</li>
<li><strong>If it&#8217;s working and it suits your projects, your team is using it and you&#8217;ve already built the documentation,  stick to it.</strong> Don&#8217;t try to change the projects&#8217; frameworks on the fly, especially when you have a team using it. It takes lot of time and many issues keeps popping up, trust me. You should only change the framework if it&#8217;s bad from the beginning and it can&#8217;t be improved.</li>
<li><strong>Try to choose/buy from the beginning a good framework that suits your needs.</strong> There are so many frameworks for almost all programming languages that it&#8217;s almost impossible not to find a suitable one. Learn the choosed one, they usually come with good manuals, and adjust it as you wish. It always takes less time and money. Just remember, if you have very complex projects that need too much  out-of-the-box-framework customization for power and speed improvement (web big projects usually do), you might be considering as well to start you framework from scratch.</li>
</ul>
<p>MVC frameworks examples: <a href="http://cakephp.org/" target="_blank">CakePHP</a> (php), <a href="http://www.fusebox.org/" target="_blank">FuseBox</a> (coldfusion, php), <a href="http://www.ibm.com/developerworks/library/j-struts/" target="_blank">Struts</a> (java), <a href="http://www.springframework.org/" target="_blank">Spring</a> (java) and many others (just google).</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ebusy.wordpress.com/73/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ebusy.wordpress.com/73/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebusy.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebusy.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebusy.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebusy.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebusy.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebusy.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebusy.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebusy.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebusy.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebusy.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebusy.wordpress.com&blog=4702178&post=73&subd=ebusy&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebusy.wordpress.com/2008/09/11/programming-frameworks-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b3870d7fac5f8455636953a41309088?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">ebusy</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP 6.0 peek (unknown release date)</title>
		<link>http://ebusy.wordpress.com/2008/09/08/php-60-peek-unknown-release-date/</link>
		<comments>http://ebusy.wordpress.com/2008/09/08/php-60-peek-unknown-release-date/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 13:24:38 +0000</pubDate>
		<dc:creator>ebusy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php6]]></category>
		<category><![CDATA[php 6.0]]></category>
		<category><![CDATA[php news]]></category>

		<guid isPermaLink="false">http://ebusy.wordpress.com/?p=62</guid>
		<description><![CDATA[It&#8217;s long since we&#8217;ve had the first inside info about the 6th version of PHP. Actually, the very first time I heard about PHP 6 was back in 1999, long before good old PHP 4.3.0   (http://cvs.php.net/viewvc.cgi/php-src/NEWS?view=markup)
This Mid Octomber we will have the PHP 5.3.0 release. No word on the PHP6 release date, so [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebusy.wordpress.com&blog=4702178&post=62&subd=ebusy&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s long since we&#8217;ve had the first inside info about the 6th version of PHP. Actually, the very first time I heard about PHP 6 was back in 1999, long before good old PHP 4.3.0 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (<a href="http://cvs.php.net/viewvc.cgi/php-src/NEWS?view=markup">http://cvs.php.net/viewvc.cgi/php-src/NEWS?view=markup</a>)</p>
<p>This Mid Octomber we will have the PHP 5.3.0 release. No word on the PHP6 release date, so we still have to wait.  But the news is that PHP 5.3.0 will already have some of the 6th release announced features/improvements (namespace support, improved XML support through use of XMLReader and XMLWriter, SOAP support and others). So no Unicode support yet and you may still play with ereg (you have more time to switch to preg_match, hurry up <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>If you want to peek (again?) on what we&#8217;ll have in the PHP 6.0, I have some quick picks for you:</p>
<p><a href="http://php.net/~derick/meeting-notes.html" target="_blank">http://php.net/~derick/meeting-notes.html</a><br />
<a href="http://www.ibm.com/developerworks/opensource/library/os-php-future/" target="_blank">http://www.ibm.com/developerworks/opensource/library/os-php-future/</a><br />
<a href="http://www.phpro.org/articles/PHP6-Preview.html" target="_blank">http://www.phpro.org/articles/PHP6-Preview.html</a><br />
<a href="http://snaps.php.net/" target="_blank">http://snaps.php.net/</a> (php 6 snapshot, developer build)</p>
<p>PS: but of course, we already have the PHP 6 book <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  (<a href="http://www.amazon.co.uk/gp/product/032152599X/ref=cm_cr_pr_product_top" target="_blank">http://www.amazon.co.uk/gp/product/032152599X/ref=cm_cr_pr_product_top</a>)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ebusy.wordpress.com/62/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ebusy.wordpress.com/62/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebusy.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebusy.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebusy.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebusy.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebusy.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebusy.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebusy.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebusy.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebusy.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebusy.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebusy.wordpress.com&blog=4702178&post=62&subd=ebusy&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebusy.wordpress.com/2008/09/08/php-60-peek-unknown-release-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b3870d7fac5f8455636953a41309088?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">ebusy</media:title>
		</media:content>
	</item>
	</channel>
</rss>