commit db table name in constant
This commit is contained in:
parent
92f17772e7
commit
f20dcdfbd0
@ -108,6 +108,8 @@ defined('BATCH') OR define('BATCH','T_BatchMaster');
|
||||
defined('STUDENTCOURSE') OR define('STUDENTCOURSE','T_Student_CourseDetails');
|
||||
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');
|
||||
|
||||
//end of database table name
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user