From c043b5e17c505321f02b7c0a525b704914c0d33d Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 12 Dec 2017 11:55:23 +0530 Subject: [PATCH] added db name in constant --- Apollo/api/application/config/constants.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Apollo/api/application/config/constants.php b/Apollo/api/application/config/constants.php index ce284965..d2cb6063 100755 --- a/Apollo/api/application/config/constants.php +++ b/Apollo/api/application/config/constants.php @@ -110,6 +110,14 @@ defined('STUDENTS') OR define('STUDENTS','T_StudentDetails'); defined('ANNOUNCEMENT') OR define('ANNOUNCEMENT','T_AnnouncementDetails'); defined('ACTIVITY') OR define('ACTIVITY','T_ActivityMaster'); defined('ACTIVITY_STATUS') OR define('ACTIVITY_STATUS','T_Activity_Status'); +defined('ANSWER_BOOKLET') OR define('ANSWER_BOOKLET','T_AnswerBookletStatus'); +defined('APPLICATION_STATUS') OR define('APPLICATION_STATUS','T_ApplicationStatus'); +defined('CERTIFICATION_STATUS') OR define('CERTIFICATION_STATUS','T_CertificationStatus'); +defined('STUDENTS_FEES_STATUS') OR define('STUDENTS_FEES_STATUS','T_Students_Fees_Status'); +defined('STUDENTS_FEES_PAID') OR define('STUDENTS_FEES_PAID','T_Students_Fees_PaidDetails'); +defined('STUDY_MATERIAL_STATUS') OR define('STUDY_MATERIAL_STATUS','T_StudyMaterialStatus'); +defined('CERTIFICATION') OR define('CERTIFICATION','T_CertificationMaster'); + //end of database table name