heartsentwined/zf2-vcard
Composer 安装命令:
composer require heartsentwined/zf2-vcard
包简介
Work with Vcards in a ZF2 app.
关键字:
README 文档
README
Work with Vcards in a ZF2 app.
Installation
{
"require": {
"yalesov/zf2-vcard": "dev-master"
}
}
Then add Yalesov\Vcard to the modules key in (app root)/config/application.config.*
Vcard module will also hook onto your application's database, through DoctrineORMModule. It will create a number of tables with the prefix he_vcard_*, and will use the default EntityManager doctrine.entitymanager.orm_default. If your settings are different, please modify the doctrine section of config/module.config.yml as needed.
Finally, you need to update your database schema. The recommended way is through Doctrine's CLI:
$ vendor/bin/doctrine-module orm:schema-tool:update --force
Config
todo
Usage
todo
Working with Vcards
You can use the Doctrine 2 ORM API directly. Mapping files are located at (zf2-vcard)/src/Yalesov/Vcard/Entity/Mapping.
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: ISC
- 更新时间: 2012-09-28