From d191547e8261943f259dc2ca9e0a598d2c70eb55 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 20 Oct 2014 21:00:57 -0500 Subject: finished the first stept of prado scaffolding --- framework/Web/UI/TPage.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework/Web') 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 */ -- cgit v1.2.3