easybib/form-decorator 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

easybib/form-decorator

最新稳定版本:0.4.1

Composer 安装命令:

composer require easybib/form-decorator

包简介

EasyBib_Form_Decorator is a set of Twitter Bootstrap decorators for Zend_Form

README 文档

README

Build Status

Installation & Configuration

Composer

Add this to repositories:

{
    "type": "vcs",
    "url": "https://github.com/easybib/EasyBib_Form_Decorator"
}

Then this in require:

"easybib/form-decorator": "*"

PEAR

  1. sudo pear channel-discover easybib.github.com/pear
  2. sudo pear install easybib/EasyBib_Form_Decorator-alpha
  3. add autoloaderNamespaces[] = "EasyBib" to your application.ini
  4. add $view->addHelperPath('EasyBib/View/Helper', 'EasyBib_View_Helper'); in your Bootstrap
  5. follow examples in docs folder to integrate it into your forms

Updating? (PEAR)

(We like you best!)

  1. sudo pear upgrade -c easybib or: sudo pear channel-update easybib.github.com/pear
  2. 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)

统计信息

  • 总下载量: 3.61k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 37
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-05-04