though, whilst looking through the code of the constructor function of
the model, there is no way around this...
model class:
00349         if ($table === false) {
00350             $this->useTable = false;
00351         } elseif ($table) {
00352             $this->useTable = $table;
00353         }

which this means that any ClassRegistry::init() call must have the
tables name if it is different from the model's class name. Is this
correct? Er, that's not so nice.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to