View Single Post
  #8  
Old 05-10-2009, 08:24 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by LoneAngelIbesu View Post
Obviously, which is why I mentioned that joining a class is probably a work-around. Personally, I find using a class more organized.

PHP Code:
new GuiControl("toastControl") {
  
this.testFunc = public function() {
    echo(
"Hi there!");
  };

This just looks bad.
Pure preference.
Reply With Quote