/var/www/(Del)gepgroup.hk/php-activerecord/test/models/Host.php


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