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); } }
public function __construct($pdo, $typeStrategy) { if (!php_Boot::$skip_constructor) { parent::__construct($pdo, $typeStrategy); } }