You can always state the tablename explicitly
->setTableName('im_a_control_guy');
The same goes for associations.
Is Akelos really clever enough to automagically apply English rules correctly, every time, for plurals?
no, not every time, but most of the time.
I can follow the rule without creating any stored procedures
that sounds positivistic.
anyway, for whatever reason you're supposed to avoid auto-incrementing ids, since Akelos relies on this in a way you had to clone the db-adapter class.
class myMysql_adapter...
function incrementsPrimaryKeyAutomatically() // must return false
function getNextSequenceValueFor($table) // must return the next valid Id
right now this would rely on using the branched-version of Akelos.
and from now on we should consider naming variables with the prefix variable. ;-)
1 to 5 of 5