【问题标题】:In yii 1.1.x move all forms in new /protected/forms/ directory在 yii 1.1.x 中将所有表单移动到新的 /protected/forms/ 目录中
【发布时间】:2014-07-09 12:05:12
【问题描述】:

在所有 yii 1.1 示例中,我看到表单保存在 /protected/models/ 子目录中。 我想在新的 /protected/forms/ 目录中移动所有表单。这是安全的方式吗?

【问题讨论】:

    标签: php forms yii


    【解决方案1】:

    只需移动该子目录中的模型并在配置(main.php)中添加import这一行:

    'import'=>array(
        'application.models.forms.*',
        ...
    )
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-10-09
      • 1970-01-01
      • 2019-01-30
      • 1970-01-01
      • 2014-06-21
      • 2017-05-27
      • 1970-01-01
      • 2013-01-11
      相关资源
      最近更新 更多