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
(We like you best!)
sudo pear upgrade -c easybib
or:sudo pear channel-update easybib.github.com/pear
pear upgrade easybib/EasyBib_Form_Decorator
See docs
folder for a example form and controller usage of decorator stuff
A View Helper to print out fancy twitter bootstrap messages. Needs to be added to view helper path (see Installlation 4.)
- change version in generate-package.php
- php generate-package.php make
- pear package
- move created tgz archiv to pear rep
pirum add . new_version.tgz
git add -A
git commit -a
git push origin gh-pages
sudo pear upgrade -c easybib
- (
sudo pear channel-update easybib.github.com/pear
)