Skip to content

farfromunique/ACWPD_Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACWPD Tools

Useful Tools (php and JS) for ACWPD projects (or your own!)

Usage

composer require acwpd/tools

...and then refence the tool you want to use:

  • JsonToTable

    • $table = new ACWPD\Tools\JsonTotable($JSON);
      // then
      $html = $table->build();
      // or ...
      echo $table;
      
  • DbErrorChecker

    • $data = ACWPD\Tools\DbErrorChecker::CheckPrepared($db, $PreparedStatement);
      

About

Useful Tools (php and JS) for ACWPD projects (or your own!)

Resources

License

Stars

Watchers

Forks

Packages

No packages published