예제 #1
0
 /**
  * Returns the output string for the form of selecting an existing address
  * @param type $default
  * @return type
  */
 public static function existingAddressesOutput($default = "")
 {
     $values = EventDatabaseManager::getAllAddresses();
     return View::outputOptions('addressID', $values, $default);
 }