<?php #### START AUTOCODE class Person extends LumineBase { var $__tablename = 'persons'; var $__database = 'lumine_example'; var $idperson; var $name; var $age; var $eyecolor; var $cars = array(); // one-to-many #### END AUTOCODE } ?>