Elintegro Rapid Framework Wiki
Brought to you by:
elintegro
ERF is a Entity Relationship and SQL-driven approach to web applications.
IN ERF, the design of any functionality starts by building an entity-relationship diagram and creating SQL statements that reflect how the data is stored and thus displayed. Then client side controls are defined and are persisted to each field of the SQL statement
The main idea of ERF is to create robust applications that don't require extensive programming to create, read, update and delete your data.
In ERF, we develop client side controls that interact with SQL queries and can easily be customized for your specific application.
The aim is to make developing web applications a breeze, and focus on the important stuff - your busienss and functionality needs!