2017 © Pedro Peláez
 

library stdlib

A collection of abstract and base classes supporting they way I like to use Zend Framework

image

iaasen/stdlib

A collection of abstract and base classes supporting they way I like to use Zend Framework

  • Wednesday, July 25, 2018
  • by iaasen
  • Repository
  • 1 Watchers
  • 1 Stars
  • 271 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 43 % Grown

The README.md

Horizontal form (bootstrap)

This function requires the TwbsHelper module to be added. See neilime/twbs-helper-module, (*1)

Add to the view where the form is used, (*2)

$this->formCollection()->setElementHelper($this->formRowHorizontal());
$form->prepare();
echo $this->form()->openTag($form);
echo $this->formCollection($form);
echo $this->form()->closeTag();

Replace a view helper in current view, (*3)

$this->getHelperPluginManager()->setService('formRow', $this->formRowHorizontal());

Format select in bootstrap v3, (*4)

Add to less-template:
select.form-select {
    .form-control
}

The Versions

25/07 2018

dev-master

9999999-dev

A collection of abstract and base classes supporting they way I like to use Zend Framework

  Sources   Download

proprietary

The Requires

 

08/10 2017

dev-dev

dev-dev

A collection of abstract and base classes supporting they way I like to use Zend Framework

  Sources   Download

proprietary

The Requires

 

04/10 2017

1.0.0

1.0.0.0

A collection of abstract and base classes supporting they way I like to use Zend Framework

  Sources   Download

proprietary

The Requires