From d5eb713888715e8f18d2ccf508a8eb0b1a483ad1 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 24 Apr 2007 06:14:56 +0000 Subject: add active record Relations --- framework/Data/ActiveRecord/Exceptions/messages.txt | 2 ++ 1 file changed, 2 insertions(+) (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 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 -- cgit v1.2.3