Changeset 3926
- Timestamp:
- 03/04/08 20:06:50 (16 months ago)
- Files:
-
- 1 modified
-
branches/0.10/manual/docs/en/relations.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/manual/docs/en/relations.txt
r3861 r3926 684 684 public function setUp() 685 685 { 686 $this->index(' product_id', array('fields' => 'user_id'));686 $this->index('user_id_idx', array('fields' => 'user_id')); 687 687 688 688 $this->hasOne('User', array('local' => 'user_id',