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