View Single Post
Old 06-28-2009, 04:56 PM   #11 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

Actually this would make more sense:

PHP Code:
class Hello
{
    static function 
world()
    {
        echo 
'Hello World!';
    }
}

Hello::world(); 
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote