appventus/extradoctrine-bundle
Composer 安装命令:
composer require appventus/extradoctrine-bundle
包简介
This Bundle include Extra Features for doctrine
关键字:
README 文档
README
This bundle gives extra features to doctrine for symfony2
Configuration
In your doctrine configuration, add the functions:
doctrine:
orm:
dql:
string_functions:
lpad: AppVentus\DoctrineBundle\ORM\Query\AST\Functions\LpadFunction
Usage
Exemple of query builder usage:
//we want to have YYYYMM
//so we need to have 2 digits for month
$zeroFillLiteral = $qb->expr()->literal('2');
$yearMonthConcatExpr = $qb->expr()->concat('bill.year', 'LPAD(bill.month,'.$zeroFillLiteral.',\'0\')');
统计信息
- 总下载量: 2.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-03-27