<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For OOP</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 04:54:44 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 04:54:44 -0500</pubDate>
<item>
<title>Object-Oriented PHP for Absolute Beginners</title>
<pubDate>Mon, 06 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Object-Oriented-PHP-for-Absolute-Beginners/68802</link>
<description>
<![CDATA[This tutorial introduces you to object-oriented programming in PHP. You'll explore the basics of object-oriented programming, and learn how to write simple object-oriented PHP scripts.]]>
</description><guid>http://www.tutorialized.com/tutorial/Object-Oriented-PHP-for-Absolute-Beginners/68802</guid>
</item>
<item>
<title>How To Create and Use PHP Classes</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-To-Create-and-Use-PHP-Classes/66802</link>
<description>
<![CDATA[How to create and use classes in object oriented PHP. Why use object oriented PHP and what advantages does it have?]]>
</description><guid>http://www.tutorialized.com/tutorial/How-To-Create-and-Use-PHP-Classes/66802</guid>
</item>
<item>
<title>Web development - creating a web app series - part 3</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Web-development---creating-a-web-app-series---part-3/66306</link>
<description>
<![CDATA[In this series we are creating a web application from scratch using html, css, javascript, php and mysql.]]>
</description><guid>http://www.tutorialized.com/tutorial/Web-development---creating-a-web-app-series---part-3/66306</guid>
</item>
<item>
<title>Web development - creating a web app series - part 2</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Web-development---creating-a-web-app-series---part-2/66302</link>
<description>
<![CDATA[In this series we are creating a web application from scratch using html, css, javascript, php and mysql.]]>
</description><guid>http://www.tutorialized.com/tutorial/Web-development---creating-a-web-app-series---part-2/66302</guid>
</item>
<item>
<title>Web development - creating a web app series - part 1</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Web-development---creating-a-web-app-series---part-1/66282</link>
<description>
<![CDATA[In this series we are creating a web application from scratch using html, css, javascript, php and mysql.]]>
</description><guid>http://www.tutorialized.com/tutorial/Web-development---creating-a-web-app-series---part-1/66282</guid>
</item>
<item>
<title>Loading Classes Automatically</title>
<pubDate>Sun, 01 Nov 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Loading-Classes-Automatically/62910</link>
<description>
<![CDATA[if you have like 10 Objects for different classes, you will repeat the require_once statement like 10 times . In Programming repeating things is not good habit , not only for the much time it takes bu...]]>
</description><guid>http://www.tutorialized.com/tutorial/Loading-Classes-Automatically/62910</guid>
</item>
<item>
<title>Beginners PHP Class Tutorial - Part 3 - What Are Class Constructors?</title>
<pubDate>Sat, 31 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Beginners-PHP-Class-Tutorial---Part-3---What-Are-Class-Constructors%3F/62239</link>
<description>
<![CDATA[So just what are class constructors, and how can they be used within PHP classes / OOP programming? When a PHP class is first called, the class will automatically run the class constructor function, w...]]>
</description><guid>http://www.tutorialized.com/tutorial/Beginners-PHP-Class-Tutorial---Part-3---What-Are-Class-Constructors%3F/62239</guid>
</item>
<item>
<title>Beginners PHP Class Tutorial - Part 2 - What is $this-&gt;?</title>
<pubDate>Wed, 09 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Beginners-PHP-Class-Tutorial---Part-2---What-is-%24this-%3E%3F/61238</link>
<description>
<![CDATA[This is part two of my beginners guide to PHP classes (OOP) programming. This simple to follow chapter explains what $this-&gt; is, and how it can help you write much better / efficient PHP Classes]]>
</description><guid>http://www.tutorialized.com/tutorial/Beginners-PHP-Class-Tutorial---Part-2---What-is-%24this-%3E%3F/61238</guid>
</item>
<item>
<title>Beginners PHP Class Tutorial - Part 1</title>
<pubDate>Wed, 09 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Beginners-PHP-Class-Tutorial---Part-1/61234</link>
<description>
<![CDATA[This is a really easy to follow PHP class tutorial, with sample code that you can follow along with. This is part one of my collection of hand written PHP class tutorials.]]>
</description><guid>http://www.tutorialized.com/tutorial/Beginners-PHP-Class-Tutorial---Part-1/61234</guid>
</item>
<item>
<title>OOP in PHP Part Two: Inheritance</title>
<pubDate>Wed, 09 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/OOP-in-PHP-Part-Two%3A-Inheritance/60996</link>
<description>
<![CDATA[The second part in my series of OOP in PHP tutorials will focus on OOP Inheritance. In this tutorial I will explain what OOP Inheritance is, how to use it and what benefits it can provide using a real...]]>
</description><guid>http://www.tutorialized.com/tutorial/OOP-in-PHP-Part-Two%3A-Inheritance/60996</guid>
</item>
<item>
<title>Basic OOP in PHP Part One</title>
<pubDate>Wed, 09 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Basic-OOP-in-PHP-Part-One/60795</link>
<description>
<![CDATA[This multi-part tutorial will discuss and examine the basics of OOP in PHP discussing what it actually is, how it works and providing working examples of OOP in everyday PHP development.]]>
</description><guid>http://www.tutorialized.com/tutorial/Basic-OOP-in-PHP-Part-One/60795</guid>
</item>
<item>
<title>Type hinting in PHP5</title>
<pubDate>Tue, 08 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Type-hinting-in-PHP5/60384</link>
<description>
<![CDATA[Here is a test script for type hinting in PHP 5.3.2. What is possible in this version in the matter of type hinting and is it ready for full support?]]>
</description><guid>http://www.tutorialized.com/tutorial/Type-hinting-in-PHP5/60384</guid>
</item>
<item>
<title>OOP - Static Methods/Properties</title>
<pubDate>Sun, 06 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/OOP---Static-Methods%2FProperties/58924</link>
<description>
<![CDATA[Outlines the advantages, as well as how to use static methods/properties in PHP5.]]>
</description><guid>http://www.tutorialized.com/tutorial/OOP---Static-Methods%2FProperties/58924</guid>
</item>
<item>
<title>OOP Basics in PHP 5</title>
<pubDate>Sat, 05 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/OOP-Basics-in-PHP-5/57633</link>
<description>
<![CDATA[Introduces the basics of OOP in PHP5, highlighting the major improvements from previous PHP versions.]]>
</description><guid>http://www.tutorialized.com/tutorial/OOP-Basics-in-PHP-5/57633</guid>
</item>
<item>
<title>Model View Controller in PHP</title>
<pubDate>Thu, 03 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Model-View-Controller-in-PHP/56513</link>
<description>
<![CDATA[The model view controller pattern is the most used pattern for today’s world web applications. It has been used for the first time in Smalltalk and then adopted and popularized in Java and PHP.]]>
</description><guid>http://www.tutorialized.com/tutorial/Model-View-Controller-in-PHP/56513</guid>
</item>
</channel>
</rss>
