Example #1
0
 /**
  * Set your own class-name for Database-Mapping. Then
  * you can change the whole TableMap-Model, but keep its
  * functionality for Criteria.
  *
  * @param      string The name of the class.
  */
 public static function setDatabaseMapClass($name)
 {
     self::$databaseMapClass = $name;
 }