Jitsi Live Class Addon
Academy LMS
Developer Guide
Copyright 2021 Creativeitem. All rights
reserved.
Source Code Structure:
We followed the standard MVC structure within the powerful
Php Codeigniter framework to develop.
Structure of Live Class Addon:
Controllers
- Jitsi_liveclass.php: This is the
controller we used for this addon.
As the name suggests, it controls
all the functions.
Models
- Jitsi_liveclass_model.php:
This is the model that has all the
database relational code in this
addon.
SQL
- [Link]: If an addon
requires modifications on an
existing database this file comes to
play the role.
Views
- jitsi_live_class.php
: The view file we used for this addon.
[Link]: This is the skeleton of
an addon. It contains the core data. It
also describes all the actions made
during installation. So do not change
anything here.