2017 © Pedro Peláez
 

library twig-zendform

Twig extension to integrate zendframework/zend-form into twig templates

image

stubbetje/twig-zendform

Twig extension to integrate zendframework/zend-form into twig templates

  • Saturday, September 17, 2016
  • by stubbetje
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

twig-zendform Build Status

Twig extension to integrate zendframework/zend-form into twig templates, (*1)

Form open and close tags

Using the view helpers from zendframework/zend-view in your ZendFramework2 project:, (*2)

echo $this->form()->openTag( $this->myform );

//...

echo $this->form()->closeTag();

Using this twig extension:, (*3)

{{ form_opentag( myform ) }}
...
{{ form_closetag( myform ) }}

The Versions

17/09 2016

dev-master

9999999-dev

Twig extension to integrate zendframework/zend-form into twig templates

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stefan Stubbe

17/09 2016

dev-factory

dev-factory

Twig extension to integrate zendframework/zend-form into twig templates

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stefan Stubbe

17/09 2016

v0.0.1

0.0.1.0

Twig extension to integrate zendframework/zend-form into twig templates

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stefan Stubbe