francisbesset/sfcontextbundle
最新稳定版本:v1.0.0
Composer 安装命令:
composer require francisbesset/sfcontextbundle
包简介
The symfony's sfContext in Symfony2
关键字:
README 文档
README
Use the fantastic sfContext instance in your Symfony2 project.
Information
This bundle is a joke. Please do not use.
Installation
First, grab sfContextBundle using Composer:
composer require francisbesset/sfContextBundle:~1.0
Then register the bundle in the kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new sfContextBundle\sfContextBundle(), ); }
Usage
<?php // any class, code sfContext::getInstance()->getContainer();
ENJOY!
统计信息
- 总下载量: 501
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-26