This commit is contained in:
parent
6ee6b36864
commit
2d0b4abcaa
5 changed files with 5 additions and 1470 deletions
1465
draft/Record.php
1465
draft/Record.php
File diff suppressed because it is too large
Load diff
|
@ -31,7 +31,7 @@ Doctrine::autoload("Doctrine_Access");
|
|||
* @version $Revision: 1207 $
|
||||
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
|
||||
*/
|
||||
class Doctrine_Collection extends Doctrine_Access implements Countable, IteratorAggregate, Serializable
|
||||
class Doctrine_Collection2 extends Doctrine_Access implements Countable, IteratorAggregate, Serializable
|
||||
{
|
||||
/**
|
||||
* @var array $data an array containing the data access objects of this collection
|
||||
|
|
|
@ -32,7 +32,7 @@ Doctrine::autoload('Doctrine_Access');
|
|||
* @version $Revision: 1255 $
|
||||
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
|
||||
*/
|
||||
abstract class Doctrine_Hydrate extends Doctrine_Access
|
||||
abstract class Doctrine_Hydrate2 extends Doctrine_Access
|
||||
{
|
||||
/**
|
||||
* QUERY TYPE CONSTANTS
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
Doctrine::autoload('Doctrine_Hydrate');
|
||||
/**
|
||||
* Doctrine_Query
|
||||
* Doctrine_Query2
|
||||
*
|
||||
* @package Doctrine
|
||||
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
|
||||
|
@ -30,7 +30,7 @@ Doctrine::autoload('Doctrine_Hydrate');
|
|||
* @version $Revision: 1296 $
|
||||
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
|
||||
*/
|
||||
class Doctrine_Query extends Doctrine_Hydrate implements Countable {
|
||||
class Doctrine_Query2 extends Doctrine_Hydrate2 implements Countable {
|
||||
/**
|
||||
* @param array $subqueryAliases the table aliases needed in some LIMIT subqueries
|
||||
*/
|
||||
|
|
|
@ -31,7 +31,7 @@ Doctrine::autoload('Doctrine_Access');
|
|||
* @since 1.0
|
||||
* @version $Revision: 1298 $
|
||||
*/
|
||||
abstract class Doctrine_Record extends Doctrine_Access implements Countable, IteratorAggregate, Serializable
|
||||
abstract class Doctrine_Record2 extends Doctrine_Access implements Countable, IteratorAggregate, Serializable
|
||||
{
|
||||
/**
|
||||
* STATE CONSTANTS
|
||||
|
|
Loading…
Add table
Reference in a new issue