diff options
Diffstat (limited to 'framework/Data/ActiveRecord/TActiveRecord.php')
-rw-r--r-- | framework/Data/ActiveRecord/TActiveRecord.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/framework/Data/ActiveRecord/TActiveRecord.php b/framework/Data/ActiveRecord/TActiveRecord.php index e8fcbb9a..27c51fcd 100644 --- a/framework/Data/ActiveRecord/TActiveRecord.php +++ b/framework/Data/ActiveRecord/TActiveRecord.php @@ -14,6 +14,13 @@ namespace Prado\Data\ActiveRecord; /** * Load record manager, criteria and relations. */ +use Prado\Data\ActiveRecord\Exceptions\TActiveRecordException; +use Prado\Data\ActiveRecord\Relations\TActiveRecordRelationContext; +use Prado\Data\DataGateway\TSqlCriteria; +use Prado\Prado; +use Prado\TPropertyValue; +use ReflectionClass; + Prado::using('System.Data.ActiveRecord.TActiveRecordManager'); Prado::using('System.Data.ActiveRecord.TActiveRecordCriteria'); Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelationContext'); |