Changeset 4339 for trunk/tests/models
- Timestamp:
- 05/06/08 22:03:31 (8 months ago)
- Location:
- trunk/tests/models/cms
- Files:
-
- 1 added
- 1 modified
-
CmsArticle.php (added)
-
CmsUser.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/models/cms/CmsUser.php
r4338 r4339 10 10 $class->hasMany('CmsPhonenumber as phonenumbers', array( 11 11 'local' => 'id', 'foreign' => 'user_id')); 12 $class->hasMany('CmsArticle as articles', array( 13 'local' => 'id', 'foreign' => 'user_id')); 12 14 } 13 15 }