PHP code example of heimrichhannot / contao-exporter-bundle
1. Go to this page and download the library: Download heimrichhannot/contao-exporter-bundle library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
heimrichhannot / contao-exporter-bundle example snippets
$fields = [
'field1' => [
'raw' => '', // raw field value
'inputType' => '', // field input type
'value' => '', // formatted field value
'formatted' => '', // formatted field value
'label' => '', // formatted field value
],
// ...
];