コード例 #1
0
ファイル: BasesfErrorLog.php プロジェクト: sgrove/cothinker
 public function setByName($name, $value, $type = BasePeer::TYPE_PHPNAME)
 {
     $pos = sfErrorLogPeer::translateFieldName($name, $type, BasePeer::TYPE_NUM);
     return $this->setByPosition($pos, $value);
 }