Esempio n. 1
0
 /**
  * returns the shorted url
  *
  * @return string
  * @author Christian Weyand
  */
 public function getShortedUrl()
 {
     return sfConfig::get('app_settings_short_url') . "/" . ShortUrlTable::charize($this->getId());
 }