dkplus / controller-dsl
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.
DSL for zf2 controllers
dev-master
2012-12-13 23:48 UTC
Requires
- php: >=5.3.3
- dkplus/unit-test: dev-master
- zendframework/zendframework: 2.*
This package is auto-updated.
Last update: 2019-02-20 19:59:27 UTC
README
DSL for zf2 controller
Shall handle when ready:
- access to route / request parameter
- redirecting, forwarding and flash messages
- form support (validate, error + success handling)
- ajax support (doing things on ajax requests)
- storing and fetching data from services
- returning different result types (json, xml, feed)
- disabling the layout / switching between different view scripts
- easy to test