summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TPage.php
diff options
context:
space:
mode:
authorxue <>2006-05-04 19:57:16 +0000
committerxue <>2006-05-04 19:57:16 +0000
commit05b69a565ebf001f42fdb6558f204bf3f1a9b61a (patch)
tree78d4149cf7b6bf80bad0ced5710617ffad4e0597 /framework/Web/UI/TPage.php
parenteb93f8a2fd9f701106310a93bc6e491ec2dfa3fe (diff)
Added TCompositeControl.
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 b68c4996..3f98b340 100644
--- a/framework/Web/UI/TPage.php
+++ b/framework/Web/UI/TPage.php
@@ -13,6 +13,7 @@
Prado::using('System.Web.UI.WebControls.*');
Prado::using('System.Web.UI.TControl');
Prado::using('System.Web.UI.WebControls.TWebControl');
+Prado::using('System.Web.UI.TCompositeControl');
Prado::using('System.Web.UI.TTemplateControl');
Prado::using('System.Web.UI.TForm');
Prado::using('System.Web.UI.TClientScriptManager');