Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1.   relations:
  2.     Patient:
  3.       foreignType: many
  4.       type: one
  5.     Facility:
  6.       foreignType: many
  7.       type: one
  8.     Owner:
  9.       class: sfGuardUser
  10.       foreignType: many
  11.       type: one
  12.       local: owner_id
  13.       foreign: id
  14.       foreignAlias: Events
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement