PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
257 stars 49 forks source link

[FEATURE] autoload for plugins & refactoring of core plugins #84

Closed NeoBlack closed 10 years ago

NeoBlack commented 10 years ago

a plugin has now a namespace, e.g.:

Phile\Plugin\PhileParserMarkdown

this namespace is used to autoload classes.

example: Namespace: Phile\Plugin\PhileParserMarkdown\Parser\Markdown File: plugins/phileParserMarkdown/Classes/Parser/Markdown.php

Releases: 0.9.3