PHP Zend Framework 2 Helper
Zend Framework 2 helper for Sublime Text editor that helps automate the creation of new modules, controllers and actions.
Details
Installs
- Total 18K
- Win 12K
- Mac 3K
- Linux 3K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
__________ ____ _ _ _
|__ / ___|___ \| | | | ___| |_ __ ___ _ __
/ /| |_ __) | |_| |/ _ \ | '_ \ / _ \ '__|
/ /_| _| / __/| _ | __/ | |_) | __/ |
/____|_| |_____|_| |_|\___|_| .__/ \___|_|
|_|
Introduction
Sublime Text Plugin: Zend Framework 2 (ZF2) Helper
The ZF2 Helper provides some useful functions to speed up the development of ZF2 applications. It adds options to both the side bar menu and the edit are context menu.
Current Features:
- Create a new ZF2 module which will include:
- Module directory structure
- Module config
- Module Bootstrap
- Standard template Controller
- Standard template view file
- Create a new ZF2 Controller action
More info at pipe-devnull.com
Installation
Install via package_control
How to use
Create a new ZF2 Module:
Create an entirely new ZF2 module with 1 click rather than copying, pasting, renaming all files individually. Much quicker:)
- In the side bar, right click in the modules folder and select “ZF2 Helper” -> “New ZF2 Module”
- Input the name of the new module
- Add the name of the module into the main ZF2 Application configuration file
Create a new ZF2 Controller Action:
Adds sample MVC action code into the controller file and created a new view file in the view directory.
- Open up a ZF2 MVC controller file
- Right click in the file where you want to add a new action.
- Select “ZF2 - New Controller Action”
- Enter the name of the action in the prompt
Snippets
Plugin includes additional snippets useful for ZF2 development:
- New Action - tab trigger 'action'
Copyright © 2012 Adrian Bruce ade@pipe-devnull.com