Skip to content
Jacob Rogaishio edited this page Mar 8, 2014 · 1 revision

Below are the available functions for the core:

  • get_PARENT() - Returns the p GET data
  • get_CHILD() - Returns the c GET data
  • get_TYPE() - Returns the type GET data
  • get_ACTION() - Returns the action GET data
  • get_FILTER() - Returns the f GET data
  • get_CONN() - Returns the database connection object
  • get_LINKFORMAT() - Returns the link format from the "sites" settings
  • get_LOG() - Returns the system log object (Check the log page of this wiki for available methods)
  • getScope($scopeName) - Returns the object in the scope. See scopes in this wiki for available scopes
  • addToScope($obj) - Adds an object to the scope. The object class name is added as the index name
  • render($name) - Includes a file with $name.php to the page. The file must be located in views/

Clone this wiki locally