定制 alessandrodesign/formandtablecreator 二次开发

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

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

alessandrodesign/formandtablecreator

Composer 安装命令:

composer require alessandrodesign/formandtablecreator

包简介

Form and table creator

README 文档

README

Maintainer Source Code PHP from Packagist Latest Version Software License Build Quality Score Total Downloads

Form and table creator

Criador de formulários e tabelas

About AlessandroDESIGN

Developer looking to create tools to maximize web application development time

Desenvolvedor que busca criar ferramentas para maximizar o tempo de desenvolvimento de aplicações web

Installation

Form and Table Creator is available via Composer:

"alessandrodesign/formandtablecreator": "dev-master"

or run

composer require alessandrodesign/formandtablecreator

Documentation

For details on how to use the Form and Table, see the sample folder with details in the component directory

Para mais detalhes sobre como usar o Form and Table, veja a pasta de exemplo com detalhes no diretório do componente

connection

To start using Form and Table we need to instantiate the object by defining adding an array with the settings

Para começar a usar o Form and Table precisamos instanciar o objeto definindo adicionando um array com as configurações

Creating a form

Criando um formulário

$configForm = [
        'id' => 'save',
        'name' => 'save',
        'method' => 'POST',
        'class' => 'row'
    ];
    
    $form = new CreateForm($configForm);
Creating a table

Criando uma tabela

$table = new CreateTable(
        [
            'id' => 'table',
            'class' => 'table table-hover'
        ],
        'div',
        ['class' => 'table-responsive']
    );

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-05-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固