diff options
Diffstat (limited to 'framework/Web/UI/TPage.php')
-rw-r--r-- | framework/Web/UI/TPage.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index b1f59b3c..a5d0d2c8 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -1214,7 +1214,8 @@ class TPage extends TTemplateControl }
/**
- * Function to update view controls with those data in a given AR object.
+ * Function to update view controls with data in a given AR object.
+ * View controls and AR object need to have the same name in IDs and Attrs respectively.
* @param TActiveRecord $arObj
* @author Daniel Sampedro <darthdaniel85@gmail.com>
*/
|