Skip to content
comhon-project edited this page Jun 10, 2020 · 19 revisions

Comhon!

Following documentation describe Comhon! framework version 4.0.0 or more.

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
  2. Configuration
  3. Getting started
  4. Manifest
  5. Serialization
  6. Object management
  7. Objects request api