Skip to content

Instantly share code, notes, and snippets.

@walesmd
Created April 26, 2009 20:10
Show Gist options
  • Save walesmd/102158 to your computer and use it in GitHub Desktop.
Save walesmd/102158 to your computer and use it in GitHub Desktop.
<?php
//views/debug/echo.php
?>
<h1>Debug</h1>
<pre><?php print_r($this); ?></pre>
<?php
// views/users/index.php
?>
<h1>All Users</h1>
<p>This partial would display all of our users.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment