Plugin jQuery Word and Character Counter example - PDOCrud
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'digjainwi_allsanghinfodev.producttable' doesn't exist
$pdocrud = new PDOCrud(); $pdocrud->addPlugin("jQuery-Word-and-Character-Counter");//to add plugin $pdocrud->formFields(array("product_name")); echo $pdocrud->dbTable("producttable")->render("insertform"); echo $pdocrud->loadPluginJsCode("jQuery-Word-and-Character-Counter","input[type=text]");//to add plugin call on input[type=text] elements