MVC functions

  • config()
  • theme()
  • module()
  • page()

Usage:

<?php page()->getValue(‘pageTitle’); ?>

Parameters available for config():

  • SystemName
  • SystemLogoFilename
  • InstitutionName
  • InstitutionAbbreviation
  • InstitutionLogoFilename
  • GeneralSupportEmailAddress
  • GenerealSupportPhoneNumber
  • SystemTheme
  • DefaultEMSRegistrationURL

In addition, the following functions are available:

  • getPage($module, $action)
  • getPageParent($parent)
  • getTheme()
  • getSystemName()
  • getModule($moduleProgrammaticName)
  • getCMSCategories()
  • getConfigurationValues($xpath)
  • getDefaultEMSRegistrationURL()

Parameters available for theme()

  • ?

Parameters available for module()

  • FullName
  • ProgrammaticName
  • ShortName
  • Abbreviation
  • DescriptionCMSCategory
  • ModuleTheme
  • ModuleEmailAddress
  • ModulePhoneNumber
  • ModuleContacts

Parameters available for page()

  • Title
  • PageModule
  • PageAction
  • PageParent
  • PageTheme
  • PageTemplate
  • PageDescription
  • PageCMSCategories
  • PageLegacyPath
  • PagePermission
  • PageShowInMenu

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>