10 ms·
Prototypal inheritance in PHP
- danielmunro 13y agoInspired 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.
- yogo 13y agoMaybe implement __unset and possibly __isset
- danielmunro 13y agogood call, done. Thanks