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 16 entries

# ID Order no Order date Customer name Order amount Order status Actions
1 172 27 2025-11-04 5006 67
2 173 33 2025-09-02 Cooper Jensen 1112 Completed
3 174 0 0000-00-00 Cooper Jensen 10
4 176 0 0000-00-00 10
5 178 33 2025-09-02 Deacon Tyson 111 ok
6 179 33 2025-09-02 Deacon Tyson 111 ok
7 182 1 2025-07-01 Deacon Tyson 82325 Pending
8 184 576749678 2025-09-03 Cooper Jensen 798797 asdas
9 185 0 0000-00-00 Xenos Clarke 0 1
10 186 -1 2025-10-02 Cooper Jensen 0 ??
# ID Order no Order date Customer name Order amount Order status Actions