コード例 #1
0
ファイル: WithData.php プロジェクト: alexanderTsig/arabic
 public function setForInsert($vars)
 {
     $this->_prepareForSet($vars);
     return parent::setForInsert($vars);
 }
コード例 #2
0
ファイル: Table.php プロジェクト: alexanderTsig/arabic
 public function setForInsert(Am_Record $record, array $vars)
 {
     $record->setForInsert($vars);
     $this->setInsertNested($record, $vars);
 }