https://github.com/lstrojny/prototype.php
Prototypal inheritance in PHP
https://github.com/lstrojny/prototype.php
Last synced: 3 months ago
JSON representation
Prototypal inheritance in PHP
- Host: GitHub
- URL: https://github.com/lstrojny/prototype.php
- Owner: lstrojny
- Created: 2013-01-24T16:47:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-24T18:55:55.000Z (over 12 years ago)
- Last Synced: 2024-10-10T14:27:13.715Z (8 months ago)
- Language: PHP
- Size: 95.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
prototype.php
=============Prototypal inheritance in PHP
Tired of classical inheritance ?
--------------------------------Now classes doesn't inherit each others, *objects* does !