コード例 #1
0
 function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->table = DB_PREFIX . 'Posts';
     $this->attributes = "{$this->table}.ID, {$this->table}.Title, {$this->table}.Name, {$this->table}.Created, {$this->table}.Updated, {$this->table}.Start, {$this->table}.End, {$this->table}.Content, {$this->table}.Excerpt, {$this->table}.Lang, {$this->table}.Status_ID, {$this->table}.Type, {$this->table}.User_ID";
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->table = DB_PREFIX . '';
     $this->attributes = "{$this->table}.ID, {$this->table}.Name,";
 }