Hacker News new | ask | show | jobs
Prototypal inheritance in PHP (github.com)
2 points by danielmunro 4657 days ago
1 comments

Inspired 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
good call, done. Thanks