2017 © Pedro Peláez
 

library forman

Form component for shadowprince/slimext

image

shadowprince/forman

Form component for shadowprince/slimext

  • Tuesday, November 19, 2013
  • by ShadowPrince
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

Forman

Forman is library for working with forms., (*1)

in code

$form = new \Forman\Form(
    new \Forman\Field\Value("email"),
    new \Forman\Field\Text("text"),
    (new \Forman\Field\Checkbox("subscr"))->setValue(1)
);

if ($data = $form->process($_POST)) {
    // send email
}

render_template("contact.html", array(
    "form" => $form->getRenderer("\Forman\Render\HTML\Renderer")
        ->setAction("/contact")
        ->GET(),
));

in template

{{ form.render|raw }}

or

{{ form.top|raw }}
That's my form
{{ form.elements|raw }}
{{ form.bottom|raw }}

or even

<form action="{{ form.getAction }}" method="POST">
    {% for field in form.getFields %}
        {% if field.getCaption %}
            <label class="caption">{{ field.getCaption }}</label>
        {% endif %}
        <span class="field">
            {{ field.renderTag|raw }}
        </span>
        {% if field.getHint %}
            <span class="hint">
                {{ field.getHint }}
            </span>
        {% endif %}
    {% endfor %}
</form>

Forman writed for slimext, but not attached to it, you can use it with any framework or without it. Additional parameters to process passed to form validators (you can provide orm object or application instance)., (*2)

The Versions

19/11 2013

0.1.6.2

0.1.6.2 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

19/11 2013

dev-master

9999999-dev http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

19/11 2013

0.2.3

0.2.3.0 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

24/10 2013

0.2.2

0.2.2.0 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

24/10 2013

0.2.1

0.2.1.0 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

24/10 2013

0.2

0.2.0.0 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

24/10 2013

dev-dev

dev-dev http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

23/10 2013

0.1.6.1

0.1.6.1 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

23/10 2013

0.1.6

0.1.6.0 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

22/10 2013

0.1.5.1

0.1.5.1 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

22/10 2013

0.1.4.1

0.1.4.1 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

22/10 2013

0.1.4

0.1.4.0 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

17/10 2013

0.1.3

0.1.3.0 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

15/10 2013

0.1.2

0.1.2.0 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext

15/10 2013

0.1.1

0.1.1.0 http://shadowprince.github.com/forman

Form component for shadowprince/slimext

  Sources   Download

BSD

The Requires

 

component forms slimext