Thread
:
Everything for a reason...
View Single Post
06-28-2009, 04:56 PM
#
11
(
permalink
)
ETbyrne
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
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
View Public Profile
Send a private message to ETbyrne
Visit ETbyrne's homepage!
Find More Posts by ETbyrne