PageRenderTime 52ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/application/modules/bases/views/index.php

https://bitbucket.org/matyhaty/senses-designertravelv3
PHP | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | 96a2402bce047e5aa6b9f77e728b44d9 MD5 | raw file
Possible License(s): LGPL-2.1, GPL-2.0
  1. <?php
  2. echo '<b style="display:block">User</b>'; // cool html lol
  3. print_r($user);
  4. echo '<b style="display:block">Messages - all of the users messages!</b>';
  5. print_r($messages);