PDOCrud Various Table Operation

  
                                $pdocrud = new PDOCrud();
                                // Change table heading
                                $pdocrud->tableHeading("Job Application Information");
                                // Change table subheading
                                $pdocrud->tableSubHeading("here you can add secondary information about the table");
                                echo $pdocrud->dbTable("job_application")->render();
                                
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'digjainwi_allsanghinfodev.job_application' doesn't exist