diff options
| author | xue <> | 2006-06-02 18:27:02 +0000 |
|---|---|---|
| committer | xue <> | 2006-06-02 18:27:02 +0000 |
| commit | 0f3a577bed4d828472469675e90fcab032e33f44 (patch) | |
| tree | 3ca817247b8006563900d5fb8995d6a6f0627a2b /framework/Web/UI/WebControls/TRepeater.php | |
| parent | 067ab51fbd9b2f18f63fc80895476e5b0e2f9bfb (diff) | |
merge from 3.0 branch till 1133.
Diffstat (limited to 'framework/Web/UI/WebControls/TRepeater.php')
| -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
|
