Пример #1
0
 public function __construct($id = false, $table = null, $ds = null)
 {
     parent::__construct($id, $table, $ds);
     // データロックモデルをメンバへ設定
     self::setLockModel($this);
 }