Exemplo n.º 1
0
 public function next()
 {
     $row = $this->nextRow();
     $o = _hx_anonymous(array());
     $_g1 = 0;
     $_g = $this->_fields;
     while ($_g1 < $_g) {
         $i = $_g1++;
         $value = php_db__PDO_TypeStrategy::convert($row[$i], $this->_columnTypes[$i]);
         $o->{$this->_columnNames[$i]} = $value;
         unset($value, $i);
     }
     return $o;
 }
Exemplo n.º 2
0
 public function __construct()
 {
     if (!php_Boot::$skip_constructor) {
         parent::__construct();
     }
 }