![]() |
|
|
|
pluginMan
Project Home • Wiki • Known Issues • Contact Project
Author: Marco Betschart (All RIAForge projects by this author) 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:
This project hosts its source control at an external location: |
Adobe and the Adobe product names are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.