예제 #1
0
 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
 public function __construct()
 {
     parent::__construct('setting');
 }
예제 #4
0
 public function __construct($id = 0, $row = null)
 {
     parent::__construct('thumbnail', $id, $row);
 }
예제 #5
0
 public function __construct($id = 0, $row = null)
 {
     parent::__construct('comment', $id, $row);
 }