コード例 #1
0
ファイル: Console.php プロジェクト: Doluci/tomatocart
 function __construct($table = null)
 {
     parent::__construct($table);
     $this->setPrefixRow('#');
 }
コード例 #2
0
ファイル: Csv.php プロジェクト: Doluci/tomatocart
 function __construct($table = null)
 {
     parent::__construct($table);
 }
コード例 #3
0
ファイル: Php.php プロジェクト: Doluci/tomatocart
 public function __construct($table = null, $serialize = true)
 {
     parent::__construct($table);
     $this->setSerialize($serialize);
 }