file uploading using PDOCrud
Message :
Jm users
Showing 1 to 5 of 21 entries

This file control is modified version of default file control that allows you to add/remove files. It also helps to check files upload status in edit/update operation.
$pdocrud = new PDOCrud(); $pdocrud->fieldTypes("user_image", "FILE_NEW");//change type to image $pdocrud->formFields(array("username","user_image")); echo $pdocrud->dbTable("jm_users")->render();
Showing 1 to 5 of 21 entries