Exemplo n.º 1
0
 /**
  * DOCUMENT ME
  * @param mixed $con
  */
 protected function doSave($con = null)
 {
     $this->updateCategoriesList(isset($this->values['categories_list_add']) ? $this->values['categories_list_add'] : array());
     parent::doSave($con);
 }