You are going to at least write do some custom functions using
model::query() I would put it as a function in your model.

if that doesn't work you can bypass the model code and go one level
deeper and access your database singleton (datasource) this way:

$db =& ConnectionManager::getDataSource(ANY_MODEL_OBJECT->useDbConfig);

My .02


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to