From 3e3a1f39342e7aac7c0958b26c8fbc4de3a6af51 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Wed, 26 Jun 2024 07:22:55 -0400 Subject: [PATCH] Add comment. --- framework/UPGRADE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/UPGRADE.md b/framework/UPGRADE.md index 5de3c9eb7b6..fb257b32f68 100644 --- a/framework/UPGRADE.md +++ b/framework/UPGRADE.md @@ -88,6 +88,7 @@ $command->insert( ], )->execute(); +// Read all products $records = $db->createCommand('SELECT * FROM product')->queryAll(); ```