Exemple #1
0
 public function __construct($id = 0, $row = null)
 {
     parent::__construct('picture', $id, $row);
 }
Exemple #2
0
 public function __construct($id = 0, $row = null)
 {
     parent::__construct('group', $id, $row);
 }
Exemple #3
0
 public function __construct()
 {
     parent::__construct('setting');
 }
Exemple #4
0
 public function __construct($id = 0, $row = null)
 {
     parent::__construct('thumbnail', $id, $row);
 }
Exemple #5
0
 public function __construct($id = 0, $row = null)
 {
     parent::__construct('comment', $id, $row);
 }