Plugin Time picker example

  
$pdocrud = new PDOCrud();
$pdocrud->addPlugin("timepicker");//to add plugin      
$pdocrud->formFields(array("product_name"));
echo $pdocrud->dbTable("producttable")->render("insertform");
echo $pdocrud->loadPluginJsCode("timepicker","input[type=text]");//to add plugin call on input[type=text] elements
                            

Plugin Time picker example - PDOCrud