From 6ae25a15be0dd38d50b983bce711e04e637cb3f8 Mon Sep 17 00:00:00 2001 From: Ilia Chernykh Date: Mon, 10 Mar 2025 23:30:17 +0500 Subject: [PATCH] Fix variable name according to the example --- user_guide_src/source/models/model.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/models/model.rst b/user_guide_src/source/models/model.rst index 53664b5db1a8..bfef42f86d32 100644 --- a/user_guide_src/source/models/model.rst +++ b/user_guide_src/source/models/model.rst @@ -487,7 +487,7 @@ Returns null or an indexed array of column values: .. literalinclude:: model/008.php -``$column_name`` should be a name of single column else you will get the ``DataException``. +``$columnName`` should be a name of single column else you will get the ``DataException``. findAll() ---------