• MODX.com

    940 downloads

Simplx Mirage

Simplx Mirage is an extra by larscwallin, first released on 2014-11-06.

Package Description

BETA 2

Usage/Installation Instructions

Simplx Mirage is simple to install.

  • Install using Package Management
  • Execute the simplx.mirage.setup Snippet (very important) by adding it to a page and visiting the page using your browser (to much information? ;)
  • Go into System Settings and search for mirage. You will find two Setting items

    • simplx.mirage.object.viewname - The name of the Mysql view which is used by Mirage
    • simplx.mirage.setup.hasrun - A boolean flag indicating if setup was run successfully
  • To use, Include require_once($modx->getOption('core_path').'/components/simplx/mirage/simplx_mirage.php'); in any Snippet, Plugin or php file.

  • Optionally turn on debugging output for each of the Mirage components while developing by adding the following code to your Snippet, Plugin or file.

Simplx_Mirage::$_debugmode = true; 

Simplx_Mirage_Class::$_debugmode = true; 

Simplx_Mirage_Object::$_debugmode = true;

  • All things should be good to go!

Details

Developer(s)
larscwallin
Released
2014-11-06
First seen
2014-11-06
License
GPLv2
Supported databases
MySQL
Minimum MODX Requirement
2.2

Simplx Mirage Releases

Vendor Signature Released on
MODX.com 1.0-beta2 2014-11-06 (9 years ago)