My plan is to create a temporary table using the $this->Model->query(); method then load it as a Model but I\'m getting an error staying \"Missing Database Table\". Turning
$tmpModel = 'TempModel'; // CamelCase
also try, ClassRegisty::init($tmpModel);
ClassRegisty::init($tmpModel);
final issue may be cache. but dont think so