$pdocrud = new PDOCrud(); $pdocrud->recordsPerPage(12); $pdocrud->currentPage(2);//set current page echo $pdocrud->dbTable("products")->render();