noalyss  Version-6.7.2

Introduction

This parts contains documentation for developpers

Convention de codage

Some coding conventions to have a homogene code

  1. Reuse the existing code ,
  2. Improve and check that the function is still working
  3. Make documentation thanks doxygen tag
  4. In the folder include: filenames ending by *.inc.php will be executer after being included
  5. Dans le répertoire include: Les noms de fichiers sont *.php pour les fichiers contenant des fonctions uniquement
  6. In the folder include: filenames end by *.php if they contains only function
  7. In the folder include: filenames starting with class_*.php if it is related to a class.
  8. In the folder include/template: files for the HTML presentation
  9. Use sql/upgrade.sql as temporary file to modify the database,this file will be the base for a SQL patch
  10. Write documentation

Advices

Use this document, it is generated automatically by doxygen, check the documentation your made, read it first this documentation before making change

You need to know only this tags

 All Data Structures Namespaces Files Functions Variables Enumerations