<slide title="Overloading">
<blurb>
In PHP you can "overload" objects, registering special handlers which 
can catch property accesses and method calls.
</blurb>
<example 
    type="php" 
    title="Overloading" 
    fontsize="1.2em"
    filename="overload.php"/>
</slide>
