Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.