Best Tutorials website
Latest tutorials

Advertisment

Advanced PHP: Saving Yourself Time with the Clone Construct!

Advanced PHP: Saving Yourself Time with the Clone Construct!

Cloning an object is quite different than it was in PHP4. In PHP4 you simply assigned the object to a new object and it would clone it verbatim....


Views: 539 | Rating star | by Marry
PHP - OOP

The Wonders of Magic Function: __toString()

The Wonders of Magic Function: __toString()

For this article we’ll be looking at the __toString magic function, and a very handy function it is to. What this function does is allow you to...


Views: 511 | Rating star | by Stephen
PHP - OOP

Object Oriented Features New to PHP 5

Object Oriented Features New to PHP 5

Object Oriented Features New to PHP 5......a useful tutorial.


Views: 547 | Rating star | by Source
PHP - OOP

Object Orientated: Creating an Advanced Pagination Class

Object Orientated: Creating an Advanced Pagination Class

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...


Views: 498 | Rating star | by Isac
PHP - OOP