PHP code example of rkw / rkw-checkup

1. Go to this page and download the library: Download rkw/rkw-checkup 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/ */

    

rkw / rkw-checkup example snippets


'tx-rkw-checkup' => array (
    array(
        'GETvar' => 'tx_rkwcheckup_check[controller]',
        'valueMap' => array(
            'checkup' => 'Checkup',
        ),
    ),
    array(
        'GETvar' => 'tx_rkwcheckup_check[action]' ,
    ),
    array(
        'GETvar' => 'tx_rkwcheckup_check[result]',
        'lookUpTable' => array(
            'table' => 'tx_rkwcheckup_domain_model_result',
            'id_field' => 'uid',
            'alias_field' => 'hash',
            'addWhereClause' => ' AND NOT deleted',
            'useUniqueCache' => 1,
            'useUniqueCache_conf' => array(
                'strtolower' => 1,
                'spaceCharacter' => '-',
            ),
        ),
    ),
),