PHP 8.2/8.3 CompatibilityNEW
1.7.32 Minimal theme
Cleaned up dynamic-property creation and null-argument deprecation warnings across xcrud.php so the library stays warning-free (and forward compatible with PHP 9) under full E_ALL error reporting.
HIDE CODE
<?php
$xcrud = Xcrud::get_instance();
$xcrud->table("payments");
echo $xcrud->render();
?>