Table Of Contents

1
Get Started with the Framework
Opendelight is easy to use for your PHP application development and offers an easy learning curve to build and manage your apps.
Last updated on: Apr 24, 2021
2
Overview of Opendelight Architecture
An introduction to the concepts of Opendelight (Version 1).
Last updated on: Apr 22, 2021
3
Opendelight Objects, Arrays and Libraries
The execution of code on an Opendelight application depends on three aspects - its objects, arrays and libraries.
Last updated on: Apr 22, 2021
4
Opendelight Application Database Structure
When we install the Opendelight, seven database tables are created.
Last updated on: Apr 23, 2021
5
Opendelight Application File Structure
The Opendelight reinforces the correct development paradigm through different prescriptions and architectural procedures. Having a clear dir
Last updated on: Apr 24, 2021
6
Controller in Opendelight
A Controller is a PHP file that takes the HTTP request and manages the execution path of the application (instance of the application) at the server-side.
Last updated on: Apr 24, 2021
7
Event in Opendelight
An event refers to an application instance.
Last updated on: Apr 24, 2021
8
Model in Opendelight
Model refers to the business logic part of the application.
Last updated on: Apr 24, 2021
9
View in Opendelight
The View refers to the part of the application that is responsible for UI.
Last updated on: Apr 24, 2021
10
Users and Roles in Opendelight
Users are entities who will access the application after it is created.
Last updated on: Apr 24, 2021
11
Overview of Opendelight IDE
The Opendelight IDE (Integrated Development Environment) is a web-based tool to develop and manage your application with the Opendelight.
Last updated on: Apr 24, 2021
12
Opendelight Coding Standards and Conventions
The Opendelight reinforces the correct development paradigm through the Opendelight IDE and a set of prescribed guidelines for development.
Last updated on: Apr 24, 2021
13
Installation and Upgrades of Opendelight
Installing Opendelight is quite easy and fast.
Last updated on: Apr 24, 2021
Report an Error