We are trying...

So would this have a chance?

In model:

class Katch extends AppModel
{
        var $name = 'Catch';

And in controller
var uses = array('Catch')

Also wouldn;t we have to change every reference to the Catch model
($this->Catch... to $this->Katch) and all references to the data it
pulls out from ($data['Catch']['field'] to $data['Katch']['field']?

Just trying not to go down the long road of modding 5000 lines of code
till we know what works...


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