Label settings using PDOCrud
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'digjainwi_allsanghinfodev.users' doesn't exist
$pdocrud = new PDOCrud(); $pdocrud->fieldDisplayOrder(array("first_name","last_name","phone", "gender", "birth_date"));//display order of the fields(enter fields only till you want to change the order) echo $pdocrud->dbTable("users")->render();