Advertisement
bkuhns

Untitled

Sep 13th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. class Student extends AppModel {
  3. public $belongsTo = array(
  4. 'Course' => array(
  5. 'key' => 'course_id'
  6. )
  7. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement