doujian3132 2013-11-22 10:22
浏览 32

在MVC模式中转换表单数据的最佳位置

Let's say that model insert data to database.

class Model
{
    public function insert($value) {
        // putting $value to database to integer field
    }

}

I want to convert $value to int by (int) $value to prevent the insertion of the non-numeric value.

Where should I do this? In model method or in controller?

class Controller
{
    public function indexAction() {
        $model = new Model;
        $model->insert($_POST['user_id']);
    }
}
  • 写回答

3条回答 默认 最新

  • doushi8187 2013-11-22 10:26
    关注
    1. It hardly makes any difference to PHP whether a value is a numeric string or an integer, it'll just work with it the same way and convert implicitly when actually necessary.
    2. If this is actually a concern though, the controller is logically the right place to do it. Numbers being numeric strings instead of integers is a problem unique to the method of input, and a controller is an "input adapter" if you will which takes input in a specific form and passes it through to the model in a standardised format.
    评论

报告相同问题?

悬赏问题

  • ¥15 wpf界面一直接收PLC给过来的信号,导致UI界面操作起来会卡顿
  • ¥15 init i2c:2 freq:100000[MAIXPY]: find ov2640[MAIXPY]: find ov sensor是main文件哪里有问题吗
  • ¥15 运动想象脑电信号数据集.vhdr
  • ¥15 三因素重复测量数据R语句编写,不存在交互作用
  • ¥15 微信会员卡等级和折扣规则
  • ¥15 微信公众平台自制会员卡可以通过收款码收款码收款进行自动积分吗
  • ¥15 随身WiFi网络灯亮但是没有网络,如何解决?
  • ¥15 gdf格式的脑电数据如何处理matlab
  • ¥20 重新写的代码替换了之后运行hbuliderx就这样了
  • ¥100 监控抖音用户作品更新可以微信公众号提醒