autoload bug fixed
This commit is contained in:
parent
a81e1d766f
commit
12dc05fac5
@ -18,19 +18,19 @@
|
|||||||
* 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("Access");
|
Doctrine::autoload("Doctrine_Access");
|
||||||
/**
|
/**
|
||||||
* Doctrine_Collection
|
* Doctrine_Collection
|
||||||
* Collection of Doctrine_Record objects.
|
* Collection of Doctrine_Record objects.
|
||||||
*
|
*
|
||||||
* @package Doctrine
|
* @package Doctrine
|
||||||
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
|
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
|
||||||
* @category Object Relational Mapping
|
* @category Object Relational Mapping
|
||||||
* @link www.phpdoctrine.com
|
* @link www.phpdoctrine.com
|
||||||
* @since 1.0
|
* @since 1.0
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
|
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
|
||||||
*/
|
*/
|
||||||
class Doctrine_Collection extends Doctrine_Access implements Countable, IteratorAggregate, Serializable {
|
class Doctrine_Collection extends Doctrine_Access implements Countable, IteratorAggregate, Serializable {
|
||||||
/**
|
/**
|
||||||
* @var array $data an array containing the data access objects of this collection
|
* @var array $data an array containing the data access objects of this collection
|
||||||
|
Loading…
Reference in New Issue
Block a user