summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TPage.php
diff options
context:
space:
mode:
authorxue <>2006-02-15 14:02:32 +0000
committerxue <>2006-02-15 14:02:32 +0000
commitba1933d83922e3eb42e93b3fa476f4614a58aebc (patch)
tree9c48973888dd8bf519a4d05710ebb05c6160feed /framework/Web/UI/TPage.php
parentc3c0ba0d974f905a8df0fd467aa9ee41ae74e968 (diff)
TDataFieldAccessor is used consistently to access all data field values.
Diffstat (limited to 'framework/Web/UI/TPage.php')
-rw-r--r--framework/Web/UI/TPage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php
index 2e3dd68e..6e83e3be 100644
--- a/framework/Web/UI/TPage.php
+++ b/framework/Web/UI/TPage.php
@@ -13,6 +13,7 @@
//Prado::using('System.Web.UI.*');
Prado::using('System.Web.UI.WebControls.*');
Prado::using('System.Web.UI.TControl');
+Prado::using('System.Web.UI.WebControls.TWebControl');
Prado::using('System.Web.UI.TTemplateControl');
Prado::using('System.Web.UI.TForm');
Prado::using('System.Web.UI.TClientScriptManager');