Example #1
0
 protected function getPostValue()
 {
     if (!array_key_exists($this->getFieldName(), $_POST)) {
         return '';
     }
     return parent::getPostValue();
 }