DEMO SITE v1.7.31

Simple Table Loggings Bootstrap 5 theme

All actions of a table are logged

HIDE CODE
<?php
    $xcrud = Xcrud::get_instance();	
	$xcrud->table("payments");
	$xcrud->set_logging(true);
	$xcrud->limit(5);	
	echo $xcrud->render();			
?>
xCRUDConnection error: SQLSTATE[08004] [1040] Too many connections