2017 © Pedro Peláez
 

library libra-module-manager

Add management of module ant their status to Libra CMS

image

libra/libra-module-manager

Add management of module ant their status to Libra CMS

  • Saturday, September 14, 2013
  • by duke
  • Repository
  • 1 Watchers
  • 0 Stars
  • 951 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Libra Module Manager

Description

This module was created to enable/disable modules through admin panael.
But now you can use it to detect present modules. class_exists('Namespace/ModuleName') isn't suitable hence such class can be loaded by autoloader namespaces or classmap and won't be loaded., (*1)

Usage:
use LibraModuleManager\Module as ModuleManager;
// ...

        if (ModuleManager::isModulePresent('LibraLocale')) {
        // do some tasks
        // ...
        }

This function detect if module (was/will be) loaded in current application., (*2)

The Versions

14/09 2013

dev-master

9999999-dev http://www.ejoom.com/libra-cms/

Add management of module ant their status to Libra CMS

  Sources   Download

The Requires

  • php >=5.3.3

 

by Vitalii Nagara

zf2 cms zendframework zf libra

14/09 2013

1.0.0

1.0.0.0 http://www.ejoom.com/libra-cms/

Add management of module ant their status to Libra CMS

  Sources   Download

The Requires

  • php >=5.3.3

 

by Vitalii Nagara

zf2 cms zendframework zf libra