- Overview of Batoi RAD Framework Architecture
- Batoi RAD Framework Objects, Arrays And Libraries
- Batoi RAD Framework Application File Structure
- Controller in Batoi RAD Framework
- Batoi RAD Framework Application Database Structure
- Event in Batoi RAD Framework
- Model in Batoi RAD Framework
- View in Batoi RAD Framework
- Users and Roles in Batoi RAD Framework
- Overview of Batoi RAD Framework IDE
- Batoi RAD Framework Coding Standards and Conventions
- Get Started with the Batoi RAD Framework
- Glossary of Terms Used in Batoi RAD Framework
- Installation and Upgrades of Batoi RAD Framework
Batoi RAD Framework Application Database Structure
When we install the Batoi RAD Framework, seven database tables are created with names as
*od_* as below. These tables store application information and are critical to applications created with the Batoi RAD Framework.| Table Name | Description | Fields along with attributes and explanation |
|---|---|---|
*od_controller |
Stores module information |
|
*od_event |
Stores event information |
|
*od_config |
Stores user defined application configurations |
|
*od_pagevars |
Stores pagevar array keys |
|
*od_user |
Stores essential user information |
|
*od_role |
Stores role information |
|
*od_sys |
Stores system information |
|
During the course of development, developers add more tables depending on the scope of application.
RAD Core (Classic)