Skip to content
jeanphilippe-p edited this page Aug 12, 2016 · 19 revisions

Comhon!

Synopsis

Comhon! (Common Object Manager, Hashmap Or Nothing!) is an object manager based on gess what ?... hashmap!

It will allow you to import, export, serialize (in sql database, xml file, json file) objects without any line of code.

You just have to describe your object model in a manifest and Comhon! library do the rest.

For exemple you can describe a manifest that will match with an sql table and you will be able to Select/Insert/Update without write your sql query (actually like an ORM)

Table of contents

  1. [Installation] (https://github.com/jeanphilippe-p/ObjectManagerLib/wiki/Installation)
  2. Getting started
  3. Manifest
  4. Serialization
  5. Object management
  6. Simple objects request api
  7. Complex objects request api