Live Class Bundle
Academy LMS
Developer Documentation
Copyright 2023 CreativeItem.All right reserved.
Source Code Structure:
We followed the standard MVC structure within the robust
Php Codeigniter framework to develop.
Structure of Live Class Addon:
Controllers
● Liveclass.php: This is the
controller we used for this addon.
As the name suggested, it controls
all the functions
Models
● Liveclass_model.php: This is
the model that has all the database
relational code in this addon
Sql
● update.php: If an addon requires
modifications on the existing
database then this file comes to
play the role
Views/backend
● live_class.php: The view file we
used for this addon
Config.json: 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.