Show
Ignore:
Timestamp:
09/16/08 01:32:33 (4 months ago)
Author:
nowelium
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/misc/Hermit/src/Hermit/HermitAutoloader.php

    r19017 r19344  
    11<?php 
    22 
     3/** 
     4 * @author nowelium 
     5 */ 
    36class HermitAutoloader { 
    47    private static $classPath = array( 
     
    912        '/meta', 
    1013        '/creator', 
    11         '/command' 
     14        '/command', 
     15        '/statement', 
     16        '/resultset', 
     17        '/responder', 
     18        '/tx' 
    1219    ); 
    1320    private static $userClassPath = array();