<?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: Professional PHP6</title>
	<atom:link href="http://krizzna.web.id/2010/01/professional-php6/feed/" rel="self" type="application/rss+xml" />
	<link>http://krizzna.web.id/2010/01/professional-php6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=professional-php6</link>
	<description>my personal weblogs, tips and trick, network fundamental, information technology, web programming, desktop programming and many more can found here</description>
	<lastBuildDate>Mon, 14 May 2012 21:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Oleg Liski</title>
		<link>http://krizzna.web.id/2010/01/professional-php6/#comment-776</link>
		<dc:creator>Oleg Liski</dc:creator>
		<pubDate>Wed, 27 Jan 2010 14:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://krizzna.web.id/programming/professional-php6/#comment-776</guid>
		<description>This book is NOT about PHP6 as itself.
&lt;br /&gt;
&lt;br /&gt;There is nothing about coming features, how they are going to be, etc. 
&lt;br /&gt;
&lt;br /&gt;This books is more about best practices in project, designs and coding styles.
&lt;br /&gt;
&lt;br /&gt;This was disapointing, but still I got some interesting ideas from this book.
&lt;br /&gt;
Rating: 3 / 5</description>
		<content:encoded><![CDATA[<p>This book is NOT about PHP6 as itself.</p>
<p>There is nothing about coming features, how they are going to be, etc. </p>
<p>This books is more about best practices in project, designs and coding styles.</p>
<p>This was disapointing, but still I got some interesting ideas from this book.<br />
<br />
Rating: 3 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce B. Razban</title>
		<link>http://krizzna.web.id/2010/01/professional-php6/#comment-775</link>
		<dc:creator>Bruce B. Razban</dc:creator>
		<pubDate>Wed, 27 Jan 2010 13:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://krizzna.web.id/programming/professional-php6/#comment-775</guid>
		<description>Reading this book and practicing its code was what helped me transition from a regular PHP5 programmer to a professional one that understands Object Oriented aspects of PHP that is the highlight of PHP6.
&lt;br /&gt;This book has everything that is needed to make the transition. 
&lt;br /&gt;The first 127 pages do a good job of describing classes, objects, and interfaces in PHP5. Then it goes into Advanced Development Techniques. Lastly in Pushing PHP to its limits, I found some interesting things.
&lt;br /&gt;So, in general, I liked this book as well as other books by the same publisher about PHP5, etc.
&lt;br /&gt;But three things seem to create some difficulties for me:
&lt;br /&gt;1.	I think that they should have used mySQL as primary DB language.
&lt;br /&gt;2.	The examples in this book are too involved. If you lose track at some point in the middle, then you might have a difficult time catching up later. This is so because the examples keep building complication on top of each other and a missing gap or a skipped section will prevent you from complete understanding of the rest of the book.
&lt;br /&gt;3.	Book goes into tangential more than is needed. Planning and scheduling is not that related to this topic.
&lt;br /&gt;A copy of this book sits in front of me on my desk and I refer to it a lot as I write code.
&lt;br /&gt;
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>Reading this book and practicing its code was what helped me transition from a regular PHP5 programmer to a professional one that understands Object Oriented aspects of PHP that is the highlight of PHP6.<br />
<br />This book has everything that is needed to make the transition.<br />
<br />The first 127 pages do a good job of describing classes, objects, and interfaces in PHP5. Then it goes into Advanced Development Techniques. Lastly in Pushing PHP to its limits, I found some interesting things.<br />
<br />So, in general, I liked this book as well as other books by the same publisher about PHP5, etc.<br />
<br />But three things seem to create some difficulties for me:<br />
<br />1.	I think that they should have used mySQL as primary DB language.<br />
<br />2.	The examples in this book are too involved. If you lose track at some point in the middle, then you might have a difficult time catching up later. This is so because the examples keep building complication on top of each other and a missing gap or a skipped section will prevent you from complete understanding of the rest of the book.<br />
<br />3.	Book goes into tangential more than is needed. Planning and scheduling is not that related to this topic.<br />
<br />A copy of this book sits in front of me on my desk and I refer to it a lot as I write code.<br />
<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Flaherty</title>
		<link>http://krizzna.web.id/2010/01/professional-php6/#comment-774</link>
		<dc:creator>Patrick Flaherty</dc:creator>
		<pubDate>Wed, 27 Jan 2010 11:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://krizzna.web.id/programming/professional-php6/#comment-774</guid>
		<description>As other reviewers have noted, this book doesn&#039;t have much about PHP 6. Mostly because PHP 6 has yet to be finalized. But this book is quite good about laying out PHP. I highly recommend reading it even if you already have a PHP background. The examples given in the book are excellent and for the most part are things that might come up in real life.
&lt;br /&gt;
&lt;br /&gt;This book is not for beginners who want to learn PHP, unless you already have a strong background in programming. 
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>As other reviewers have noted, this book doesn&#8217;t have much about PHP 6. Mostly because PHP 6 has yet to be finalized. But this book is quite good about laying out PHP. I highly recommend reading it even if you already have a PHP background. The examples given in the book are excellent and for the most part are things that might come up in real life.</p>
<p>This book is not for beginners who want to learn PHP, unless you already have a strong background in programming.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.988 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-23 05:25:49 -->

