################################################################################
################################### DEV GUIDLINES ##############################
################################################################################
# @Name : _dev_guidlines
# @Function : File to help GestSup developpers
# @Rev : 01
################################################################################


1 - Web Dev Access
 	contact by MP

2 - Structure versionning
	> For each version:
		- SQL file in ./_SQL/update_3.0.8_to_3.0.9.sql, contain all database modification 
		- Changelogfile in ./changelog.php with the name of version, update and bugfix list and "CURRENT DEV" description of current developpement for this version.
		- for the publication, all main functions must be test, and an admni post update.

3 - SQL desription
	> all tables are prefix by "t"
	> Application parameters is in tparameters
	
4 - Directory description 
	> /core: all files whithout text display
	> /upload: contain directory with ticket id with atched files
	
5 - Web template
	> web template is available at http://dev.gestsup.fr/workspace/ACE_template_12/

6 - Rules for each modifications
	> each new function must be disable by parameters
	> each new item in ticket page must be disable by the right list.
	> in head of your php file, modify the author with your name and current date
	> in ./changelog.php file, add in section bugfix or update the description of your update and all files modify.
	