Prototypal inheritance in PHP
github.com
Prototypal inheritance in PHP
1–4 of 4 posts
Re: Prototypal inheritance in PHP
#2Inspired by a presentation on magic methods at the Seattle PHP user group last night, I created something that should never be coded: a small composer-enabled php lib that implements prototypal inheritance.
Re: Prototypal inheritance in PHP
#3Inspired by a presentation on magic methods at the Seattle PHP user group last night, I created something that should never be coded: a small composer-enabled php lib that implements prototypal inheritance.
Maybe implement __unset and possibly __isset