summaryrefslogtreecommitdiff
path: root/framework/Data
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data')
-rw-r--r--framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.php2
-rw-r--r--framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php2
-rw-r--r--framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.php2
-rw-r--r--framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.php2
-rw-r--r--framework/Data/ActiveRecord/Relations/TActiveRecordRelation.php2
-rw-r--r--framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php2
-rw-r--r--framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.php2
-rw-r--r--framework/Data/DataGateway/TDataGatewayCommand.php2
-rw-r--r--framework/Data/DataGateway/TDataGatewayEventParameter.php2
-rw-r--r--framework/Data/DataGateway/TDataGatewayResultEventParameter.php2
-rw-r--r--framework/Data/DataGateway/TTableGateway.php2
11 files changed, 0 insertions, 22 deletions
diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.php b/framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.php
index f3687b9b..ad995c30 100644
--- a/framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.php
+++ b/framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
*/
@@ -66,7 +65,6 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelation');
* <tt>with_team('location = ?', 'Madrid')</tt>.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
* @since 3.1
*/
diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php b/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php
index 330d7c39..297c3eb2 100644
--- a/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php
+++ b/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
*/
@@ -64,7 +63,6 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelation');
* arguments as other finder methods of TActiveRecord, e.g. <tt>with_players('age < ?', 35)</tt>.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
* @since 3.1
*/
diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.php b/framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.php
index 449739e3..41a4ab69 100644
--- a/framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.php
+++ b/framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
*/
@@ -80,7 +79,6 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelation');
* arguments as other finder methods of TActiveRecord.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
* @since 3.1
*/
diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.php b/framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.php
index 005ad98c..7bd54561 100644
--- a/framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.php
+++ b/framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
*/
@@ -81,7 +80,6 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelation');
* arguments as other finder methods of TActiveRecord, e.g. <tt>with_engine('capacity < ?', 3.8)</tt>.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
* @since 3.1
*/
diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordRelation.php b/framework/Data/ActiveRecord/Relations/TActiveRecordRelation.php
index 51bcaee2..cd115cbe 100644
--- a/framework/Data/ActiveRecord/Relations/TActiveRecordRelation.php
+++ b/framework/Data/ActiveRecord/Relations/TActiveRecordRelation.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
*/
@@ -21,7 +20,6 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelationContext');
* Base class for active record relationships.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
* @since 3.1
*/
diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php b/framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php
index 862d9b4c..30f423b7 100644
--- a/framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php
+++ b/framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
*/
@@ -21,7 +20,6 @@ namespace Prado\Data\ActiveRecord\Relations;
* constructor.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
* @since 3.1
*/
diff --git a/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.php b/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.php
index 92c261fa..653f06fc 100644
--- a/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.php
+++ b/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Data\ActiveRecord\Scaffold
*/
@@ -31,7 +30,6 @@ Prado::using('System.Data.ActiveRecord.Scaffold.TScaffoldBase');
* are database dependent).
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Id$
* @package Prado\Data\ActiveRecord\Scaffold
* @since 3.1
*/
diff --git a/framework/Data/DataGateway/TDataGatewayCommand.php b/framework/Data/DataGateway/TDataGatewayCommand.php
index 294ae833..622f7683 100644
--- a/framework/Data/DataGateway/TDataGatewayCommand.php
+++ b/framework/Data/DataGateway/TDataGatewayCommand.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Data\DataGateway
*/
@@ -32,7 +31,6 @@ namespace Prado\Data\DataGateway;
* data is set in the TDataGatewayResultEventParameter object's Result property.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @version $Id$
* @package Prado\Data\DataGateway
* @since 3.1
*/
diff --git a/framework/Data/DataGateway/TDataGatewayEventParameter.php b/framework/Data/DataGateway/TDataGatewayEventParameter.php
index 0bef0842..0ea10f6a 100644
--- a/framework/Data/DataGateway/TDataGatewayEventParameter.php
+++ b/framework/Data/DataGateway/TDataGatewayEventParameter.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Data\DataGateway
*/
@@ -17,7 +16,6 @@ namespace Prado\Data\DataGateway;
* well as the criteria object.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @version $Id$
* @package Prado\Data\DataGateway
* @since 3.1
*/
diff --git a/framework/Data/DataGateway/TDataGatewayResultEventParameter.php b/framework/Data/DataGateway/TDataGatewayResultEventParameter.php
index b5bddfa4..05e85670 100644
--- a/framework/Data/DataGateway/TDataGatewayResultEventParameter.php
+++ b/framework/Data/DataGateway/TDataGatewayResultEventParameter.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Data\DataGateway
*/
@@ -18,7 +17,6 @@ namespace Prado\Data\DataGateway;
* {@link setResult Result} property.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @version $Id$
* @package Prado\Data\DataGateway
* @since 3.1
*/
diff --git a/framework/Data/DataGateway/TTableGateway.php b/framework/Data/DataGateway/TTableGateway.php
index fb9dfd78..d415df2b 100644
--- a/framework/Data/DataGateway/TTableGateway.php
+++ b/framework/Data/DataGateway/TTableGateway.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Data\DataGateway
*/
@@ -74,7 +73,6 @@ Prado::using('System.Data.DataGateway.TDataGatewayCommand');
* </code>
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @version $Id$
* @package Prado\Data\DataGateway
* @since 3.1
*/