summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <darthdaniel85@gmail.com>2014-10-20 21:00:57 -0500
committerDaniel <darthdaniel85@gmail.com>2014-10-20 21:00:57 -0500
commitd191547e8261943f259dc2ca9e0a598d2c70eb55 (patch)
tree5f8585a8610b96250cb35d5021495bda8b1ec792
parent9643c3c7bb58d0339e577b33ac517354b21e3569 (diff)
finished the first stept of prado scaffolding
-rw-r--r--framework/Web/UI/TPage.php3
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>
*/