Changeset 283 for trunk/trax/vendor
- Timestamp:
- 02/17/07 01:54:28 (5 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/active_record.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/active_record.php
r281 r283 679 679 if(!is_null($other_object_name)) { 680 680 $other_class_name = Inflector::camelize($other_object_name); 681 $other_table_name = Inflector::tableize($other_object_name); 681 682 } else { 682 683 $other_class_name = Inflector::classify($other_table_name);
