douxin8749 2011-10-31 09:43
浏览 28
已采纳

cakePHP:验证控制器中的数据(hasMany)

I have the following problem:
I need to validate data in a controller, which is passed by a form. The special thing: The fields from the form are not present in the database, BUT in the $validate-Array. - Which should afaik not be a problem.
Another thing is, that the Model has a hasMany-Relationship with parts of this form.

Text hasMany Proofs

This is the validation-array:

var $validate = array(  
   'freetext' => array(  
      'between' => array(  
          'rule' => array('between', 250, 1000),  
          'message' => '..',  
      ),  
   ),  
);  

Here is an example of the data passed to the controller

[Proof] => Array
    (
        [0] => Array
            (
                [freetext] => asd
            )
        [1] => Array
            (
                [freetext] => asd
            )
        [2] => Array
            (
                [freetext] => asd
            )
    )

I use the following code to validate:

$this->Texts->set($this->data);   
if ($this->Texts->validates()) {  

When I call it, it returns true, so the validation succeed. BUT freetext has a bit less than 250 chars.

But: The form shows the red asterisks, which symbolizes me, that the validation-array is succesfully parsed an applied to the form.
And also in the corresponding controller beforeValidate() { debug($this->data); } shows me the correct data.

So WHY does data validation succeed, even when the policies are not me?

Thanks ahead!
~MxAgent

  • 写回答

2条回答 默认 最新

  • dongzg2006 2011-12-10 17:43
    关注

    Updated to cakePHP 2.0 and used validateMany() for validation. Now it works ;)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 基于单片机数字电压表电路组成及框图
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 unity第一人称射击小游戏,有demo,在原脚本的基础上进行修改以达到要求
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line