1 2 3 4 5 6 7 8 9
<?phpclass Host extends ActiveRecord\Model{ static $has_many = array( 'events', array('venues', 'through' => 'events') );}?>