Download the PHP package easybib/form-decorator without Composer
On this page you can find all versions of the php package easybib/form-decorator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download easybib/form-decorator
More information about easybib/form-decorator
Files in easybib/form-decorator
Download easybib/form-decorator
More information about easybib/form-decorator
Files in easybib/form-decorator
Vendor easybib
Package form-decorator
Short Description EasyBib_Form_Decorator is a set of Twitter Bootstrap decorators for Zend_Form
License MIT
Package form-decorator
Short Description EasyBib_Form_Decorator is a set of Twitter Bootstrap decorators for Zend_Form
License MIT
Please rate this library. Is it a good library?
Informations about the package form-decorator
Bootstrap form decorators for Zend Framework 1
Installation & Configuration
Composer
Add this to repositories:
Then this in require:
PEAR
sudo pear channel-discover easybib.github.com/pear
sudo pear install easybib/EasyBib_Form_Decorator-alpha
- add
autoloaderNamespaces[] = "EasyBib"
to yourapplication.ini
- add
$view->addHelperPath('EasyBib/View/Helper', 'EasyBib_View_Helper');
in your Bootstrap - follow examples in docs folder to integrate it into your forms
Updating? (PEAR)
(We like you best!)
sudo pear upgrade -c easybib
or:sudo pear channel-update easybib.github.com/pear
pear upgrade easybib/EasyBib_Form_Decorator
Form Decorator
See docs
folder for a example form and controller usage of decorator stuff
MessagesFormatter
A View Helper to print out fancy twitter bootstrap messages. Needs to be added to view helper path (see Installlation 4.)
Create new package Version
Package Rep (after source change)
- change version in generate-package.php
- php generate-package.php make
- pear package
- move created tgz archiv to pear rep
Pear Rep
pirum add . new_version.tgz
git add -A
git commit -a
git push origin gh-pages
Pear Upgrade (local/vagrant box)
sudo pear upgrade -c easybib
- (
sudo pear channel-update easybib.github.com/pear
)
All versions of form-decorator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package easybib/form-decorator contains the following files
Loading the files please wait ....