To define one or more has many associations, set the has_many property.
has_many
<?php class Venue extends MvcModel { var $has_many = array('Event'); } ?>