creating a separate controller for playouthistory templates.

This commit is contained in:
Naomi 2013-08-28 18:25:46 -04:00
parent 5aa983be36
commit 653a6384b9
14 changed files with 217 additions and 162 deletions

View file

@ -1,10 +1,5 @@
<?php
define('UTYPE_HOST' , 'H');
define('UTYPE_ADMIN' , 'A');
define('UTYPE_GUEST' , 'G');
define('UTYPE_PROGRAM_MANAGER' , 'P');
class Application_Model_User
{
private $_userInstance;