Hi,
congratulations for the project. Really well done!
Structure:
htdocs
|
|------users
|
|------index.php
|------ **all files**
|-----calendar
|
|----------- **all files and directories of easy!appointments **
I've a intranet website. When I click an element of menu an ajax call return html code and it is insert in a wrapper.
I would insert backend of easy!appointments in this wrapper, but it doesn't recognize JS files (obviously).
What is the best way to implement it?
I would make changes in backend controller. Do I have to create a new controller that extend backend controller (class MY_Backend extends Backend)?
Thank you