newfrontiers/breeze
最新稳定版本:1.0.2
Composer 安装命令:
composer require newfrontiers/breeze
包简介
Basic support for Breeze enabled appplications
关键字:
README 文档
README
Install
Via Composer
$ composer require newfrontiers-breeze
Usage
$type = new Breeze\StructuralType(); $type->shortName = 'uploads'; $type->namespace = 'Nostromo'; $type->autoGeneratedKeyType = 'Identity'; // Primärschlüssel $property = $type->addDataProperty(); $property->name = 'id'; $property->dataType = 'Int32'; $property->isPartOfKey = true; $property = $type->addDataProperty(); $property->name = 'ticketId'; $property->dataType = 'Int32'; $property = $type->addDataProperty(); $property->name = 'filename'; $property->dataType = 'String'; $property = $type->addDataProperty(); $property->name = 'data'; $property->dataType = 'String';
License
All rights reserved. You are NOT allowed to use this!
统计信息
- 总下载量: 5.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2016-02-12