ErgoDataGrid basic


ErgoDataGrid is a data-sheet for the web that works in a browser utilizing the Apache Php functionalities and a MySql database. Its working is esplained in the final user manual.
The code within it is composed and within the zip file is created is divided into client-side code,in html and javascript, and into server-side code, contained inside Php pages; there is also a sql script to make work the enclosed example.

This guide says how to install and visualize the example, and next how to create the Web application utilizing ErgoDataGrid client and server sides, and offers a reference section for its personalization.

Arguments

Examples installation
ErgoDataGrid is composed by the main application and an example with a list of used cars.
In the page linked there are the procedures to make it work and visualize in the browser.

Server functionalities usage
ErgoDataGrid works throught a Php interface under an Apache server, that utilizes the data contained into a MySql database.
This section indicates how to write the php code to use the server side functionalities.

ErgoDataGrid declaration on the browser destined page (client side)
The procedure to insert ErgoDataGrid in an HTML page is describled here, together with the code to make a first test, taken from the example contained in the zip file, the one of the Cars grid.

Client side reference
ErgoDataGrid client side properties, methods, events, and objects are included in this section.

Conclusions