Happyr birthday bundle 为您提供了一种更优雅的方式来渲染生日小部件
github.com/Happyr/BirthdayBundle
主页
源代码
问题
安装量: 1,479
依赖关系: 0
建议者: 0
安全: 0
星星: 0
关注者: 2
分支: 0
开放问题: 0
类型:symfony-bundle
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT fd8cd2b0ad2bfb1adb0d3950e2ad6ae5efc25cbc
birthday
This package is auto-updated.
Last update: 2024-08-25 06:37:12 UTC
获取一个好看的生日表单。手动输入年份,然后下拉选择月份和日期。
// 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') }