Skip to content
forked from CLSA/cenozo

Framework for building enterprise-based web applications.

Notifications You must be signed in to change notification settings

inglis-dl/cenozo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This document outlines Cenozo's organization.  For install instructions see doc/install.readme

api/
  This is where the programming interface belongs.  This includes all packages, classes, functions,
  settings, etc.

app/
  These files are needed to drive the application but are not part of the API.

aux/
  Any auxiliary files which are needed by the software go here.

doc/
  All documentation for Cenozo is found here including the phpdoc generated API documentation
  and design documents.

sample/
  Includes all files necessary to create a Cenozo application.

sql/
  This is where all sql needed to install the application belongs.  This includes database schemas,
  default data, etc.

tpl/
  This is where display templates belong.  This includes twig templates, xslt, etc.

web/
  This is the public web directory that a web server usually links to.

About

Framework for building enterprise-based web applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.7%
  • JavaScript 1.7%
  • Other 1.6%