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