0% found this document useful (0 votes)
11 views2 pages

Developer Documentation

Uploaded by

tamer mahfouz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

Developer Documentation

Uploaded by

tamer mahfouz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like