View Single Post
  #2  
Old 11-29-2007, 12:32 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
I think of Graal classes as include functions.

Class: bob
PHP Code:
function bob()
  return 
"Hi! I'm Bob!"
Weapon: Jane
PHP Code:
function onCreated()
{
  
this.join("bob");
  
temp.statement bob();
  echo(
temp.statement);

Reply With Quote