Ejemplo n.º 1
0
 /**
  * Unfreezes the database. This means that RedBean can dynamically
  * modify the database as it executes during development.
  */
 public static function unfreeze()
 {
     ZurmoRedBean::freeze(false);
 }