Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Model_Adplacement extends ORM {
- protected $_belongs_to = array(
- 'adlocation' => array(),
- 'adunit' => array(),
- 'publisher' => array('model'=>'publisher', 'through'=>'publishers_users'),
- );
- // more stuff
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement