Download Area
Here you may download the coretable's source codes. CoreTable is OpenSource and can be downloaded for free. It's licenced under the
GNU/GPL Licence v3
Since CoreTable is built using the CoreAll-framework, at least the CoreAll base classes are required to use it.
These are included in the zip files.
-
CoreTable Essentials (~57 KB)
Contains the CoreTable, and only these part of the CoreAll framework needed for the CoreTable
-
CoreTable including all CoreAll tools (~65 KB)
Contains the CoreTable, including all standard tools of the CoreAll Framework, (menu, form, dateinput, serchinput, etc...)
-
CoreTable including all CoreAll tools and the AJAX-Communication part (~132 KB)
Contains the CoreTable, including all standard tools of the CoreAll Framework, (menu, form, dateinput, serchinput, etc...)
and the AJAX-Communication part (client- and server side), additionally a DB library to access databases via PDO (PHP Database Objects).
Folder structure
-
The CoreTable (all 4 variants) reside in "modules/tools" relative to the "Main Program"
(the HTML / PHP File you request from the server). This folder is purposed for all general modules in CoreAll.
-
The CoreAll base class (app) and the general libraries are located in "scripts/core".
Also relative to the HTTP-requested file.
-
If you extract the zip-file you will get a folder called "coretable".
Place the html / php file you write into this coretable folder (i.e. beside "modules" and "scripts").
How to start using the CoreTable
To start you can copy-paste the source-code shown on the demo-pages and place them into a HTML-file in the CoreTable folder.
Demos 12 & 13 require the testdata.dat File as datasource.
Demo 13 requires "CoreTable including all CoreAll tools" because it also uses the "form" from CoreAll.