Show
Ignore:
Timestamp:
11/29/06 21:10:54 (2 years ago)
Author:
mikey
Message:

added possibility of dynamic types (proof of concept, more work has to be put into this if it gets approved)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/MyClass.php

    r41 r53  
    66 * @author  Frank Kleine <frank.kleine@schlund.de> 
    77 */ 
    8 require dirname(__FILE__) . '/MyInterface.php'; 
     8require_once dirname(__FILE__) . '/MyInterface.php'; 
    99/** 
    1010 * Class for example purposes.