Пример #1
0
 public function __construct($id = 0, $row = null)
 {
     parent::__construct('picture', $id, $row);
 }
Пример #2
0
 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);
 }