PHP code example of qcovery / libraries

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

    

qcovery / libraries example snippets


<?=$this->render('search/libraries-results.phtml'); 

<?=$this->render('RecordDriver/SolrDefault/libraries-core.phtml', ['searchClassId' => $this->searchClassId, 'driver' => $this->driver]) 

<?=$this->render('RecordDriver/SolrDefault/libraries-result-list.phtml', ['searchClassId' => $this->searchClassId, 'driver' => $this->driver]) 

<?=$this->render('search/libraries-home.phtml', ['searchClassId' => $tab['id']]);