Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 686 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 686 Bytes

Simple PHP table generator

Lately I'm stucked in countless table generating work, so I create this little library to ease myself.

Usage

You want to generate a table, so you have some field names for the table header, and you have lots of data for the table body. We assume they are fields and data.

Now, you can generate the table by doing this:

  1. Fetch the latest library composer require lovelock/spt

  2. Use it in your code.

...

echo new \Spt\Table($fields, $data);

Enjoy it.

Donation

  1. WeChat

  2. Alipay