Example for API

This commit is contained in:
2018-12-13 11:05:57 +09:00
parent cce4b1f186
commit 0393733bcd
2 changed files with 17 additions and 6 deletions

View File

@ -8,6 +8,10 @@ abstract class BDTables {
// Ex : const ABONNEMENT = 'abonnement';
const LOGS = "logs";
const USER = "user";
const FAVORITE = "favorite";
const EXERCISE = "exercise";
const TRAINING = "training";
}
?>