コード例 #1
0
ファイル: clsPicture.php プロジェクト: shifter/ospap2
 public function __construct($id = 0, $row = null)
 {
     parent::__construct('picture', $id, $row);
 }
コード例 #2
0
ファイル: clsGroup.php プロジェクト: shifter/ospap2
 public function __construct($id = 0, $row = null)
 {
     parent::__construct('group', $id, $row);
 }
コード例 #3
0
ファイル: clsSetting.php プロジェクト: shifter/ospap2
 public function __construct()
 {
     parent::__construct('setting');
 }
コード例 #4
0
ファイル: clsThumbnail.php プロジェクト: shifter/ospap2
 public function __construct($id = 0, $row = null)
 {
     parent::__construct('thumbnail', $id, $row);
 }
コード例 #5
0
ファイル: clsComment.php プロジェクト: shifter/ospap2
 public function __construct($id = 0, $row = null)
 {
     parent::__construct('comment', $id, $row);
 }