Entity Manager
Siteadmin uses Doctrine 2 as its internal ORM. All create/update/remove operations are handled through the doctrine entity manager context.
This is just a quick start guide to doctrine's entity manager. Visit the official documentation for detailed explanations.
Accessing Entity Manager Context
Create/Update Entity
Remove Entity
Last updated