PHP Tutorial
Working Around Magic Quotes in PHP
This tutorial is about Working Around Magic Quotes in PHP
General »
Top 20 Similar PHP Tutorials
The Wonders of PHP's 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 change the default behaviour when outputting an object instance.
Advanced PHP: Working with Interfaces
When you create an interface, you're basically creating a prototype/blueprint of functions that classes using the interface must implement in order to be valid. It's usually easier to learn from example, so here's a basic interface that represents a Page.










