Example #1
0
File: View.php Project: kafruhs/fws
 public function showStartTag($attributes = array())
 {
     $attributes['class']  = $this->model->getClass();
     $attributes['id']     = $this->model->getId();
     $attributes['method'] = $this->model->getMethod();
     $attributes['action'] = $this->model->getAction();
     return Html::startTag('form', $attributes);
 }