-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Gerd Christian Kunze edited this page May 31, 2013
·
14 revisions
- Interface:
For a complete reference see MOC/Plugin/Documentation/Content/
-
"The Api"
- Init the library
- Provide adapter access
And MOC said: "Let there be ligh... err..
Api::
!" -
Your Way to a Better Life
- The starting point of the chain
- Provide Core/Extension/Module/Plugin access
... and MOC devided the
::Core()
from the::Module()
... and it was good -
Contains secret internal operations ;-)
- Error handling
- Session handling
- Cache handling
- ...
You should never use this one directly in your application
-
Add power to the system
- Defines a common interface for 3rd party applications
And again: You should never use this one directly in your application
-
Make the hole thing shiny
- Add in the functionality
- Defines a seamless interface to extensions
You will need this one - and ONLY this one - for your application
-
Up to your imagination
I had an idea but... never mind... -.-