• MODX.com

    3,619 downloads

SIMPLX Controller

SIMPLX Controller is an extra by larscwallin, first released on 2012-01-25.

Package Description

Bug fixes:

Routing on Request headers is now working again :)

Updates:

Included a dependency to the Simplx Request package. This is self-resolving so its nothingyou need to worry about. Just makes it possible for me to update the Request extra withoutaffecting the Controller.

Load and loads of changes!

- Routing on any value in the Request Message.

- Support for Regular Expression matching in all fields.

- Possibility to set Routing Tables individually for System Events.

- Possibility to call the Controller as a Snippet.

Example of REST Routing Table

{  

  "contexts":{

      "web":{

          "constraints":{

               "path?/modResource/i":{

                     "rules":{

                          "method":{

                               "conditions":{

                                    "GET":"simplx.modapi.modresource.get",

                                    "POST":"simplx.modapi.modresource.create",

                                    "PATCH":"simplx.modapi.modresource.save",

                                    "DELETE":"simplx.modapi.modresource.delete"

                                 }

                           }

                       ...

Usage/Installation Instructions

Installing

1. Download using Package Management.

2. Go to the simplx_controller Plugin/System Events

3. Set Property Set for the onManagerPageInit/onWebPageInit Events to use the Default set.   

4. Look at the Routing Table Chunk "simplx.controller.routingtable.query.id", which is the default table.

5. Patiently await more documentation ;)

Details

Developer(s)
larscwallin
Released
2012-01-25
First seen
2012-01-25
License
GPLv2
Supported databases
Minimum MODX Requirement
2.0

SIMPLX Controller Releases

Vendor Signature Released on
MODX.com 0.8-beta4 2012-01-25 (12 years ago)