Certainly. My tables is just called comments. Here is my Comment
Model:
<?php
class Comment extends AppModel {
var $name = 'Comment';
var $actsAs = array('Commentia');
}
?>
My table structure looks almost identical to the one on your blog but
I did add some extra fields (IP address, model).
On Jul 5, 5:34 am, Miles J <[email protected]> wrote:
> May I see your $actsAs?
>
> And what are the names of your comments table and the model you are
> attaching this to.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---