This glossary is under construction. Please add more topics.
Access Control List handles the permissions attached to an object
See also
Database Abstraction Layer
See also
Doctrine Query Language
See also
Doctrine is a library that offers a set of tools to give access to different databases. It can create entire objects and persist them to the database and also fetch objects from the databse. It is fully decoupled from Symfony.
Friends of Mapbender Bundle
See also
fom
See also
Are used by the ORM and can be compared with database triggers. Lifecycle Callbacks are actions that run before or after an insert, update or delete of an entity.
See also
Mapbender-Starter
See also
MapbenderCore Bundle is essential for Mapbender
See also
Object Relational Mapper
See also
See also
phing
MapbenderCore Element to set up a Search f.e. a street/housenumber search or parcelsearch
See also
Sphinx is a tool you can use to generate documentations f.e. html or pdf.
See also
When we talk about templates we talk about differnt designs for our applications.
See also
Twig is a templating engine for PHP that is packaged in Symfony2 and offers an easy and powerfull way to generate templates. With Twig we can separate the programm functionality from design. A Twig file is a simple textfile from which you can generate every text-based fromat like (html, xml).
See also
XLIFF is a file format and stand for XML Localization Interchange File Format. The translations can be stored in different formats. We use XLIFF-format for Mapbender3. Symfony will take the XLIFF-loader to load and parse the file.
See also