ferrandini/pdo-session-bundle
Composer 安装命令:
composer require ferrandini/pdo-session-bundle
包简介
Symfony2 PDOSession Bundle.
README 文档
README
PDO Session Bundle adds PDO Session to your symfony project easy and fast.
Instal the bundle with composer
... "require": { ... "ferrandini/pdo-session-bundle": "1.*" } ...
Enable the bundle in your app/AppKernel.php
// app/AppKernel.php ... $bundles = array( ... new Ferrandini\Bundle\PDOSessionBundle\FerrandiniPDOSessionBundle(), ); ...
Configure your session hanlder in config.yml
... framework: ... session: handler_id: ferrandini.pdo.session.handler ...
统计信息
- 总下载量: 298
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-08-22