2017 © Pedro Peláez
 

library forms

Form manager built on phalcon

image

logikostech/forms

Form manager built on phalcon

  • Thursday, September 15, 2016
  • by logikos
  • Repository
  • 2 Watchers
  • 1 Stars
  • 55 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Logikos\Forms

Form manager which extends Phalcon PHP, (*1)

Installation

Installing via Composer

Install Composer in a common location or in your project:, (*2)

curl -s http://getcomposer.org/installer | php

create or edit the composer.json file as follows:, (*3)

{
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/logikostech/forms"
        }
    ],
    "require": {
        "logikostech/forms": "dev-master"
    }
}

Run the composer installer:, (*4)

$ php composer.phar install

Installing via GitHub

Just clone the repository in a common location or inside your project:, (*5)

git clone https://github.com/logikostech/forms.git

Autoloading

Add or register the following namespace strategy to your Phalcon\Loader:, (*6)

$loader = new Phalcon\Loader();

$loader->registerNamespaces([
    'Logikos\Forms' => '/path/to/this/repo/src/'
]);

$loader->register();

Key features

Forms Class

Wrapper for Phalcon\Forms\Form which adds some additional features., (*7)

Radioset Element and Tag

Added Logikos\Forms\Element\Radioset which works like and extends Phalcon\Forms\Element\Select and works the same way except that it outputs radio options instead of a select box. Resulting radio tag option markup can be controlled by setting Logikos\Forms\Tag\Radioset::useRadioTemplate(), (*8)

SelectOptions

Phalcon plugin to query selectbox options. Works well as a backend to select2. docs/SelectOptions.md contains basic usage information., (*9)

The Versions

15/09 2016

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/logikostech/forms

Form manager built on phalcon

  Sources   Download

MIT

The Requires

 

The Development Requires

by Todd Empcke

plugin forms phalcon logikostech logikos radioset

08/08 2016

dev-master

9999999-dev https://github.com/logikostech/forms

Form manager built on phalcon

  Sources   Download

MIT

The Requires

 

The Development Requires

by Todd Empcke

plugin forms phalcon logikostech logikos radioset

08/08 2016

1.0.2

1.0.2.0 https://github.com/logikostech/forms

Form manager built on phalcon

  Sources   Download

MIT

The Requires

 

The Development Requires

by Todd Empcke

plugin forms phalcon logikostech logikos radioset

08/08 2016

1.0.1

1.0.1.0 https://github.com/logikostech/forms

Form manager built on phalcon

  Sources   Download

MIT

The Requires

 

The Development Requires

by Todd Empcke

plugin forms phalcon logikostech logikos radioset

29/06 2016

1.0.0

1.0.0.0 https://github.com/logikostech/forms

Form manager built on phalcon

  Sources   Download

MIT

The Requires

 

The Development Requires

by Todd Empcke

plugin forms phalcon logikostech logikos radioset