PHP Classes

File: tests/base.php

Recommend this page to a friend!
  Classes of David Boskovic   miXin   tests/base.php   Download  
File: tests/base.php
Role: Example script
Content type: text/plain
Description: Unit test script
Class: miXin
Extend classes by using several mixin classes
Author: By
Last change:
Date: 13 years ago
Size: 45 bytes
 

Contents

Class file image Download
<?php

class BaseClass {
    public
$base = 1;
}