Hi guys,
After experimenting with your advice and ideas I've found the solution
that was in fact very simple. For example for a list of databases:
In the model I would declare just :
var $useTable= false;
and in the controller I would do:
$this->Myadmin->query('SHOW DATABASES');
and it worked!
Thank you again for your advice.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---