Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jun 26, 2024
1 parent ce8948e commit 3e3a1f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ $command->insert(
],
)->execute();

// Read all products
$records = $db->createCommand('SELECT * FROM product')->queryAll();
```

Expand Down

0 comments on commit 3e3a1f3

Please sign in to comment.