Skip to content
Jesper Lindström edited this page Jun 11, 2014 · 3 revisions

Welcome to the Zeus wiki!

Basics

  • Controllers: Handle a request and control the page
  • Views: HTML and layout
  • Libraries: Provide generic (sophisticated) functionality
  • Services: Provide data from API
  • Helpers: Provide basic functionality and string formatting

Core libraries and extensions

  • API: Call remote API resources
  • Cache: Cache data to reduce loading time (in-memory)
  • System hooks: Listen for certain system events or define and trigger your own.
  • Localization (i18n): Provide translation support for your content.
Clone this wiki locally