Advertisement
enkuso

symfony mant to many relation order

Nov 6th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.19 KB | None | 0 0
  1. Gallery:
  2.   columns:
  3.     title: string(255)
  4.   relations:
  5.     Images:
  6.       local: id
  7.       foreign: gallery_id
  8.       foreignAlias: Gallery
  9.       type: many
  10.       orderBy: position DESC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement