Y
Hacker News
new
|
ask
|
show
|
jobs
by
danielmunro
4658 days ago
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.
1 comments
yogo
4658 days ago
Maybe implement __unset and possibly __isset
link
danielmunro
4658 days ago
good call, done. Thanks
link