Skip to content

varunsridharan/wp-db-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

WP DB Table

A base WordPress database table class with query builder

Installation

The preferred way to install this extension is through Composer.

To install WP_DB_Table library, simply:

$ composer require Varunsridharan/wp-db-table

The previous command will only install the necessary files, if you prefer to download the entire source code you can use:

$ composer require Varunsridharan/wp-db-table --prefer-source

You can also clone the complete repository with Git:

$ git clone https://github.com/varunsridharan/wp-db-table.git

Or install it manually:

Download WP_DB_Table.php:

$ wget https://raw.githubusercontent.com/varunsridharan/wp-db-table/master/class-db-table.php

Sponsored By

DigitalOcean