2017 © Pedro Peláez
 

library formfields

Form creation for PHP 5.3

image

aw/formfields

Form creation for PHP 5.3

  • Thursday, September 18, 2014
  • by alexwyett
  • Repository
  • 1 Watchers
  • 0 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Form Fields object class library

This library provides the ability to create form and element objects programatically using OO., (*1)

Getting Started

See the various examples for implementation methods, (*2)

Installing via composer

  1. Create a composer.json where you want to install the project
  2. Add the following:
{
    "require": {
        "aw/formfields": "dev-master"   
    }
}

3: Download composer and install the repo:, (*3)

curl -sS https://getcomposer.org/installer | php
./composer.phar install

For more information about composer, please see the composer quick start guide., (*4)

Notes:

If you are using xedbug and have large collections of child objects, you may need to add this into your php.ini:, (*5)

xdebug.max_nesting_level=200, (*6)

This is because of the amount of recursion necessary to render parent/child objects so the amount of function calls may exceed the default amount., (*7)

The Versions

18/09 2014

dev-develop

dev-develop http://github.com/alexwyett/aw-form-fields

Form creation for PHP 5.3

  Sources   Download

proprietary

The Requires

  • php >=5.3.0

 

html forms

15/07 2014

dev-master

9999999-dev http://github.com/alexwyett/aw-form-fields

Form creation for PHP 5.3

  Sources   Download

proprietary

The Requires

  • php >=5.3.0

 

html forms