CS300 project-1-1516, group 6
####CODE PRINCIPLE:
- must include config file at the begin of file as followed:
- include the nessary file using require_once or include:
- include the href link or src link by called CONFIG:
... |
---|
- PLEASE PLACE CODE IN RIGHT DIRECTORIES: | -database: for database files | -includes/view: templates, part of html/php files | -includes/class: class object | -includes/function: global function | -js: javascript, jquery code | -lib: libraries | -media/image: images | -public_HTML: php, html code | -style: css files | --------------------------------------------------------|