On Fri, Feb 20, 2009 at 1:26 PM, rb <[email protected]> wrote: > > class CustAcctsController extends AppController { > var $name = 'CustAccts'; > var $uses = array('CustAccts', 'Schools');
Your models must be in the singular form. -- MARCELO DE F. ANDRADE (aka "eleKtron") Belem, PA, Amazonia, Brazil Linux User #221105 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
