<?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>Mehmet Ali Ertürk &#187; Php</title>
	<atom:link href="http://mehmetalierturk.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://mehmetalierturk.com</link>
	<description>Innovation is the ability to see change as an opportunity, not a threat</description>
	<lastBuildDate>Mon, 21 May 2012 07:35:55 +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>Book Review: Zend Framework 1.8 Application Development</title>
		<link>http://mehmetalierturk.com/2009/11/26/book-review-zend-framework-1-8-application-development/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=book-review-zend-framework-1-8-application-development</link>
		<comments>http://mehmetalierturk.com/2009/11/26/book-review-zend-framework-1-8-application-development/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 13:53:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=909</guid>
		<description><![CDATA[Its necessary to use a framework to collaborate with developers and also its useful to speed up development process. Zend Framework is one of the most popular PHP framework which consists of extendable tools and libraries. “Zend Framework 1.8 Application ...]]></description>
			<content:encoded><![CDATA[<p>Its necessary to use a framework to collaborate with developers and also its useful to speed up development process. Zend Framework is one of the most popular PHP framework which consists of extendable tools and libraries. “<a href="http://www.packtpub.com/zend-framework-1-8-web-application-development/book">Zend Framework 1.8 Application Development</a>” covers Zend Frameworks basics and advanced usage of the framework.</p>
<p style="text-align: center;"><a href="http://www.packtpub.com/zend-framework-1-8-web-application-development/book"<img class="aligncenter" src="https://www.packtpub.com/images/full/1847194222.jpg" alt="" width="300" height="370" /></a></p>
<p>Some Php and Object Oriented Programming knowledge is necessary to fully understand and benefit the book. Contents of the book is:</p>
<p>Preface<br />
Chapter 1: Creating a Basic MVC Application<br />
Chapter 2: The Zend Framework MVC Architecture<br />
Chapter 3: Storefront Basic Setup<br />
Chapter 4: Storefront Models<br />
Chapter 5: Implementing the Catalog<br />
Chapter 6: Implementing User Accounts<br />
Chapter 7: The Shopping Cart<br />
Chapter 8: Authentication and Authorization<br />
Chapter 9: The Administration Area<br />
Chapter 10: Storefront Roundup<br />
Chapter 11: Storefront Optimization<br />
Chapter 12: Testing the Storefront<br />
Appendix: Installing Supporting Software<br />
Index</p>
<p>Also, you can download the free chapter which is &#8220;<a href="http://www.packtpub.com/files/4220-zend-framework-sample-chapter-7-the-shopping-cart.pdf">Chapter 7 The Shopping Cart</a>&#8220;.</p>
<p>The good part is, examples are enough to understand and follow and explained in detail.</p>
<p>The bad part is current zend framework is at 1.9.6 however, the book discusses zf 1.8 which is enough to understand basics of the framework. Also, I was expecting to see integration of third party tools like doctrine, smarty and jquery &#8230; etc. which strengths the Zend Framework.</p>
<p>I’d say suggest this book for someone who wants to start development with ZF.</p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2009/11/26/book-review-zend-framework-1-8-application-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review: Object-Oriented Programming with PHP5</title>
		<link>http://mehmetalierturk.com/2009/11/24/book-review-object-oriented-programming-with-php5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=book-review-object-oriented-programming-with-php5</link>
		<comments>http://mehmetalierturk.com/2009/11/24/book-review-object-oriented-programming-with-php5/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 12:42:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=901</guid>
		<description><![CDATA[PHP was born as a functional programming language and as it grown it has gained Object Oriented capabilities. Object Oriented Programming is one of most significant issue in software development and for this issue I&#8217;d recommend the book &#8220;Object-Oriented Programming ...]]></description>
			<content:encoded><![CDATA[<p>PHP was born as a functional programming language and as it grown it has gained Object Oriented capabilities. Object Oriented Programming is one of most significant issue in software development and for this issue I&#8217;d recommend the book <a href="http://www.packtpub.com/oop-php-5/book">&#8220;Object-Oriented Programming with PHP5&#8243;</a> for those who seek OOP in PHP.</p>
<p>Most important advantage of the OOP is developing manageable applications and it is illustrated in this book very smoothly.</p>
<p><a href="http://www.packtpub.com/oop-php-5/book"><img src="https://www.packtpub.com/images/100x123/1847192564.png" alt="OOP with PHP5" /></a></p>
<p>The book is written for newbies to advanced programmers who need a good reference for PHP and OOP in PHP. It is divided into nine chapters:</p>
<p>First chapter starts with comparing functional programming with oop and shows the benefits of oop. Second and Third chapters are about writing some codes to see how oop is done in php. Writer discusses OOP design pattern which is very handy and useful for designing your application model. Chapter five is about reflection which is how to handle object states in runtime. Chapter six and seven is tells how it databases handled with php with oop way. And following chapters eight and nine is for building better MVC (model view controller) with php.</p>
<p>In brief, the book is design for new starters to experts in php which needs OOP and I suggest this book for every php developer as a reference in their daily development processes.</p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2009/11/24/book-review-object-oriented-programming-with-php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review: RESTful PHP Web Services</title>
		<link>http://mehmetalierturk.com/2009/11/24/book-review-restful-php-web-services/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=book-review-restful-php-web-services</link>
		<comments>http://mehmetalierturk.com/2009/11/24/book-review-restful-php-web-services/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 09:24:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=897</guid>
		<description><![CDATA[PHP is the most popular web development language that has ben used in the market however, its always necessary to communicate different platforms which makes web services is a must todays world. &#8220;RESTful PHP Web Services” book covers developing and ...]]></description>
			<content:encoded><![CDATA[<p><a class="zem_slink" href="http://www.php.net/" title="PHP" rel="homepage">PHP</a> is the most popular web development language that has ben used in the market however, its always necessary to communicate different platforms which makes web services is a must todays world. <a class="zem_slink" href="http://www.packtpub.com/restful-php-web-services/book">&#8220;RESTful PHP Web Services”</a> book covers developing and consuming RESTful web services with php in detail for developers who are interested in web services. </p>
<p>The book is written by Samisa Abeysinghe and it is easy to read and follow even for new starters for application development. Also, it is a good resource for experienced developers/designers for architectural levels of RESTful Web Services. </p>
<p>The content of book is divided into 7 chapters:</p>
<p>Chapter 1, is about explaining conceptual details of RESTful web services and their relations with HTTP.</p>
<p>Chapter 2,  shows some code which consumes REST services in PHP. </p>
<p>Chapter 3, deals with real world examples of RESTful services and also usage of RSS, ATOM feeds. </p>
<p>Chapter 4 and 5 discuss designing RESTful web services and also, implementation of designed system. </p>
<p>Chapter 6 shows how to use <a class="zem_slink" href="http://framework.zend.com/" title="Zend Framework" rel="homepage">Zend Framework</a> to design and implement REST services with a framework.  </p>
<p>Chapter 7 is about debugging web services. </p>
<p>In conclusion, It s a well designed book which meets all needs for designing and implementing RESTful services in PHP. I’d like to recommend this book for PHP developers/designer however, basic PHP knowledge is required to understand codes fully.</p>
<p>Discussed subjects supported with example codes which are useful and makes the  concept to be understood easily.</p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2009/11/24/book-review-restful-php-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Books</title>
		<link>http://mehmetalierturk.com/2009/11/13/php-books/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-books</link>
		<comments>http://mehmetalierturk.com/2009/11/13/php-books/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 10:02:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Object-oriented programming]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Web application]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=886</guid>
		<description><![CDATA[I have been working as a developer for 4+ years and Php is a reasonable choice for the frontend web applications. I have been reading &#38; reviewing the books about php and php related technologies and planning to write my ...]]></description>
			<content:encoded><![CDATA[<p>I have been working as a developer for 4+ years and Php is a reasonable choice for the frontend web applications. I have been reading &amp; reviewing the books about php and php related technologies and planning to write my opinions about them in the following days. </p>
<p>It is a must to use <a class="zem_slink" href="http://en.wikipedia.org/wiki/Object-oriented_programming" title="Object-oriented programming" rel="wikipedia">OOP</a> and a Framework for successful collaboration and a maintainable product so, these are the books that I want to write about soon. </p>
<p><a href="https://www.packtpub.com/restful-php-web-services/book">RESTful PHP Web Services</a></p>
<p><a href="https://www.packtpub.com/oop-php-5/book">Object-Oriented Programming with PHP5</a></p>
<p><a href="https://www.packtpub.com/zend-framework-1-8-web-application-development/book">Zend Framework 1.8 Web Application Development</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2009/11/13/php-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrate Legacy to Modern Word</title>
		<link>http://mehmetalierturk.com/2008/11/03/migrate-legacy-to-modern-word/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=migrate-legacy-to-modern-word</link>
		<comments>http://mehmetalierturk.com/2008/11/03/migrate-legacy-to-modern-word/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 08:40:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://www.mehmetalierturk.com/?p=392</guid>
		<description><![CDATA[Theory and practice – migrating your legacy code into our modern test driven development world. View SlideShare presentation or Upload your own. (tags: ipc08 php)]]></description>
			<content:encoded><![CDATA[<div id="__ss_714024" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Theory and practice – migrating your  legacy code into our modern test  driven development world." href="http://www.slideshare.net/dodgeris/theory-and-practice-migrating-your-legacy-code-into-our-modern-test-driven-development-world-presentation?type=powerpoint">Theory and practice – migrating your  legacy code into our modern test  driven development world.</a><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=ipc08legacy-code-1225629656716043-8&amp;stripped_title=theory-and-practice-migrating-your-legacy-code-into-our-modern-test-driven-development-world-presentation" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=ipc08legacy-code-1225629656716043-8&amp;stripped_title=theory-and-practice-migrating-your-legacy-code-into-our-modern-test-driven-development-world-presentation" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View SlideShare <a style="text-decoration:underline;" title="View Theory and practice – migrating your  legacy code into our modern test  driven development world. on SlideShare" href="http://www.slideshare.net/dodgeris/theory-and-practice-migrating-your-legacy-code-into-our-modern-test-driven-development-world-presentation?type=powerpoint">presentation</a> or <a style="text-decoration:underline;" href="http://www.slideshare.net/upload?type=powerpoint">Upload</a> your own. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/ipc08">ipc08</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/php">php</a>)</div>
</div>
<p><img style="visibility: hidden; width: 0px; height: 0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyMjU3MDEzODUwODYmcHQ9MTIyNTcwMTQwMDMwMSZwPTEwMTkxJmQ9Jmc9MiZ*PSZvPTcxOTllZGRmMWU3YzRmNjRhMDg5ZDZiODFkZGM5MTUy.gif" border="0" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2008/11/03/migrate-legacy-to-modern-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Namespace Separator Discussion</title>
		<link>http://mehmetalierturk.com/2008/10/28/php-namespace-separator-discussion/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-namespace-separator-discussion</link>
		<comments>http://mehmetalierturk.com/2008/10/28/php-namespace-separator-discussion/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 09:56:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Namespace]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mehmetalierturk.com/?p=374</guid>
		<description><![CDATA[I couldn&#8217;t figure out why developers wasted time to decide &#8220;&#8221; backslash as the namespace separator for php. I think, they should have choosed exiting ones like  &#8220;.&#8221; or  &#8220;::&#8221;. I wish windows developers luck for &#8220;&#8221; confusions on windows.]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t figure out why developers wasted time to decide &#8220;&#8221; backslash as the <a href="http://news.php.net/php.internals/41374">namespace separator</a> for php. I think, they should have choosed exiting ones like  &#8220;.&#8221; or  &#8220;::&#8221;. I wish windows developers luck for &#8220;&#8221; confusions on windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2008/10/28/php-namespace-separator-discussion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Slides</title>
		<link>http://mehmetalierturk.com/2008/05/23/php-slides/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-slides</link>
		<comments>http://mehmetalierturk.com/2008/05/23/php-slides/#comments</comments>
		<pubDate>Fri, 23 May 2008 18:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://merturk.wordpress.com/2008/05/23/php-slides/</guid>
		<description><![CDATA[Two cool slides about Understanding the PHP Object Model and Type-Safe Objects in PHP]]></description>
			<content:encoded><![CDATA[<p>Two cool slides about <a href="http://sebastian-bergmann.de/archives/782-Understanding-the-PHP-Object-Model.html">Understanding the PHP Object Model</a> and <a href="http://sebastian-bergmann.de/archives/783-Type-Safe-Objects-in-PHP.html">Type-Safe Objects in PHP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2008/05/23/php-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding New File Extension in Netbeans</title>
		<link>http://mehmetalierturk.com/2008/05/20/adding-new-file-extension-in-netbeans/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adding-new-file-extension-in-netbeans</link>
		<comments>http://mehmetalierturk.com/2008/05/20/adding-new-file-extension-in-netbeans/#comments</comments>
		<pubDate>Tue, 20 May 2008 21:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://merturk.wordpress.com/2008/05/20/adding-new-file-extension-in-netbeans/</guid>
		<description><![CDATA[If you are seeking how to register a new extension for known file type in Netbeans. Follow Tools -&#62; Options -&#62; Advanced Options -&#62; System -&#62; File Types -&#62; PHP Files and right click to open then add or change ...]]></description>
			<content:encoded><![CDATA[<p>If you are seeking how to register a new extension for known file type in Netbeans. Follow <br />
<blockquote>Tools -&gt; Options -&gt; Advanced Options -&gt; System -&gt; File Types -&gt; PHP Files </p></blockquote>
<p>and right click to open then add or change anything you like. I added thtml. </p>
<p><a href="http://bp2.blogger.com/_m2dDliH3PFI/SDNJnhGvptI/AAAAAAAAAME/9fdsZVLcZRc/s1600-h/php.png"><img style="display:block;text-align:center;cursor:hand;margin:0 auto 10px;" src="http://bp2.blogger.com/_m2dDliH3PFI/SDNJnhGvptI/AAAAAAAAAME/9fdsZVLcZRc/s400/php.png" border="0" /></a><br />Twitter is still inaccessible.</p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2008/05/20/adding-new-file-extension-in-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php persistence tools</title>
		<link>http://mehmetalierturk.com/2008/05/13/php-persistence-tools/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-persistence-tools</link>
		<comments>http://mehmetalierturk.com/2008/05/13/php-persistence-tools/#comments</comments>
		<pubDate>Tue, 13 May 2008 20:34:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JEE]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://merturk.wordpress.com/2008/05/13/php-persistence-tools/</guid>
		<description><![CDATA[I wonder if there are any powerful persistence tools for Php like JPA in Java]]></description>
			<content:encoded><![CDATA[<p>I wonder if there are any powerful persistence tools for Php like JPA in Java</p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2008/05/13/php-persistence-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java-less Java</title>
		<link>http://mehmetalierturk.com/2008/03/04/java-less-java/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-less-java</link>
		<comments>http://mehmetalierturk.com/2008/03/04/java-less-java/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 14:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jonathan Schwartz]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://merturk.wordpress.com/2008/03/04/java-less-java/</guid>
		<description><![CDATA[&#8220;I think what you&#8217;ll see from Sun is that we&#8217;re just going to take the J off the JVM and just make it a VM,&#8221; Schwartz. I&#8217;m waiting JVM for php support.]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;I think what you&#8217;ll see from Sun is that we&#8217;re just going to take the J off the JVM and just make it a VM,&#8221; <a href="http://blogs.sun.com/jonathan/">Schwartz</a>.</p></blockquote>
<p>I&#8217;m waiting JVM for php support.</p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2008/03/04/java-less-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

