You don't need to do much in your model, the skeleton layout for a
model is simply this

<?php

class User extends AppModel
{
        var $name = 'User';
}

?>

Then you can define your associations along with that. But other than
the above you don't need anything more.

What are you trying to do?

On Oct 7, 9:48 am, Comida411 <[EMAIL PROTECTED]> wrote:
> I am new to CakePHP and I am building my models from y mysql..
> manually  ... isn't there an tool that will write my models once fed
> my mysql? thank you
> tired of typing


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