PHP Code: 
class KWWHunction
{
    function 
__construct()
    {
        if(
$user!=="SplitIce"){
            echo 
'I am not good in OO php';
        } else {
            echo 
'PHP Never lies.';
        }
    }
}

$KWWH = new KWWHunction(); 
SplitIce Reviewed by SplitIce on . Lets create a crowd sourced PHP Class Similiar to the *everyone joins in* PHP App, but it'd be cool if this class was actually useful: I'll start class KWWHunction{ public function __construct(){ } } Rating: 5