I was installing the Comments Component from CakeDC ( 
https://github.com/CakeDC/comments
)

But I have a strange error with Cakephp 1.3, my Controller refuses to
import my Model Behavior, i dont know if its an error of Inflector
Name to access the correct Behavior Class name but look at this =

in my controller i have:
public $components = array('RequestHandler','Comments.Comments' =>
array('userModelClass' =>  'User'));

and the cake classes transform into
"app\models\behaviors\comments.commentable.php"
and the expected name of the behavior:
"class Comments.CommentableBehavior"

as you can see it adds a dot point before my Behavior Name.

Any recommendations, or ideas are welcome.



-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to