I'm guessing this isn't possible, since "list" seems to be a reserved
class name in PHP (5.2.5).
class List extends AppModel {
var $name = 'List';
}
Parse error: syntax error, unexpected T_LIST, expecting T_STRING in /
var/www/app/models/list.php on line 3
Is there a way around this? I could, of course, rename my database
table and stuff ... but I really want to call it "list"!
- Colin
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---