Label settings using PDOCrud
Message :
Users
Showing 1 to 8 of 8 entries

$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();
Showing 1 to 8 of 8 entries
