Skip to content

Commit

Permalink
Added tip for DBAL result methods
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Oct 8, 2023
1 parent ff9795e commit 9a6faf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,8 @@ foreach( $result->iterateAssociative() as $row ) {
}
```

**Tip:** Check the [DBAL methods for retrieving data](https://github.com/doctrine/dbal/blob/master/src/Result.php) for more information.


#### DB::renameColumn()

Expand Down

0 comments on commit 9a6faf0

Please sign in to comment.