funky-framadate-front/doc/TECHNICAL.md
Yannick Francois 50e56a0396 Récupère l'ancien framadate
à la racine, quand on lance le serveur, on a le framadate tel qu'il est aujourd'hui

en ajoutant  sur l'url, on accède à la maquette interactive dans son état actuel
2018-11-30 11:20:25 +01:00

14 lines
508 B
Markdown

# Main language
The main language of framadate is PHP.
# Treeview of the project
To understand what is the purpose of each page, may be you can look in the [Tree view](TREEVIEW.md) documentation.
# Smarty - template engine
The template engine [Smarty](www.smarty.net) is used for the dynamique pages.
# Database
The database is available throught the class **FramaDB**, to use it you should use the object _$connect_ which is created by the file _init.php_.
This file init.php is included in each page.