summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TActiveTableCell.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveTableCell.php')
-rw-r--r--framework/Web/UI/ActiveControls/TActiveTableCell.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveTableCell.php b/framework/Web/UI/ActiveControls/TActiveTableCell.php
index 46da70bc..c0701a79 100644
--- a/framework/Web/UI/ActiveControls/TActiveTableCell.php
+++ b/framework/Web/UI/ActiveControls/TActiveTableCell.php
@@ -14,6 +14,11 @@ namespace Prado\Web\UI\ActiveControls;
/**
* Includes the following used classes
*/
+use Prado\Exceptions\TConfigurationException;
+use Prado\Prado;
+use Prado\Web\UI\WebControls\TTableCell;
+use Prado\Web\UI\WebControls\TTableRow;
+
Prado::using('System.Web.UI.WebControls.TTableRow');
Prado::using('System.Web.UI.ActiveControls.TActiveControlAdapter');
Prado::using('System.Web.UI.ActiveControls.TCallbackEventParameter');