Simple Table Loggings Semantic UI 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