I’m just messing around, trying to work through a tutorial but I’m getting an error I can’t figure out.
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 ideas???