dev-master
9999999-dev http://github.com/i-lateral/silverstripe-usersProvide CMS functionality to Framework modules
BSD-3-Clause
The Requires
framework cms silverstripe connect
Provide CMS functionality to Framework modules
Module that acts as a connector for framework only modules, allowing them to benefit from CMS Code (such as $SiteConfig, $Menu etc)., (*1)
This is intended to help with framework only modules that might be added to a CMS installed site., (*2)
Currently this module is designed to allow you to provide additional functionality to your controllers by providing Content Controller methods via an extension class., (*3)
You can add these methods by extending your controller, either in _config.php, (*4)
Your_Controller::add_extension("Middleman_Controller");
Or in your config.yml, (*5)
Your_Controller: extensions: - Middleman_Controller
Provide CMS functionality to Framework modules
BSD-3-Clause
framework cms silverstripe connect