Hi
When i set var uses in my controller:
var $uses = array('CategoryUser', 'Article','Category', 'User');
and override in function
$this->uses = array(Article, Category);
even if i set $this->uses = null;
function will be still work with models which i set in controllerso in my function i can use User's model why set uses variable in function doesn't work?? it do unnecessary queries, when i set DEBUG = 2 in cake's config file: DESCRIBE `users` 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 -~----------~----~----~----~------~----~------~--~---
