Coder Social home page Coder Social logo

cfx's Introduction

CFX

The CFX framework, (forked from the WYF Framework) is a framework that has been put together over the past couple of years. Although it was built for a particular project, it is quite general enough to apply to other projects.

I find it old and "cranky" .... but you'll definately find a time where it would be quite useful to you. It's not a one size fits all kind of framework. Its main aim is to help build those database driven apps where you have views, lots of complex forms and reports. In actual sense it's a partially built application and all you do is to code your modules in.

Basic Architecture

The CFX Application Framework is somehow Object Oriented and it exhibits some basic model-view-controller (MVC) characteristics.

The framework provides API's which aid in:

  • Interfacing with the PostgreSQL database
  • Object Relational Mapping of Database Tables
  • Form generation and validation.
  • Views or lists generation and manipulation.
  • Report Generation
  • Testing through the PHPUnit test automation framework.
  • User Access control and authentication.
  • Logging and audit trails
  • Any other things I forgot

Some limitations

The following things have been the pain of many developers who have worked with this framework:

  • It only works with postgresql (for now)
  • It hurts to theme your application (you can however mess with the css that ships with the framework)
  • You may have to write classes with long names like SystemSetupUsersRolesController ... smh

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.