Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Framework Zero

Lightweight framework for single purpose apps

I created this for tiny cf apps that do mostly one thing and need all the speed they can get while also having some shared convenience functions.

--

To use the framework:

  1. copy zero.cfc to you app or create a mapping to it.
  2. create an Application.cfc and extend this framework.

Example:

Application.cfc

component extends="framework.zero"{
}

If you need to manipulate stuff in onApplicationStart or onRequestStart, call the super.-method first.

Features

  • Config managment
  • Application flow
  • Helper methods (right now, just nil() to return null)

About

Lightweight framework for single purpose apps

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages