Esempio n. 1
0
 protected function doprocessform(twidget $widget)
 {
     $widget->maxcount = (int) $_POST['maxcount'];
     $widget->postschanged();
     return parent::doprocessform($widget);
 }