dLab is an open-source, web-based clinical laboratory information. system
Pull the repository to your local machine. Edit the model/Host.php file using your credentials and then export "./database.sql" into your phpMyAdmin. Go to your browser and from the URL bar access the main folder. The default acount is:
Username: admin
Password: adminUsername: admin
Password: adminThere are 3 major folders for the project: model, controller, and view.
./modelIt contains the 3 main classes:
Basic.php - All the basic functionality Settings.php - Extended settings functionalityHost.php - Contains the database credentials and MySQL
execution function./controllersContains all the php pages witch are getting information from ./model classes, process the
information and send it to the templates files in ./view./viewContains all the Smarty templatesPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.