admin area

Files

The administration area of the generic platform can be accesses via '/admin'

The application is based on a classical CRUD-architecture. (Create, Read, Update, Delete).

This is the entity-relationship-model of our application:

entity relation diagramm

The administration of the exhibition-elements and the related sub-elements and handled by individual php-files, which are based on the framework Formr.

  • group.php (exhibition item)
  • object.php (object)
  • layer.php (layer)
  • info.php (exhibition information)

Tag-value- and media-data are administrated with individual functions of the class Utils.php. They have no individual file as this data do not represent an individual model.

The class Service.php is used to prepare the database information for the application.

Search results