Important to add these two properties in your controller to make it work:
var $uses = array();
var $components = array('RequestHandler');
So this way you won't get errors like:
- Error: Database table seos for model Seo was not found.
- Undefined property: SeoController::$RequestHandler
Gr, Paul Edenburg