i am sure some experienced one can help me fast :) im currently reproducing the screencast and until the adding of comments all works find. but i cant manage to get the comments displayed. did all as shown in the cast. also i dont understand how the connection between the post and the comment should be readed. when i dump the whole post object there is also no comment shown.
would be nice if anybody could help me out :)
CommentAuthorkonus
don't forget the line in post_controller.php
var $models = 'post, comment';
CommentAuthorGKSR
Is it post_controller.php Because in the blog screencast, there was no file generated with the name post_controller.php in app/controllers
CommentAuthorkonus
Excuse me, you're right is blog_controller.php (like in screencast time 15:47-16:27)