Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amcgowanca/php-object-class
A simple super class for all non-static classes in PHP.
https://github.com/amcgowanca/php-object-class
Last synced: 1 day ago
JSON representation
A simple super class for all non-static classes in PHP.
- Host: GitHub
- URL: https://github.com/amcgowanca/php-object-class
- Owner: amcgowanca
- Created: 2013-01-10T21:58:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-12T18:06:47.000Z (almost 12 years ago)
- Last Synced: 2023-03-30T13:18:04.314Z (over 1 year ago)
- Language: JavaScript
- Size: 469 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object Class
--------------A standard object class named Object in which all non-static classes can be a subclass of. Provides base methods for all classes and is modeled after Microsoft's Visual C# and Oracle's Java Object class in the most basic form for PHP.