PHP code example of venne-media / venne-search-contao-bundle

1. Go to this page and download the library: Download venne-media/venne-search-contao-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/ */

    

venne-media / venne-search-contao-bundle example snippets


Anonymer Besucher           → is_protected != true
Eingeloggter Member [3, 7]  → is_protected != true OR allowed_groups IN [3, 7]