Login

    Register

Managed Hosting

PROJECT CATEGORIES

 

pluginMan
Project Home Wiki Known Issues Contact Project

Author: Marco Betschart (All RIAForge projects by this author)
Last Updated: August 11, 2010 7:41 AM
Version: 0.1
Views: 2,213
Downloads: 122
License: GPL (GNU General Public License), Version 2

Description:

pluginMan loads CFC's into your Framework One application, so that you can use them as plugins.

To work with plugins, you have to place the "plugins" folder in your webroot. You may copy then all of your plugin components into this folder.

To load the plugins into FW/1, you have to execute the init method of the manager (plugins.pluginman) on every request. Don't worry, the manager will cache your plugins.

To call a plugin method inside your Application.cfc or a view / layout, just use pluginName.pluginFunction().

Inside a controller you have to call variables.fw.pluginName.pluginFunction().

Requirements:

ColdFusion 8.0.1 / 9.0
Railo 3.1.x

Issue Tracker:

This project has an external bug tracker. You can find it here:
http://www.assembla.com/spaces/pluginman/tickets

Source Control Access:

This project hosts its source control at an external location:
http://subversion.assembla.com/svn/pluginman