Difference between revisions of "Developers/Architecture"
From PartKeepr Wiki
(Created page with "= Introduction = PartKeepr uses [http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/working-with-objects.html Doctrine Entities] for database handling...") |
(No difference)
|
Revision as of 16:36, 4 November 2015
Introduction
PartKeepr uses Doctrine Entities for database handling and ExtJS for the frontend.
API First
The ExtJS frontend communicates with the PHP backend using a JSON-LD-enabled REST API. The
Thanks to the Dunglas Api Bundle, a developer needs to write little to no code to make the REST API work.