My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members

Giocondo allow you to easily create GUI applications that runs both on the web and standalone with the same code.

You only need to know PHP. No knowledge of HTML, CSS, Javascript and AJAX is required, except for defining the static content of pages or changing the default style.

Giocondo follows the KISS principle and uses an object based (not full object oriented) API for constructing GUI by composition (a la Tcl).

Ancillary libraries provided are:

  • a database library which doesn't use any abstractions (e.g. relational to object mappings). You just code queries in an almost-standard SQL which is then parsed and converted to the specific implementation dialect automagically. At last the full power and simplicity of SQL are in your hands regardless of the RDBMS you have.
  • a privilege system to check and grant privileges in your application without having to code a certain test twice. It allow fine grane control.
Powered by Google Project Hosting