Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 729 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 729 Bytes

SQLAbstract.php

Build Status

Safe SQL abstractions for PHP and WordPress.

Requirements

  • a tutorial
  • provide conveniences to query SQL tables and views;
  • eventually safely, ie: with limits and without injections;
  • covering applications from CRUD to paginated search and filter;
  • with prefixed table and view names, guarded identifiers and custom placeholders;
  • support PHP 5.3, MySQL, SQLite, PDO and WPDB.

Credits