├── .gitignore
├── .idea
└── vcs.xml
├── README.md
├── academics.php
├── admininsert.php
├── attendance.php
├── changepassword.php
├── css
├── bootstrap.min.css
└── style.css
├── details.php
├── dtmarks.php
├── editdetails.php
├── entry.php
├── form.css
├── header.php
├── home.php
├── images
└── Logo.png
├── includes
├── _notes
│ └── dwsync.xml
├── connection.php
├── constants.php
├── create.php
├── footer.php
├── form_functions.php
├── functions.php
├── header.php
└── session.php
├── index.php
├── insertattendance.php
├── insertdt.php
├── insertfee.php
├── insertmonthly.php
├── insertsubjects.php
├── js
├── New Text Document.txt
├── bootstrap.min.js
├── jquery-1.11.0.min.js
├── jquery-1.6.4.min.js
├── jquery.leanModal.min.js
├── jquery.min.js
├── leanModal-modified-for-onload.js
├── multifield.js
├── validator.js
└── validator.php
├── leftnavbar.php
├── login.php
├── logout.php
├── marks.php
├── paidclass.php
├── paidfee.php
├── payfee.php
├── resetpassword.php
├── school.sql
├── search.php
├── showimage.php
├── subjects.php
├── substaff.php
├── test.php
├── unitmarks.php
└── vehicle.php
/.gitignore:
--------------------------------------------------------------------------------
1 | # Created by .ignore support plugin (hsz.mobi)
2 | ### Example user template template
3 | ### Example user template
4 |
5 | # IntelliJ project files
6 | .idea
7 | out
8 | gen
9 | .xml
10 |
--------------------------------------------------------------------------------
/.idea/vcs.xml:
--------------------------------------------------------------------------------
1 |
2 |