Warning: include(../../script/pdocrud.php): Failed to open stream: No such file or directory in /var/sentora/hostdata/digjainwi/public_html/allsanginfodev/demo/pages/set-settings.php on line 1

Warning: include(../../script/pdocrud.php): Failed to open stream: No such file or directory in /var/sentora/hostdata/digjainwi/public_html/allsanginfodev/demo/pages/set-settings.php on line 1

Warning: include(): Failed opening '../../script/pdocrud.php' for inclusion (include_path='.:/opt/remi/php81/root/usr/share/pear:/opt/remi/php81/root/usr/share/php:/usr/share/pear:/usr/share/php') in /var/sentora/hostdata/digjainwi/public_html/allsanginfodev/demo/pages/set-settings.php on line 1
PDOCrud - CRUD application generator for PHP and Mysql, Pgsql and Sqlite database.

Settings

  
                            $config["hideLable"] = true; // Set "hideLable" to "true" in config.php to hide all labels in all forms  
                            $config["loadJsPlugins"] = array("chosen"); // Load plugins initially (list of plugins available) in config.php
                            $config["formtype"] = "singlestep"; // By default single step form in config.php
                            $config["displayErrors"] = true; // Display errors directly in config.php
                            $config["submissionType"] = "ajax"; // Submit whether using ajax or using simple post in config.php
                            $config["jsvalidation"] = "bootstrap_validator"; // Enable js validation in config.php
                            $config["phpvalidation"] = true; // Enable php validation in config.php
                            $config["loadJs"] = array("jquery.min.js","jquery-ui.min.js"); // Load js initially (this js needs to be present in script/js fodler)                    
                            $config["loadCss"] = array("style.css","jquery-ui.css"); // Load css initially (this css needs to be present in script/css fodler)