PHP code example of hypejunction / ui_grid
1. Go to this page and download the library: Download hypejunction/ui_grid 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/ */
hypejunction / ui_grid example snippets
echo elgg_list_entities(array(
'types' => 'user',
'list_type' => 'gallery',
'gallery_class' => 'elgg-gallery-small-6 elgg-gallery-medium-8 elgg-gallery-large-12',
'limit' => 48,
));