PHP Tutorials Object Oriented Programming



Featured Tutorial
Feature your own tutorial here! Find out more.
Web Crawler / Scraper
Submitted by Vision Media » Create a web crawler / spider / scraper in under 5 minutes with PHP OO features! infinitely extendable and a great start.
Rating: 3.3/5 | 555 clicks | 1 comment | 3 saves | share | report
Abstract classes in PHP
Submitted by Combined Minds » An abstract class is always a parent class that serves as a sort of blueprint for the subclasses it might hold. This advanced PHP OOP subject will be explained in this tutorial.
Rating: 3.0/5 | 306 clicks | 0 comments | 0 saves | share | report
Encapsulation in PHP
Submitted by Combined Minds » You might wonder, what the heck is Encapsulation? Well you must have seen classes with Private and Public stuff right? Must read for advanced PHP programmers.
Rating: 3.0/5 | 251 clicks | 0 comments | 0 saves | share | report
Fluent Arrays and Strings in PHP
Submitted by ProDevTips » An example of how to create a fluent array and string library in PHP.
Rating: 4.0/5 | 238 clicks | 0 comments | 0 saves | share | report
Writing a Community with the Zend Framework and Smarty template engine
Submitted by ProDevTips » The first part in a long series describing how to use the PHP Zend Framework and the PHP Smarty templating engine to create a combined CMS and Community where people will have their own blogs and photo galleries. At the end of the series there is a download link to the source code.
Rating: 3.0/5 | 447 clicks | 1 comment | 0 saves | share | report
PHP Classes
Submitted by Nystic » With the introduction of PHP4, PHP introduced classes, a type of programming subdivision typically only seen in desktop languages. PHP5 expanded upon this implementation, creating what many consider to be a nearly full object orientation implementation. This tutorial will focus on only the basic realm of classes, which is compatible with both PHP4 and PHP5, unless otherwise noted. Note that you need a decent understanding of PHP to read this :D (including the understanding of how functions work)
Rating: 3.2/5 | 457 clicks | 0 comments | 2 saves | share | report
how many visitors online
Submitted by ineedtutorials.com » Ever wonderd how to display how many visitors you have online. In this tutorial i will show you an easy but effective way to display the amount of online visitor’s.
Rating: 2.7/5 | 638 clicks | 1 comment | 1 save | share | report
Advanced image gallery using MySQL and URL rewriting
Submitted by CrazyPuh » A PHP image gallery script using MySQl and Apache URL rewriting. Images can be uploaded from remote location and the users computer.
Rating: 2.7/5 | 1,033 clicks | 0 comments | 3 saves | share | report
Object Orientated: Creating an Advanced Pagination Class
Submitted by Adam » This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display the results accordingly.
Rating: 3.4/5 | 541 clicks | 0 comments | 2 saves | share | report
Part 2: Giving our Currency Conversion Script some Responsibility
Submitted by Adam » Since the first article I submitted to Digg was voted onto the front page a couple of days ago, we're going to add onto the script and make it update the conversion rates from a website that keeps track of them all. This is quite a jump from the first tutorial and so buckle your seatbelt, Dorothy, 'cause Kansas... OK, 'nuff of the Matrix quotes. Let's begin...
Rating: 3.2/5 | 237 clicks | 0 comments | 0 saves | share | report