Can a model have multiple tables in CakePHP?
It can't have multiple tables at the same time..., but you might be able to modify the Model::useTable property to switch the model's table to a different one. Give it a whirl and let us know if it works.