Recommend this page to a friend! |
Classes of Fabrice Fesch | Melis PHP CMS Engine | README.md | Download |
|
Downloadmelis-engineMelisEngine provides a set of services and classes to access the CMS' pages and datas. Getting StartedThese instructions will get you a copy of the project up and running on your machine. PrerequisitesNone InstallingRun the composer command:
DatabaseDatabase model is accessible on the MySQL Workbench file: /melis-engine/install/sql/model Database will be installed through composer and its hooks. In case of problems, SQL files are located here: /melis-engine/install/sql Tools & Elements provided
Running the codeMelisEngine ServicesMelisEngine provides many services to be used in other modules:
Melis CMS database modelsAll models used my the platform to access the CMS part of the database are located in this module. Folder: /melis-engine/src/Model Melis Templating Plugin Abstract ClassMelis Platform offers a plugin system for edition of pages. All plugins are built on the ZF2 Controller plugin system, and all plugins must extend this class too as it provides many default and awaited methods. File: /melis-engine/src/Controller/Plugin/MelisTemplatingPlugin.php See Full documentation on templating plugins here Authors
See also the list of contributors who participated in this project. LicenseThis project is licensed under the OSL-3.0 License - see the LICENSE.md file for details |