library spt
Simple PHP table generator.
lovelock/spt
Simple PHP table generator.
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 6 Versions
- 0 % Grown
Simple PHP table generator
Lately I'm stucked in countless table generating work, so I create this little library to ease myself., (*1)
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., (*2)
Now, you can generate the table by doing this:, (*3)
-
Fetch the latest library composer require lovelock/spt
, (*4)
-
Use it in your code., (*5)
...
echo new \Spt\Table($fields, $data);
Enjoy it., (*6)
Donation
-
WeChat
, (*7)
-
Alipay
, (*8)
dev-master
9999999-dev
Simple PHP table generator.
Sources
Download
MIT
by
Frost Wong
1.0.4
1.0.4.0
Simple PHP table generator.
Sources
Download
MIT
by
Frost Wong
1.0.3
1.0.3.0
Simple PHP table generator.
Sources
Download
MIT
by
Frost Wong
1.0.2
1.0.2.0
Simple PHP table generator.
Sources
Download
MIT
by
Frost Wong
1.0.1
1.0.1.0
Simple PHP table generator.
Sources
Download
MIT
by
Frost Wong
1.0.0
1.0.0.0
Simple PHP table generator.
Sources
Download
MIT
by
Frost Wong