Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Prototypal inheritance in PHP | Dark Hacker News
Prototypal inheritance in PHP
(github.com)
2 points
by
danielmunro
12 years ago
| 3 comments
danielmunro
12 years ago
|
next
[−]
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.
yogo
12 years ago
|
parent
|
next
[−]
Maybe implement __unset and possibly __isset
danielmunro
12 years ago
|
root
|
parent
|
next
[−]
good call, done. Thanks