Template css and js files Whether to load template js and css files or not (Added in version 3.7)

You can chose whether you want to load the template js and css files or not using the settings $config["includeTemplateCSS"] = true; and $config["includeTemplateJS"] = true;

It is useful when your theme is already loading the bootstrap css and js files so you don't want to load again.

Please note that loading other css and js files can also be set in config file e.g jquery.js etc files.

  
                                    $settings["includeTemplateCSS"] = false;
                                    $settings["includeTemplateJS"] = false;
                                    $pdocrud = new PDOCrud(false, "","", $settings);
                                    echo $pdocrud->dbTable("orders")->render();
                                

Orders

Showing 1 to 10 of 101 entries

# ID Order no Order date Customer name Order amount Order status Actions
1 66 88 1881-05-19 Cooper Jensen 31 Adana
2 71 91617 2016-09-08 57 Yozgat5
3 72 78062 2016-09-08 56 Pending
4 73 87594 2016-09-08 7 Completed
5 74 24386 2016-09-08 8 Completed
6 75 49890 2016-09-08 27 Completed
7 76 42911 2016-09-08 24 Completed
8 77 75674 2016-09-08 39 Completed
9 78 65775 2016-09-08 25 Completed
10 79 37102 2016-09-08 7 Completed
# ID Order no Order date Customer name Order amount Order status Actions