Installing the Dashboard
Installing the Dashboard is pretty basic. It requires a few PHP files transfered to the server and a few changes made to the config.php file.
Step-by-Step installation:
| Folder placement of the amfphp folders and files. If you are using a virtual server things get a little tricky. |
![]() |
| Basic logic of how the Dashboard works. The username and password we provide you is used when you log into the Dashboard. Once you have authenticated succeffully, the Dashboard uses the PHP files on your server to read and display your Moodle data. |
![]() |
| config.php in the amfphp/services/dashlite folder should be set to your Moodle config file settings. This is to allow the PHP files in the in the dashlite folder to read the data from your Moodle database and display the content in the Dashboard. This is only a READ action. No updates or changes are made to you data. As can be seen from the demo, the Dashboard does not have any UPDATE or INSERT functionality. |
<?php /**
/* $mysql = mysql_connect($dbhost, $dbuser, $dbpass); ?> |
For more information about the iLite Dashboard or Mobile Moodle, please send an email to info@ilite.co.za