get($sFormName); $sLockedAttributes = $aValue['locked_attributes']; $aLockedAttributes = json_decode($sLockedAttributes); foreach($aLockedAttributes as $sKey => $sValue){ $oDbObject->Set($sKey, $sValue); } } catch(Exception $e){ } } }