Simple-web-fw
Simple-web-fw is a simple highly modular framework for building websites and web-applications based on JavaScript and PHP.
The aim is to generate the client- and server-side part at once, while taking care of different versions with respect to localization and design variations.
The following tools are used (optionally):
There are no other dependencies.
All code is pure JS/PHP code.
Web-Modules
Web-Modules are components that add a specific functionality to a web-application based on simple-web-fw. Each Web-Module serves a specific task, which may involve server side as well as client side code. Typical tasks are database operations and user interactions like the submitting of a form. The complete code of a Web-Module is generated by bmc from an bmc-script.
Error Codes
| Error Codes | Description | Scope |
|---|---|---|
| from E100 to E199 | Basic Framework error codes | global scope |
| from E200 to E299 | Framework errors codes for modules | global scope |
| from E300 to E399 | Standard errors codes for modules | global scope (with module specific error message texts) |
| from E400 to E499 | Error codes for input value checks | global scope (with module specific error message texts) |
| from E500 to E599 | Module specific error codes | module scope |