yaotti's diary

Software is Eating the World

unbindModelが

なぜかうまくできない。
どこがおかしいんだろう。

$cond=arrray(hogehoge);
$field=null;
$ordering=array(fugafuga);

$this->ProductTitle->Product->unbindModel=array("hasOne"=>array("SpecComment"),
                                                "hasMany"=>array("ProductTitle",
    						   	                 "ProductOption",
								          "Specification"));

$this->ProductTitle->findAll($cond,$field,$ordering);

なぜだ。
うまくいったら書く。