Add css and js settings enqueue javascript & css in PDOCrud

  
                                $pdocrud = new PDOCrud();
                                $pdocrud->enqueueJs("googlemap", "http://maps.googleapis.com/maps/api/js");//name of js and path of js
                                $pdocrud->enqueueCSS("jquery.mobile", "https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.css");//name of css and path of css
                                echo $pdocrud->dbTable("users")->render();
                            

Add CSS and Js using PDOCrud

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'digjainwi_allsanghinfodev.users' doesn't exist