Banshee
the secure PHP framework

Page library

Properties

  • module (r): Contains the name of the selected module.
  • url (r): Contains the URL of the current request.
  • page (r): Contains the name of the requested page.
  • type (r): Contains the view type of the selected module. Example: if the selected view file is page.txt.xslt, this value contains 'txt'.
  • pathinfo (r): An array holding the path elements of the URL.
  • ajax_request (r): Returns true is the current request is an AJAX request.
  • is_public (r): Returns true if the selected module is a public module.
  • is_private (r): Returns true if the selected module is a private module.