diff options
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveDataList.php')
-rw-r--r-- | framework/Web/UI/ActiveControls/TActiveDataList.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveDataList.php b/framework/Web/UI/ActiveControls/TActiveDataList.php index f0b0e9cb..dbf70067 100644 --- a/framework/Web/UI/ActiveControls/TActiveDataList.php +++ b/framework/Web/UI/ActiveControls/TActiveDataList.php @@ -1,5 +1,15 @@ <?php /** + * TActiveDataList class file + * + * @author Marcos Aurelio Nobre <marconobre@gmail.com> + * @copyright Copyright © 2008, PradoSoft + * @license http://www.pradosoft.com/license + * @package System.Web.UI.ActiveControls + * @version $Id: TActiveDataList.php 2706 2009-09-24 14:42:30Z rojaro $ + */ + +/** * TActiveDataList class * * TActiveDataList represents a data bound and updatable grid control which is the |