vojtech-dobes/nette-goto-panel
最新稳定版本:2.0
Composer 安装命令:
composer require vojtech-dobes/nette-goto-panel
包简介
Provides interface to go to any destination within Nette Framework application.
关键字:
README 文档
README
Provides interface to go to any destination within app.
Installation
- Get the source code:
- Move
GotoPanel.phpto your libs directory. - Add
"Clevisaci/GotoPanel": "*"to yourcomposer.json.
- Move
- Register
GotoPanelas component (e.g. inBasePresenter). - Force initialization in
startup().
protected function startup() { parent::startup(); $this['gotoPanel']; } protected function createComponentGotoPanel() { return new GotoPanel; }
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: New
- 更新时间: 2012-11-02