Exemplo n.º 1
0
 public function add($model = null)
 {
     is_array($model) || ($model = $this->getModel($model));
     $templateFile = $this->getAddonTemplate($model['template_add']);
     parent::common_add($model, $templateFile);
 }