2017 © Pedro Peláez
 

silverstripe-module silverstripe-middleman

Provide CMS functionality to Framework modules

image

i-lateral/silverstripe-middleman

Provide CMS functionality to Framework modules

  • PHP
  • 0 Dependents
  • 7 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

Silverstripe Middleman

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)

Usage

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

The Versions

21/01 2016

dev-master

9999999-dev http://github.com/i-lateral/silverstripe-users

Provide CMS functionality to Framework modules

  Sources   Download

BSD-3-Clause

The Requires

 

framework cms silverstripe connect