When I got to the build-model step, the ORM only created two files for each database table. I have a Jobeet[tablename].php and Jobeet[tablename]Peer.php file for each table name. But the tutorial said that I should have four files for each table.
When I look in, for instance, JobeetAffiliate.php has the following:
"
<?php
class JobeetAffiliate extends BaseJobeetAffiliate
{
}
"
There isn't even a closing php tag.
Am I the only one that had this problem?
