Question:cake's view files are stored in/app/View inside a folder named after the controller they correspond to .So for controller named PostController the view folderlocation will be
A /app/posts
B /app/views/Posts/
C /app/View/post/
D /app/View/posts/
+ AnswerB
+ Report