Message :
Bookroom
Showing 1 to 1 of 1 entries

You can hide any form buttons using this function.
$pdocrud = new PDOCrud();
//hide 4 types of buttons using the buttonHide function
// available parameters are "submitBtnSaveBack","submitBtnBack","submitBtnSaveBack","cancel"
$pdocrud->buttonHide("submitBtn");
echo $pdocrud->dbTable("bookroom")->render();
