1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00
This commit is contained in:
zYne 2007-06-27 17:46:34 +00:00
parent d9b9a5af70
commit 760e598ba5
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
* and is licensed under the LGPL. For more information, see * and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>. * <http://www.phpdoctrine.com>.
*/ */
Doctrine::autoload('Doctrine_Access'); Doctrine::autoload('Doctrine_Record_Abstract');
/** /**
* Doctrine_Record * Doctrine_Record
* All record classes should inherit this super class * All record classes should inherit this super class

View file

@ -18,7 +18,7 @@
* and is licensed under the LGPL. For more information, see * and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>. * <http://www.phpdoctrine.com>.
*/ */
Doctrine::autoload('Doctrine_Record_Abstract');
/** /**
* Doctrine_Template * Doctrine_Template
* *
@ -60,7 +60,7 @@ class Doctrine_Template extends Doctrine_Record_Abstract
{ {
} }
public function setTableDefinition() public function setTableDefinition()
{ {