Configuration

Configuration keys for the Solar_Controller_Front class.

classes

  • (array) Base class names for page controllers.

  • Default: array ( 0 => 'Solar_App', )

disable

  • (array) A list of app names that should be disallowed and treated as "not found" if a URI maps to them.

  • Default: array ( )

default

  • (string) The default page-name.

  • Default: null

routing

  • (array) Key-value pairs explicitly mapping a page-name to a controller class (static mapping).

  • Default: array ( )

rewrite

  • (array) Rewrite URIs according to these rules (dynamic mapping).

  • Default: array ( )

replace

  • (array) Replacement strings for rewrite rules.

  • Default: array ( )

explain

  • (bool) Dump an explanation of the routing path when a page is not found.

  • Default: false



Local