Jump to content

SparK_BR

Members
  • Posts

    41
  • Joined

  • Last visited

    Never

About SparK_BR

  • Birthday 06/11/1991

Contact Methods

Profile Information

  • Gender
    Male
  • Location
    Curitiba, PR - Brasil

SparK_BR's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Programmer's Notepad is nice, it's kind of a mix of Notepad++ with TextPad I use Aptana for projects and Programmer's Notepad for individual random files thrown at me by my workmates.
  2. OOP in php is now somewhat do-able, I wonder when AOP will be available I was working on an Aspect.class thing and a replacement for require_once to load the proxies and stuff but my boss is really close minded. public function anyway($you){ $this->see($you); } public function __construct(){ $world->addEventListener("Later",array($this,"anyway")); } //Anyway, see you later!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.