Hi,

I am a newbie to cake. I just read cake's manual and have a quick
question:

class User extends AppModel
{
    // Its always good practice to include this variable.
    var $name = 'User';

what does this $name mean? is it mandatory? Can I name it something
else? If I do not have this variable, how shall I make a reference to
this mode in future?

Thanks,


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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