InWebDesign EasyWeb OpenSource PHP / MySQL Framework
HOME   DOWNLOAD   DOCS   SCREENSHOTS
Documentation - User guide

Modules decomposition :
- Home : Main module to manage folders, pages and elements
- Workflow : Manage roles, rules and users
- Booking : Manage bookings

  • Home module :
    Tree view of folders, pages and elements.
    The current site is named ROOT, actually only one site can be managed
    1. Folder
      A folder is used to include pages and all elements of them
      To add a folder just click on the add link, you have to set the id and a description
    2. Page
      A page includes elements
      To add a page just click on the add link, then set id, url, description and content
      The url is the true file name of the page like page.html or page.php, this page will
      be accessible by the path /
      The content is the true content of the file, then all file of the application can be edited

      You can add a page directly linked to the site then this page will be accessible by the path /
      The page will be appear in a ROOT folder in the tree view.
    3. Element
      An element represents a part of a page. There is three types of element : Text, picture and slider
      The text element is a text part.
      The picture is a picture to upload on the server and which will be accessible at //
      The slider is a complex element which manages slides and needs to be added alone in a page.
      A slide is a picture, a title and a description of the picture.
      To add an element just click on the right link of the page named "add element"
  • Workflow module :
    This module contains all rules to manage users rights. In the application you can defined profil with rules for each class like folder, page, element... Then to add an update right to a given profil just set the right ckeckbox in the table rules.
    You can add as many profils you want.
    Then after adding profil you have to add users with the given profil and a login and a password.

  • Booking module :
    This module offers you the possibility to add booking periods and manage bookings
    1. Period
      To add a period just click on the add link, then set the begin, the end, if the period will be display, if the period is closed...
      you can generate the period list for the current year, then all periods will be created in one click.
    2. Booking
      Actually, you can't add booking in the admin module, this action can do on the front of the site and it is your job to define how customers will create a booking.
      Then you can only modify bookings, the bookings list is accessible by the link booking list in the main page of the module.
  • InWebDesign