<?php
class Dman{
function __get($var){
echo $var;
}
}
$Dman = new Dman;
//no if i do this
$Dman->I_Love_Litewarez; // this would echo I_Love_Litewarez
//What happens is because the variable "var $I_Lovae_Litewarez" is not there it will send the variable name to __get() and try let the function create some data for that
?>
Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.
Contact us