19 $this->result = $result;
23 $this->rows = $result->fetchAll( PDO::FETCH_OBJ );
28 return count( $this->rows );
39 if ( is_object( $obj ) ) {
41 $row = get_object_vars( $obj );
42 foreach ( $row as $value ) {
65 return array_keys( get_object_vars( $this->rows[0] ) );