Skip to content

Instantly share code, notes, and snippets.

@noxifoxi
Last active December 17, 2015 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noxifoxi/5690294 to your computer and use it in GitHub Desktop.
Save noxifoxi/5690294 to your computer and use it in GitHub Desktop.
Ziele von Silex

Silex

Allgemeine Ziele von Silex

  • Schnell
  • Leichtgewicht (Nur essentielle Funktionen)
  • Modular (Plugins/Module)

Konkretere Ziele

  • Schnelle, nicht überfüllte (nicht so wie bei ORMs) Datenbankwrapper (nur mit dem ausgestattet, was auch wirklich gebraucht wird)
  • Intelligentes Laden der Module
  • Hooks/Events (um Modulen/Plugins die Möglichkeit zu geben in den Kern von Silex einzugreifen)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment