This file is required to configure STDOUT MVC API / Console MVC API as well as providing an integration platform of other APIs via following tags:
Logical schema:
Developers can use different bindings from those provided by framework (components in red above), provided their class extends required prototype and lies in required folder:
XML Tag | Tag Attribute | Class Prototype | Folder |
---|---|---|---|
<resolver> | class | Lucinda\MVC\ViewResolver | src/ViewResolvers |
<route> | controller | Lucinda\STDOUT\Controller | src/Controllers |
<session> | handler | \SessionHandlerInterface | src/DAO |
Following tags are not related to STDOUT MVC API but required in APIs integration via event listeners:
Logical schema:
Developers can use different bindings from those provided by framework (components in red above), provided their class extends required prototype and lies in required folder:
XML Tag | Tag Attribute | Class Prototype | Folder |
---|---|---|---|
<resolver> | class | Lucinda\MVC\ViewResolver | src/ViewResolvers |
<route> | controller | Lucinda\ConsoleSTDOUT\Controller | src/Controllers |
Following tags are not related to STDOUT MVC API but required in APIs integration via event listeners: