1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
This commit is contained in:
zYne 2007-02-08 22:31:54 +00:00
parent 21e22ba908
commit 52a5ec1704

View file

@ -1477,7 +1477,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
} }
public function setTableName($tableName) public function setTableName($tableName)
{ {
$this->_table->tableName = $tableName; $this->_table->setOption('tableName', $tableName);
} }
public function setInheritanceMap($map) public function setInheritanceMap($map)
{ {