Skip to content

Instantly share code, notes, and snippets.

View cloudfaction's full-sized avatar

Maarten Blokdijk cloudfaction

View GitHub Profile
<?php
// ------------ Sample showing how to use PHPGrid in Joomla 3.9.8 -------------
//
// Note: For this to work the following lines must be added to the
// Joomla index.php file before the line $app>execute();
//
// if (isset($_POST['id'])){
// unset($_REQUEST['id']);
// }
//