Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorthor0815
     
    hi there,

    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)

    Regards!