summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord/Exceptions
diff options
context:
space:
mode:
authorwei <>2007-05-01 00:27:01 +0000
committerwei <>2007-05-01 00:27:01 +0000
commit595a0acc2554da4c4c52f065dc76893c241f2624 (patch)
tree3eb8bf5d97d733f2a4251c863a6619bb12cf7a4c /framework/Data/ActiveRecord/Exceptions
parentea0601cdd4a732fc15b83104a47788989bb004b3 (diff)
Add comments to active record relationships, add semi-colon to js files.
Diffstat (limited to 'framework/Data/ActiveRecord/Exceptions')
-rw-r--r--framework/Data/ActiveRecord/Exceptions/messages.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Data/ActiveRecord/Exceptions/messages.txt b/framework/Data/ActiveRecord/Exceptions/messages.txt
index f9979e12..6c13450d 100644
--- a/framework/Data/ActiveRecord/Exceptions/messages.txt
+++ b/framework/Data/ActiveRecord/Exceptions/messages.txt
@@ -19,4 +19,5 @@ 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
+ar_undefined_relation_prop = Unable to find {1}::${2}['{0}'], Active Record relationship definition for property "{0}" not found in entries of {1}::${2}.
+ar_invalid_relationship = Invalid active record relationship. \ No newline at end of file