diff options
author | wei <> | 2006-12-03 22:26:04 +0000 |
---|---|---|
committer | wei <> | 2006-12-03 22:26:04 +0000 |
commit | 503cdec992e78bf4180fa720800b9d3a3bc551e2 (patch) | |
tree | 0a53819ddc430e5224583dc9efa403f320eeb814 /framework/Data/ActiveRecord/Exceptions | |
parent | bf8caefce718cc38ccfd121d9cd718f42021b2b9 (diff) |
Allow TDbConnection and TDbCommand to be serialized.
Diffstat (limited to 'framework/Data/ActiveRecord/Exceptions')
-rw-r--r-- | framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php b/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php index ec177a84..1df54035 100644 --- a/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php +++ b/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php @@ -3,6 +3,9 @@ * TActiveRecordException class file.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
+ * @link http://www.pradosoft.com/
+ * @copyright Copyright © 2005-2007 PradoSoft
+ * @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Data.ActiveRecord.Exceptions
*/
|