コード例 #1
0
ファイル: class.req.php プロジェクト: emelianov/helpdesk
 function update()
 {
     parent::update('rid');
 }
コード例 #2
0
ファイル: class.cfg.php プロジェクト: emelianov/helpdesk
 function update()
 {
     $name = $this->name[0];
     $this->value[0] = $this->{$name};
     parent::update('name');
 }