コード例 #1
0
 protected function __construct($arrArgs = null)
 {
     $this->setFetchMode(\PDO::FETCH_ASSOC);
     parent::__construct($arrArgs);
 }