happyr / birthday-bundle

Happyr birthday bundle 为您提供了一种更优雅的方式来渲染生日小部件

安装量: 1,479

依赖关系: 0

建议者: 0

安全: 0

星星: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

0.2.6 2017-11-10 15:08 UTC

This package is auto-updated.

Last update: 2024-08-25 06:37:12 UTC


README

获取一个好看的生日表单。手动输入年份,然后下拉选择月份和日期。

Example how it will look

安装

// app/config/config.yml
twig:
    form:
      resources:
        - 'HappyrBirthdayBundle:Form:fields.html.twig'

使用方法

//WhateverFormType.php

public function buildForm(FormBuilderInterface $builder, array $options)
{
   $builder->add('birthday', 'happyr_birthday')
}