Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
2d0b4abc
Commit
2d0b4abc
authored
May 10, 2007
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
6ee6b368
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
1470 deletions
+5
-1470
Record.php
draft/Record.php
+0
-1465
Collection.php
draft/new-core/Collection.php
+1
-1
Hydrate.php
draft/new-core/Hydrate.php
+1
-1
Query.php
draft/new-core/Query.php
+2
-2
Record.php
draft/new-core/Record.php
+1
-1
No files found.
draft/Record.php
deleted
100644 → 0
View file @
6ee6b368
This diff is collapsed.
Click to expand it.
draft/new-core/Collection.php
View file @
2d0b4abc
...
...
@@ -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_Collection
2
extends
Doctrine_Access
implements
Countable
,
IteratorAggregate
,
Serializable
{
/**
* @var array $data an array containing the data access objects of this collection
...
...
draft/new-core/Hydrate.php
View file @
2d0b4abc
...
...
@@ -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_Hydrate
2
extends
Doctrine_Access
{
/**
* QUERY TYPE CONSTANTS
...
...
draft/new-core/Query.php
View file @
2d0b4abc
...
...
@@ -20,7 +20,7 @@
*/
Doctrine
::
autoload
(
'Doctrine_Hydrate'
);
/**
* Doctrine_Query
* Doctrine_Query
2
*
* @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_Query
2
extends
Doctrine_Hydrate2
implements
Countable
{
/**
* @param array $subqueryAliases the table aliases needed in some LIMIT subqueries
*/
...
...
draft/new-core/Record.php
View file @
2d0b4abc
...
...
@@ -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_Record
2
extends
Doctrine_Access
implements
Countable
,
IteratorAggregate
,
Serializable
{
/**
* STATE CONSTANTS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment