diff options
author | xue <> | 2006-06-02 14:06:47 +0000 |
---|---|---|
committer | xue <> | 2006-06-02 14:06:47 +0000 |
commit | 839901fda36fd734af6b86e17d11696679429fe9 (patch) | |
tree | e7c1d69734936bd121325f7310b7edc06c5f8d42 /framework | |
parent | 123e3e47b1194ed75b998cfc6bf26b5595070930 (diff) |
Including TDataFieldAccessor.
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Web/UI/WebControls/TRepeater.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TRepeater.php b/framework/Web/UI/WebControls/TRepeater.php index 1acdc766..9aa7af8d 100644 --- a/framework/Web/UI/WebControls/TRepeater.php +++ b/framework/Web/UI/WebControls/TRepeater.php @@ -11,9 +11,10 @@ */
/**
- * Using TDataBoundControl cass
+ * Using TDataBoundControl and TDataFieldAccessor cass
*/
Prado::using('System.Web.UI.WebControls.TDataBoundControl');
+Prado::using('System.Util.TDataFieldAccessor');
/**
* TRepeater class
|