Show
Ignore:
Timestamp:
09/12/08 11:50:20 (4 months ago)
Author:
romanb
Message:

moved more files to TODO

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine.php

    r4470 r4931  
    11631163    public static function tableize($className) 
    11641164    { 
    1165          return Doctrine_Inflector::tableize($className); 
     1165         return Doctrine_TODO_Inflector::tableize($className); 
    11661166    } 
    11671167 
     
    11761176    public static function classify($tableName) 
    11771177    { 
    1178         return Doctrine_Inflector::classify($tableName); 
     1178        return Doctrine_TODO_Inflector::classify($tableName); 
    11791179    } 
    11801180}