Changeset 2587 for trunk/lib/Doctrine.php
- Timestamp:
- 09/20/07 22:53:39 (16 months ago)
- Files:
-
- 1 modified
-
trunk/lib/Doctrine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Doctrine.php
r2586 r2587 654 654 public static function classify($tablename) 655 655 { 656 echo "rat";657 656 return preg_replace_callback('~(_?)(_)([\w])~', array("Doctrine", "classifyCallback"), ucfirst($tablename)); 658 657 }