Ejemplo n.º 1
0
 /**
  * renders form errors
  * @return string errors as an html <li> list
  */
 public function show_errors()
 {
     return trim($this->latitude->show_errors() . $this->longitude->show_errors()) == '' ? '' : trim($this->latitude->show_errors() . $this->longitude->show_errors());
 }