コード例 #1
0
 public function __construct($pdo, $typeStrategy)
 {
     if (!php_Boot::$skip_constructor) {
         parent::__construct($pdo, $typeStrategy);
         $this->all = $pdo->fetchAll(PDO::FETCH_NUM);
         $this->pos = 0;
         $this->_length = count($this->all);
     }
 }
コード例 #2
0
 public function __construct($pdo, $typeStrategy)
 {
     if (!php_Boot::$skip_constructor) {
         parent::__construct($pdo, $typeStrategy);
     }
 }