Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Created May 2, 2012 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coreymcmahon/2576062 to your computer and use it in GitHub Desktop.
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
<!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