InWebDesign EasyWeb OpenSource PHP / MySQL Framework
HOME   DOWNLOAD   DOCS   SCREENSHOTS
Documentation - File structure

  • /conf : Config directory
    • easyweb-conf.php : Config file of the application
    • easyweb.sql : The SQL script to create data base structure
  • /admin
    • /booking : Booking module
      • /classes : Classes of the module
      • main php files to manage the booking module
    • /classes : Core modules classes
    • /images : images of the application
    • /include : include files
      • error.php : Error code to manage errors in a editXX.php
      • htmlFooter.php : HTML footer of pages
      • htmlHeader.php : HTML header of pages
      • head.php : Header for none display pages
    • /lang : Language properties files
      • resource_fr.conf : The resource file to manage french language
      • resource_XX.conf : The resource file to manage XX language
    • /scripts : Javascript files
      • scripts.js : Main JS file
    • /styles : CSS style file
      • styles.css : Main style file
    • /workflow : Workflow module
      • /classes : Classes of the module
      • main php files to manage the booking module
    • connect.php : Start the session, check the user login and password and load rules
    • disconnect.php : Close the session
    • error.php : Main error page
    • main.php : The first screen of the application
    • editXX.php : Edit the XX class
    • saveXX.php : Save the XX class
    • deleteXX.php : Delete the XX class
  • InWebDesign