From 595a0acc2554da4c4c52f065dc76893c241f2624 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 1 May 2007 00:27:01 +0000 Subject: Add comments to active record relationships, add semi-colon to js files. --- framework/Data/ActiveRecord/Exceptions/messages.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework/Data/ActiveRecord/Exceptions/messages.txt') 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 -- cgit v1.2.3