Advertisement
salientdigital

KO3 ORM Relationships 2

Dec 27th, 2010
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. class Model_Adunit extends ORM {
  2.    
  3.     protected $_has_many = array(
  4.         'imageads'=>array(),
  5.         'textads'=>array(),
  6.         'adplacements'=>array()
  7.     );
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement