2017 © Pedro Peláez
 

library formulaic

Object oriented PHP5 form tools

image

monomelodies/formulaic

Object oriented PHP5 form tools

  • Friday, June 10, 2016
  • by monomelodies
  • Repository
  • 1 Watchers
  • 0 Stars
  • 165 Installations
  • PHP
  • 1 Dependents
  • 4 Suggesters
  • 0 Forks
  • 0 Open issues
  • 40 Versions
  • 0 % Grown

The README.md

Formulaic

Object-oriented form utilities for PHP5.4+, (*1)

This project is discontinued

Please see its successor: monolyth/formulaic, (*2)

HTML forms suck. Well, no, they're superduper handy, but writing them and validating them server-side can be a pain. Formulaic offers a set of utilities to ease that pain., (*3)

Basic usage

Define a form with some fields and other requirements:, (*4)

isRequired();
        $this[] = new Submit('Go!', 'submit');
    }
}
```

In your template, either use the API to manually tweak your output, or simply
`__toString` the form to use the defaults:

```php



=$form[0]?> =$form['q']?>

To validate your form:, (*5)

valid()) {
    // ...Perform the search...
}
```

To get a list of errors:

```php
errors()) {
    // ...Do error handling, or give feedback...
}
```

Forms can contain fieldsets:

```php

    =$form['Global search']?>
    <?=$form['Search by ID']?>
    <?=$form['submit']?>
</form>

See the full documentation for all other options., (*6)

The Versions

10/06 2016

dev-master

9999999-dev

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

10/06 2016

dev-develop

dev-develop

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

10/06 2016

1.5.11

1.5.11.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

10/06 2016

1.5.10

1.5.10.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

04/06 2016

1.5.9

1.5.9.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

30/05 2016

1.5.8

1.5.8.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

25/05 2016

1.5.7

1.5.7.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

20/03 2016

1.5.6

1.5.6.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

06/03 2016

1.5.5

1.5.5.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

23/02 2016

1.5.4

1.5.4.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

08/02 2016

1.5.3

1.5.3.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

03/01 2016

1.5.2

1.5.2.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

30/12 2015

1.5.1

1.5.1.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

16/10 2015

1.5.0

1.5.0.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

26/09 2015

1.4.3

1.4.3.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

06/09 2015

1.4.2

1.4.2.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

27/08 2015

1.4.1

1.4.1.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

27/08 2015

1.4.0

1.4.0.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

08/08 2015

1.3.0

1.3.0.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

08/08 2015

1.2.3

1.2.3.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

07/08 2015

1.2.2

1.2.2.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

25/07 2015

1.2.1

1.2.1.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

25/07 2015

1.2.0

1.2.0.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

23/07 2015

1.1.0

1.1.0.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

21/07 2015

1.0.2

1.0.2.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

22/06 2015

1.0.1

1.0.1.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Marijn Ophorst

php form validation html5 oo

04/06 2015

1.0.0

1.0.0.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

php form validation html5 oo

30/03 2015

0.0.13

0.0.13.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

php form validation html5 oo

22/01 2015

0.0.12

0.0.12.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

php form validation html5 oo

22/01 2015

0.0.11

0.0.11.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

php form validation html5 oo

22/01 2015

0.0.10

0.0.10.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

php form validation html5 oo

22/01 2015

0.0.9

0.0.9.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

php form validation html5 oo

22/01 2015

0.0.8

0.0.8.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

php form validation html5 oo

22/01 2015

0.0.7

0.0.7.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

php form validation html5 oo

21/01 2015

0.0.6

0.0.6.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

php form validation html5 oo

21/01 2015

0.0.5

0.0.5.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

php form validation html5 oo

21/01 2015

0.0.4

0.0.4.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

php form validation html5 oo

20/01 2015

0.0.3

0.0.3.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

20/01 2015

0.0.2

0.0.2.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst

20/01 2015

0.0.1

0.0.1.0

Object oriented PHP5 form tools

  Sources   Download

MIT

The Development Requires

by Marijn Ophorst