diff options
author | wei <> | 2007-04-24 06:14:56 +0000 |
---|---|---|
committer | wei <> | 2007-04-24 06:14:56 +0000 |
commit | d5eb713888715e8f18d2ccf508a8eb0b1a483ad1 (patch) | |
tree | 3752f12f0a9379681e13171df805e8f5760c53ec /framework/Data/ActiveRecord/Exceptions | |
parent | 1c74ee3c07cd2b25670826d44f7a1b1959302ce3 (diff) |
add active record Relations
Diffstat (limited to 'framework/Data/ActiveRecord/Exceptions')
-rw-r--r-- | framework/Data/ActiveRecord/Exceptions/messages.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Data/ActiveRecord/Exceptions/messages.txt b/framework/Data/ActiveRecord/Exceptions/messages.txt index b3d567e4..f9979e12 100644 --- a/framework/Data/ActiveRecord/Exceptions/messages.txt +++ b/framework/Data/ActiveRecord/Exceptions/messages.txt @@ -18,3 +18,5 @@ ar_mismatch_column_names = In dynamic __call() method '{0}', no matching col ar_invalid_table = Missing, invalid or no permission for table/view '{0}'.
ar_invalid_finder_class_name = Class name for finder($className) method must not be 'TActiveRecord', you should override the finder() method in your record class or pass in a valid record class name.
ar_invalid_criteria = Invalid criteria object, must be a string or instance of TSqlCriteria.
+ar_relations_undefined = Unable to determine Active Record relationships because static array property {0}::${1} is not defined.
+ar_undefined_relation_prop = Unable to find {1}::${2}['{0}'], Active Record relationship definition for property "{0}" not found in entries of {1}::${2}.
\ No newline at end of file |