/**
  * Save the database abstraction layer object (just once)
  * Todo:
  * - Save one db object per table/ARO child and fetch the default one if none is set
  */
 public static final function setDbObject(db_generic $db)
 {
     self::$__db = $db;
 }