20 $this->result = $result;
24 $this->rows = $result->fetchAll( PDO::FETCH_OBJ );
28 return count( $this->rows );
37 if ( is_object( $obj ) ) {
39 $row = get_object_vars( $obj );
40 foreach ( $row as $value ) {
60 return array_keys( get_object_vars( $this->rows[0] ) );