Ejemplo n.º 1
0
 public function label($field_name, $label_name, $attributes = null)
 {
     $this->labels[$field_name] = $label_name;
     return HTML::label($field_name, $label_name, $attributes);
 }