diff options
author | xue <> | 2005-11-22 22:23:25 +0000 |
---|---|---|
committer | xue <> | 2005-11-22 22:23:25 +0000 |
commit | 81b7d150b1c815cdd032c2b5795b6c4244e56ace (patch) | |
tree | b7f3bb1968029ffa58dfea64a80cf0c2f9537d01 /framework/Web/UI | |
parent | 15d464c5b7182eb4c7a9e1b0180f6fe46401ed22 (diff) |
Diffstat (limited to 'framework/Web/UI')
-rw-r--r-- | framework/Web/UI/THtmlWriter.php (renamed from framework/Web/UI/THtmlTextWriter.php) | 2 | ||||
-rw-r--r-- | framework/Web/UI/TPage.php | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/framework/Web/UI/THtmlTextWriter.php b/framework/Web/UI/THtmlWriter.php index 4ea78383..75926d55 100644 --- a/framework/Web/UI/THtmlTextWriter.php +++ b/framework/Web/UI/THtmlWriter.php @@ -4,7 +4,7 @@ // keep nonclosing tag only
// add more utility methods (e.g. render....)
// implment encoding (for text and url)
-class THtmlTextWriter extends TComponent implements ITextWriter
+class THtmlWriter extends TComponent implements ITextWriter
{
const TAG_INLINE=0;
const TAG_NONCLOSING=1;
diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index 232878da..50b29c35 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -1,6 +1,5 @@ <?php
-Prado::using('System.Web.*');
Prado::using('System.Web.UI.*');
Prado::using('System.Web.UI.WebControls.*');
|