Created
May 2, 2012 11:54
-
-
Save coreymcmahon/2576062 to your computer and use it in GitHub Desktop.
Ugly non-templated version of some dynamic view code - http://www.symfonycentral.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head><?php echo $this->title; ?></head> | |
<body> | |
<?php foreach ($this->article as $article): ?> | |
<?php echo $article->getBody(); ?> | |
<!-- and so on and so on... --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment