 |
|
Innovation award
 Nominee: 1x |
This class can extend classes by using several mixin classes.
It can load the code of two or more class files and create a new class definition in such way that the first is extended by the others.
The loaded classes are cached until the class files are modified to avoid the overhead of restacking the class files every time they are loaded.
|
|
| Name: |
miXin |
| Base name: |
php-mixin |
| Description: |
Extend classes by using several mixin classes |
| Version: |
0.1 |
| PHP version: |
5.0 |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
326 users |
| All time rank: |
5953 |
| Week users: |
0 users |
| Week rank: |
2015  |
| |
|
 September 2011
Number 9 |
Usually if you want to extend a class you need to define one class explicitly as an extension of another.
This class provides an alternative approach that allows that a base class be extended by multiple other classes without having to define them as extensions of each other.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|