codemix/bs3activeform

为 Yii 优化的 Bootstrap 3 版本的 CActiveForm

dev-master 2014-03-24 15:55 UTC

This package is auto-updated.

Last update: 2024-08-24 03:59:07 UTC


README

安装

我们建议使用 composer 安装此类。如果您已包含 composer 自动加载器,则可以直接使用该类。

文档

有关文档,请访问我们的 GitHub 页面

http://codemix.github.io/bs3activeform/

文档的源代码作为模块包含在内。您可以在本地的 main.php 中配置它。

'modules' => array(
    'bs3activeform' => array(
        'class' => 'vendor.codemix.bs3activeform.demo.BS3ActiveFormDemoModule',
    ),
),