Refactoring, standardisation and small fixes

This commit is contained in:
Ismo Vuorinen
2013-07-15 19:25:39 +03:00
parent a4bdf517cb
commit 4bb689166d
8 changed files with 47 additions and 119 deletions

View File

@@ -3,9 +3,11 @@
<div class="large-12 columns">
<div class="panel">
<pre><?php
if (empty($user)) {
$user = new stdClass();
}
var_export($user);
?></pre>