logikostech/forms 问题修复 & 功能扩展

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

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

logikostech/forms

Composer 安装命令:

composer require logikostech/forms

包简介

Form manager built on phalcon

README 文档

README

Form manager which extends Phalcon PHP

Installation

Installing via Composer

Install Composer in a common location or in your project:

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

create or edit the composer.json file as follows:

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

Run the composer installer:

$ php composer.phar install

Installing via GitHub

Just clone the repository in a common location or inside your project:

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

Autoloading

Add or register the following namespace strategy to your Phalcon\Loader:

$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.

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()

SelectOptions

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-06-29

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固