I found a typo in Akelos trunk: file: lib/AkActiveRecord/AkDbAdapter.php line 384
function availableTables()
change this if (($available_tables = AkDbSchemaCache::get('avaliable_tables')) === false) { to this if (($available_tables = AkDbSchemaCache::get('available_tables')) === false) {
Keep the good work!
CommentAuthorbermi
Thanks for reporting, Luckily there were 2 typos on get & set so the code worked properly :)