Important: all of these documents refer to ChronoConnectivity v2, much of the content will also apply to v4 but may need to be adapted.
Here you’ll find a collection of ChronoConnectivity How-to documents. They are all tutorials; most are in a sequence (not yet complete) to show you now to build a ChronoConnectivity listing. One describes an ‘add-on’ feature (more of these to come).
Some of the documents are free but the more advanced or longer ones are priced at a few dollars.
Here’s the current list of documents:
21 Oct 2010 : a small bugfix was made to ‘Dynamic Filters 1’. The ‘filter’ button input was renamed to fix a problem with the pagination.
Important: this document refers to ChronoConnectivity v2, the content may need to be adapted for ChronoConnectivity v4
The basics of ChronoConnectivity ‑ How to create your first listing of records from a database table using ChronoConnectivity.
Level: introductory, no coding required.
How to create columns in a ChronoConnectivity listing that sort the results when you click the column heading.
Moderate difficulty, requires some PHP and a simple core code hack.
GroteBeer"
How to set up the layout of a ChronoConnection listing.
Level: introductory, a little coding used.
How to select the records to be displayed in ChronoConnection listing.
Level: introductory, a little MySQL used.
How to let the user select the records to be displayed in your ChronoConnection listing.
Level: moderate, some PHP, MySQL and HTML required.
Note: The document builds on from Dynamic filters 1
How to let the user view the details of a record in the list in either a browser or a modal window.
Note: The document builds on the Dynamic filters 2 document