Created
April 26, 2009 20:10
-
-
Save walesmd/102158 to your computer and use it in GitHub Desktop.
This file contains 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
<?php | |
//views/debug/echo.php | |
?> | |
<h1>Debug</h1> | |
<pre><?php print_r($this); ?></pre> |
This file contains 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
<?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