This commit is contained in:
parent
d9b9a5af70
commit
760e598ba5
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
* and is licensed under the LGPL. For more information, see
|
||||
* <http://www.phpdoctrine.com>.
|
||||
*/
|
||||
Doctrine::autoload('Doctrine_Access');
|
||||
Doctrine::autoload('Doctrine_Record_Abstract');
|
||||
/**
|
||||
* Doctrine_Record
|
||||
* All record classes should inherit this super class
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* and is licensed under the LGPL. For more information, see
|
||||
* <http://www.phpdoctrine.com>.
|
||||
*/
|
||||
|
||||
Doctrine::autoload('Doctrine_Record_Abstract');
|
||||
/**
|
||||
* Doctrine_Template
|
||||
*
|
||||
|
@ -60,7 +60,7 @@ class Doctrine_Template extends Doctrine_Record_Abstract
|
|||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
public function setTableDefinition()
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue