Hide button hide form buttons

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();
                                
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'digjainwi_allsanghinfodev.bookroom' doesn't exist