PHP code example of qc / qc-references

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

    

qc / qc-references example snippets


# Tables used to check. Default pages and tt_content
mod.qcReferences.allowedTables = pages, tt_content

# How many items per pages to display. Default is 100.
mod.qcReferences.itemsPerPage = 100

# Choix des tables à vérifier pour les références
mod.qcReferences.allowedTables = pages, tt_content

# Quantité de lignes à afficher
mod.qcReferences.itemsPerPage = 100