Samples

Form

Chart

PDF

Database(Single Table)

Database(Relational Table)

Database(Sigle Table and save Images)

Database(Single table and Sort)

Database(Single table with CSV Upload/Download)

Database(Single table and File Upload/Download)

Database(Single table with CSV Upload/Download)

Sample code for Database (Single table with CSV Upload/Download)

Here you can find an executable sample code for,

1) Uploading CSV and insert CSV data into the table.
2) Downloading all the data in the table in CSV format.

The sample code will,

1) Ignore the first line, When uploading CSV.
2) Update the data, If id field is not empty,.
3) Insert the data, If id field is empty.

To open the upload/download window add below links to the menu.tpl

<div class="ajax-link" data-class="customer_csv" data-function="page">Sample CSV Upload/ Download</div>

FOCUS Business Platform