Class BackendController

Description

BackendController class

Located in /inc/controller/BackendController.php (line 31)


        
                    
Class Constant Summary
 SYSTEM_SALT = 'Mv7DAYvR782k5PgANTYG262P3h6b4p757e2k2jA788ESdAHKP2wBfV93SK3u87Ks'
 VERSION = "0.3.0"
 VERSION_DATE = "2012-09-10"
Method Summary
Methods
Constructor BackendController (line 84)

Constructor

  • access: public
void BackendController ()
backendOutputAction (line 107)

This method assigns needed content to our template engine and renders the template.

  • access: public
void backendOutputAction ()
headTagAction (line 579)

Print out head-tag in index.php

  • return: head-tag
  • access: public
Complete headTagAction ()
logoutAction (line 601)

This action logs the user off

  • access: public
void logoutAction ()
sessionAction (line 550)

Method to initialize login session

  • access: public
void sessionAction ()
versionInformationAction (line 564)

Print out version-information in index.php

  • return: information comment
  • access: public
Version versionInformationAction ()
Class Constants
SYSTEM_SALT = 'Mv7DAYvR782k5PgANTYG262P3h6b4p757e2k2jA788ESdAHKP2wBfV93SK3u87Ks' (line 76)
  • var: SYSTEM_SALT System Salt for bcrypt hashing
VERSION = "0.3.0" (line 66)
  • var: VERSION Constant for system version
VERSION_DATE = "2012-09-10" (line 71)
  • var: VERSION Constant for version date