定制 pbk83/csimpletable 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pbk83/csimpletable

Composer 安装命令:

composer require pbk83/csimpletable

包简介

PHP classes for creating tables

README 文档

README

Build Status Scrutinizer Code Quality Code Coverage

Install

SimpleTable can be installed together with Anax - MVC through Composer. Add the following line to composer.json (under require ):

"pbk83/csimpletable": "dev-master"

SimpleTable can then be added as a service in Anax - MVC:

$di->set('SimpleTable', function() use ($di) {
    $table = new pbk83\SimpleTable\CSimpleTable();    
    return $table;
});

SimpleTable can also be used without Anax - MVC.

Use

Use the method addHeadings($head) to create a header. Example:

addHeadings([’Name’, ’Age’]);

Use the method addRow($row) to add rows to the table. Example:

addRow([’Joe’, ’43’]);
addRow([’Jane’, ’45’]);

Use the method createTable() to get the generated html - code.

Name Age
Joe 43
Jane 45

Updated

统计信息

  • 总下载量: 13
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-04-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固