I’m having trouble working through a tutorial and I’m not sure why…
I’m getting this error…
Parse error: syntax error, unexpected T_ENDFOREACH in /Applications/MAMP/htdocs/tut_blog/app/views/posts/index.ctp on line 15
here is the file
View All Posts
Title | Body |
---|---|
<?php echo $post['Post'] ['title']; ?> | <?php echo $post['Post']['body']; ?> |
any suggestions?