Maybe you could change the bootstrap file and make the array name
dynamic of the controller that is being requested ?
$modelPaths = array('full path to models', 'second full path to
models', 'etc...');
$viewPaths = array('this path to views', 'second full path to views',
'etc...');
$controllerPaths = array('this path to controllers', 'second full
path to controllers', 'etc...');
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---