Giter VIP home page Giter VIP logo

murafw1's Introduction

MuraFW1
------------------------------------------------------------------------------------------

INTRODUCTION
This is a base Mura CMS plugin using FW/1 as its application framework.  It's intended
to be used by experienced ColdFusion/CFML developers and those developers familiar with 
Framework One, or more commonly known as FW/1.


IMPORTANT NOTES
Assuming you've used FW/1 in the past, you'll need to know a few minor differences
between a typical FW/1 application and how it lives within Mura CMS. 

First of all, this plugin does use FW/1 subsystems. There are two primary subsystems 
at play here. One is 'admin' and the other is 'public'. This means your URLs will have 
either '?action=admin:your.view' or '?action=public:your.view'

Next, here are some of the more important files to be aware of and a little bit about
what they are.

fw1.cfc
This is the file that is typically known in FW/1 as '/org/corfield/framework.cfc' You
should be able to update this with the latest and greatest version available. No
modifications have been made to the file other than its name.

fw1config.cfm
This file contains 'variables.framework' which is used by both FW/1 and Mura. The most
important variable in this file is:	variables.instance.package = 'muraFW1';
You MUST enter the plugin's 'packageName' here and it MUST be the same as found in 
'/plugin/config.xml.cfm'  So please be sure to change 'muraFW1' to match your plugin's
packageName.  Another important variable to note is 
variables.framework.baseURL='useRequestURI';  Do NOT change this setting! This setting is
required in order for Mura CMS and FW/1 to coexist.

Application.cfc
This file extends fw1.cfc. Here is where you'll be able to edit common FW/1 methods
such as setupApplication(), setupSession(), setupRequest(), setupSubsystem() if needed.

pluginEventHandler.cfc
This file extends mura.plugin.pluginGenericEventHandler.  Here is where you can access
commonly used Mura 'events' such as onApplicationLoad(), onSiteRequestStart(),
onRenderStart(), etc.


ADDITIONAL RESOURCES
Mura CMS Project Home:		http://www.getmura.com
Mura Support:				http://www.getmura.com/index.cfm/support/
Mura Blog:					http://www.getmura.com/index.cfm/blog/
Mura Forum:					http://www.getmura.com/forum/
FW/1 Project Home:			http://fw1.riaforge.org
FW/1 Documentation wiki:	http://github.com/seancorfield/fw1/wiki
FW/1 Blog:					http://corfield.org/blog/archives.cfm/category/fw1
FW/1 Support:				http://groups.google.com/group/framework-one/

murafw1's People

Stargazers

Greg Moser avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.