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
085dc9d6
Commit
085dc9d6
authored
Nov 12, 2006
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enhanced class doc blocks, fixes #228
parent
799102b2
Changes
129
Hide whitespace changes
Inline
Side-by-side
Showing
129 changed files
with
1000 additions
and
562 deletions
+1000
-562
Doctrine.php
lib/Doctrine.php
+6
-4
Access.php
lib/Doctrine/Access.php
+7
-3
Statement.php
lib/Doctrine/Adapter/Statement.php
+8
-4
Collection.php
lib/Doctrine/Collection.php
+8
-4
Batch.php
lib/Doctrine/Collection/Batch.php
+8
-6
Exception.php
lib/Doctrine/Collection/Exception.php
+8
-4
Immediate.php
lib/Doctrine/Collection/Immediate.php
+8
-6
Iterator.php
lib/Doctrine/Collection/Iterator.php
+8
-4
Expandable.php
lib/Doctrine/Collection/Iterator/Expandable.php
+8
-4
Normal.php
lib/Doctrine/Collection/Iterator/Normal.php
+8
-4
Offset.php
lib/Doctrine/Collection/Iterator/Offset.php
+8
-4
Lazy.php
lib/Doctrine/Collection/Lazy.php
+8
-1
Offset.php
lib/Doctrine/Collection/Offset.php
+8
-4
Compiler.php
lib/Doctrine/Compiler.php
+6
-3
Exception.php
lib/Doctrine/Compiler/Exception.php
+8
-5
Configurable.php
lib/Doctrine/Configurable.php
+7
-3
Connection.php
lib/Doctrine/Connection.php
+8
-5
Common.php
lib/Doctrine/Connection/Common.php
+8
-1
Exception.php
lib/Doctrine/Connection/Exception.php
+8
-4
Firebird.php
lib/Doctrine/Connection/Firebird.php
+8
-6
Exception.php
lib/Doctrine/Connection/Firebird/Exception.php
+8
-4
Informix.php
lib/Doctrine/Connection/Informix.php
+8
-4
Informix.php
lib/Doctrine/Connection/Informix/Informix.php
+8
-4
Mssql.php
lib/Doctrine/Connection/Mssql.php
+8
-6
Mssql.php
lib/Doctrine/Connection/Mssql/Mssql.php
+8
-7
Mysql.php
lib/Doctrine/Connection/Mysql.php
+8
-6
Exception.php
lib/Doctrine/Connection/Mysql/Exception.php
+8
-7
Oracle.php
lib/Doctrine/Connection/Oracle.php
+8
-4
Exception.php
lib/Doctrine/Connection/Oracle/Exception.php
+8
-7
Pgsql.php
lib/Doctrine/Connection/Pgsql.php
+8
-6
Exception.php
lib/Doctrine/Connection/Pgsql/Exception.php
+8
-4
Sqlite.php
lib/Doctrine/Connection/Sqlite.php
+8
-7
Exception.php
lib/Doctrine/Connection/Sqlite/Exception.php
+8
-7
Transaction.php
lib/Doctrine/Connection/Transaction.php
+7
-4
UnitOfWork.php
lib/Doctrine/Connection/UnitOfWork.php
+8
-5
DataDict.php
lib/Doctrine/DataDict.php
+8
-5
Exception.php
lib/Doctrine/DataDict/Exception.php
+8
-4
Informix.php
lib/Doctrine/DataDict/Informix.php
+8
-6
Exception.php
lib/Doctrine/DataDict/Informix/Exception.php
+8
-4
Mssql.php
lib/Doctrine/DataDict/Mssql.php
+8
-8
Exception.php
lib/Doctrine/DataDict/Mssql/Exception.php
+8
-4
Mysql.php
lib/Doctrine/DataDict/Mysql.php
+8
-8
Exception.php
lib/Doctrine/DataDict/Mysql/Exception.php
+8
-4
Oracle.php
lib/Doctrine/DataDict/Oracle.php
+8
-8
Exception.php
lib/Doctrine/DataDict/Oracle/Exception.php
+8
-4
Pgsql.php
lib/Doctrine/DataDict/Pgsql.php
+8
-8
Exception.php
lib/Doctrine/DataDict/Pgsql/Exception.php
+8
-4
Sqlite.php
lib/Doctrine/DataDict/Sqlite.php
+8
-6
Sqlite.php
lib/Doctrine/DataDict/Sqlite/Sqlite.php
+8
-4
Db.php
lib/Doctrine/Db.php
+8
-5
Event.php
lib/Doctrine/Db/Event.php
+8
-4
EventListener.php
lib/Doctrine/Db/EventListener.php
+8
-4
Chain.php
lib/Doctrine/Db/EventListener/Chain.php
+8
-5
Exception.php
lib/Doctrine/Db/Exception.php
+8
-4
Firebird.php
lib/Doctrine/Db/Firebird.php
+8
-6
Informix.php
lib/Doctrine/Db/Informix.php
+8
-6
Mssql.php
lib/Doctrine/Db/Mssql.php
+8
-6
Mysql.php
lib/Doctrine/Db/Mysql.php
+8
-6
Oracle.php
lib/Doctrine/Db/Oracle.php
+8
-6
Pgsql.php
lib/Doctrine/Db/Pgsql.php
+8
-6
Profiler.php
lib/Doctrine/Db/Profiler.php
+8
-4
Exception.php
lib/Doctrine/Db/Profiler/Exception.php
+8
-4
Query.php
lib/Doctrine/Db/Profiler/Query.php
+8
-5
Statement.php
lib/Doctrine/Db/Statement.php
+8
-4
EventListener.php
lib/Doctrine/EventListener.php
+8
-5
AccessorInvoker.php
lib/Doctrine/EventListener/AccessorInvoker.php
+8
-5
Chain.php
lib/Doctrine/EventListener/Chain.php
+8
-6
Empty.php
lib/Doctrine/EventListener/Empty.php
+8
-1
Exception.php
lib/Doctrine/Exception.php
+7
-4
Export.php
lib/Doctrine/Export.php
+8
-5
Exception.php
lib/Doctrine/Export/Exception.php
+8
-4
Mysql.php
lib/Doctrine/Export/Mysql.php
+8
-4
Pgsql.php
lib/Doctrine/Export/Pgsql.php
+8
-4
Sqlite.php
lib/Doctrine/Export/Sqlite.php
+8
-4
Expression.php
lib/Doctrine/Expression.php
+8
-5
Firebird.php
lib/Doctrine/Expression/Firebird.php
+8
-4
Informix.php
lib/Doctrine/Expression/Informix.php
+8
-4
Mssql.php
lib/Doctrine/Expression/Mssql.php
+8
-4
Mysql.php
lib/Doctrine/Expression/Mysql.php
+8
-4
Oracle.php
lib/Doctrine/Expression/Oracle.php
+8
-4
Pgsql.php
lib/Doctrine/Expression/Pgsql.php
+8
-4
Sqlite.php
lib/Doctrine/Expression/Sqlite.php
+8
-4
Hydrate.php
lib/Doctrine/Hydrate.php
+8
-4
Identifier.php
lib/Doctrine/Identifier.php
+8
-6
Import.php
lib/Doctrine/Import.php
+7
-4
Builder.php
lib/Doctrine/Import/Builder.php
+7
-4
BaseClass.php
lib/Doctrine/Import/Builder/BaseClass.php
+7
-3
Exception.php
lib/Doctrine/Import/Builder/Exception.php
+7
-1
Exception.php
lib/Doctrine/Import/Exception.php
+8
-2
Reader.php
lib/Doctrine/Import/Reader.php
+7
-4
Db.php
lib/Doctrine/Import/Reader/Db.php
+7
-3
Exception.php
lib/Doctrine/Import/Reader/Exception.php
+7
-4
Propel.php
lib/Doctrine/Import/Reader/Propel.php
+7
-3
Lib.php
lib/Doctrine/Lib.php
+8
-5
Exception.php
lib/Doctrine/Locking/Exception.php
+7
-1
Pessimistic.php
lib/Doctrine/Locking/Manager/Pessimistic.php
+7
-3
Manager.php
lib/Doctrine/Manager.php
+7
-4
Exception.php
lib/Doctrine/Manager/Exception.php
+8
-5
Null.php
lib/Doctrine/Null.php
+8
-4
Query.php
lib/Doctrine/Query.php
+7
-4
Orderby.php
lib/Doctrine/Query/Orderby.php
+8
-4
Part.php
lib/Doctrine/Query/Part.php
+8
-4
Set.php
lib/Doctrine/Query/Set.php
+8
-5
RawSql.php
lib/Doctrine/RawSql.php
+8
-4
Exception.php
lib/Doctrine/RawSql/Exception.php
+8
-4
Record.php
lib/Doctrine/Record.php
+6
-3
Exception.php
lib/Doctrine/Record/Exception.php
+8
-4
Exception.php
lib/Doctrine/Record/State/Exception.php
+8
-4
Relation.php
lib/Doctrine/Relation.php
+8
-4
Association.php
lib/Doctrine/Relation/Association.php
+8
-4
Self.php
lib/Doctrine/Relation/Association/Self.php
+8
-4
ForeignKey.php
lib/Doctrine/Relation/ForeignKey.php
+8
-4
LocalKey.php
lib/Doctrine/Relation/LocalKey.php
+8
-4
Schema.php
lib/Doctrine/Schema.php
+7
-4
Column.php
lib/Doctrine/Schema/Column.php
+7
-3
Database.php
lib/Doctrine/Schema/Database.php
+7
-2
Exception.php
lib/Doctrine/Schema/Exception.php
+7
-3
Object.php
lib/Doctrine/Schema/Object.php
+7
-1
Relation.php
lib/Doctrine/Schema/Relation.php
+7
-3
Table.php
lib/Doctrine/Schema/Table.php
+7
-3
Table.php
lib/Doctrine/Table.php
+8
-7
Exception.php
lib/Doctrine/Table/Exception.php
+8
-4
Repository.php
lib/Doctrine/Table/Repository.php
+8
-5
Exception.php
lib/Doctrine/Table/Repository/Exception.php
+8
-4
Validator.php
lib/Doctrine/Validator.php
+7
-3
ErrorStack.php
lib/Doctrine/Validator/ErrorStack.php
+6
-3
Exception.php
lib/Doctrine/Validator/Exception.php
+8
-4
ValueHolder.php
lib/Doctrine/ValueHolder.php
+8
-4
View.php
lib/Doctrine/View.php
+8
-5
No files found.
lib/Doctrine.php
View file @
085dc9d6
...
...
@@ -19,15 +19,17 @@
* <http://www.phpdoctrine.com>.
*/
require_once
(
"Doctrine/Exception.php"
);
/**
* Doctrine
* the base class of Doctrine framework
*
* @package Doctrine
* @author Konsta Vesterinen
* @license LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
final
class
Doctrine
{
/**
...
...
lib/Doctrine/Access.php
View file @
085dc9d6
...
...
@@ -24,9 +24,13 @@
* the purpose of Doctrine_Access is to provice array access
* and property overload interface for subclasses
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
abstract
class
Doctrine_Access
implements
ArrayAccess
{
/**
...
...
lib/Doctrine/Adapter/Statement.php
View file @
085dc9d6
...
...
@@ -21,10 +21,14 @@
/**
* Doctrine_Adapter_Statement
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
abstract
class
Doctrine_Adapter_Statement
{
public
function
bindValue
(
$no
,
$value
)
{
}
...
...
lib/Doctrine/Collection.php
View file @
085dc9d6
...
...
@@ -23,10 +23,14 @@ Doctrine::autoload("Access");
* Doctrine_Collection
* Collection of Doctrine_Record objects.
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Collection
extends
Doctrine_Access
implements
Countable
,
IteratorAggregate
,
Serializable
{
/**
* @var array $data an array containing the data access objects of this collection
...
...
lib/Doctrine/Collection/Batch.php
View file @
085dc9d6
...
...
@@ -24,12 +24,14 @@ Doctrine::autoload('Doctrine_Collection');
* with batch load strategy
*
*
* @author Konsta Vesterinen
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
* @version 1.0 alpha
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Collection_Batch
extends
Doctrine_Collection
{
/**
* @var integer $batchSize batch size
...
...
lib/Doctrine/Collection/Exception.php
View file @
085dc9d6
...
...
@@ -21,8 +21,12 @@
/**
* Doctrine_Collection_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Collection_Exception
extends
Doctrine_Exception
{
}
lib/Doctrine/Collection/Immediate.php
View file @
085dc9d6
<?php
Doctrine
::
autoload
(
'Doctrine_Collection'
);
/**
* @author Konsta Vesterinen
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
* @version 1.0 alpha
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Collection_Immediate
extends
Doctrine_Collection
{
/**
* @param Doctrine_DQL_Parser $graph
...
...
lib/Doctrine/Collection/Iterator.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@
* Doctrine_Collection_Iterator
* iterates through Doctrine_Collection
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
abstract
class
Doctrine_Collection_Iterator
implements
Iterator
{
/**
* @var Doctrine_Collection $collection
...
...
lib/Doctrine/Collection/Iterator/Expandable.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Collection_Iterator');
/**
* Doctrine_Collection_Iterator_Normal
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Collection_Iterator_Expandable
extends
Doctrine_Collection_Iterator
{
public
function
valid
()
{
if
(
$this
->
index
<
$this
->
count
)
...
...
lib/Doctrine/Collection/Iterator/Normal.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Collection_Iterator');
/**
* Doctrine_Collection_Iterator_Normal
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Collection_Iterator_Normal
extends
Doctrine_Collection_Iterator
{
/**
* @return boolean whether or not the iteration will continue
...
...
lib/Doctrine/Collection/Iterator/Offset.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Collection_Iterator');
/**
* Doctrine_Collection_Iterator_Normal
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Collection_Iterator_Offset
extends
Doctrine_Collection_Iterator
{
public
function
valid
()
{
}
}
...
...
lib/Doctrine/Collection/Lazy.php
View file @
085dc9d6
...
...
@@ -3,7 +3,14 @@ require_once("Batch.php");
/**
* a collection of Doctrine_Record objects with lazy load strategy
* (batch load strategy with batch size 1)
*/
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Collection_Lazy
extends
Doctrine_Collection_Batch
{
/**
* constructor
...
...
lib/Doctrine/Collection/Offset.php
View file @
085dc9d6
...
...
@@ -23,10 +23,14 @@ Doctrine::autoload('Doctrine_Collection_Offset');
* Doctrine_Collection_Offset
* Collection of Doctrine_Record objects.
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Collection_Offset
extends
Doctrine_Collection
{
/**
* @var integer $limit
...
...
lib/Doctrine/Compiler.php
View file @
085dc9d6
...
...
@@ -18,14 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Compiler
* This class can be used for compiling the entire Doctrine framework into a single file
*
* @package Doctrine
* @author Konsta Vesterinen
* @license LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Compiler
{
/**
...
...
lib/Doctrine/Compiler/Exception.php
View file @
085dc9d6
...
...
@@ -18,12 +18,15 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Compiler_Exception
*
* @package Doctrine
* @author Konsta Vesterinen
* @license LGPL
*/
* @package Doctrine
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Compiler_Exception
extends
Doctrine_Exception
{
}
lib/Doctrine/Configurable.php
View file @
085dc9d6
...
...
@@ -23,9 +23,13 @@
* the base for Doctrine_Table, Doctrine_Manager and Doctrine_Connection
*
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
abstract
class
Doctrine_Configurable
{
...
...
lib/Doctrine/Connection.php
View file @
085dc9d6
...
...
@@ -18,14 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Connection
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
abstract
class
Doctrine_Connection
extends
Doctrine_Configurable
implements
Countable
,
IteratorAggregate
{
/**
* @var $dbh the database handler
...
...
lib/Doctrine/Connection/Common.php
View file @
085dc9d6
...
...
@@ -2,7 +2,14 @@
Doctrine
::
autoload
(
'Doctrine_Connection'
);
/**
* standard connection, the parent of pgsql, mysql and sqlite
*/
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Connection_Common
extends
Doctrine_Connection
{
/**
* Adds an driver-specific LIMIT clause to the query
...
...
lib/Doctrine/Connection/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_Exception');
/**
* Doctrine_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Connection_Exception
extends
Doctrine_Exception
{
}
lib/Doctrine/Connection/Firebird.php
View file @
085dc9d6
...
...
@@ -22,14 +22,16 @@ Doctrine::autoload('Doctrine_Connection');
/**
* Doctrine_Connection_Firebird
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @author Lorenzo Alberton <l.alberton@quipo.it> (PEAR MDB2 library interbase driver)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Connection_Firebird
extends
Doctrine_Connection
{
/**
* @var string $driverName the name of this connection driver
...
...
lib/Doctrine/Connection/Firebird/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_Connection_Exception');
/**
* Doctrine_Connection_Firebird_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Connection_Firebird_Exception
extends
Doctrine_Connection_Exception
{
}
lib/Doctrine/Connection/Informix.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Connection');
/**
* Doctrine_Connection_Mysql
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Connection_Informix
extends
Doctrine_Connection
{
/**
* @var string $driverName the name of this connection driver
...
...
lib/Doctrine/Connection/Informix/Informix.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_Connection_Exception');
/**
* Doctrine_Connection_Informix_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Connection_Informix_Exception
extends
Doctrine_Connection_Exception
{
}
lib/Doctrine/Connection/Mssql.php
View file @
085dc9d6
...
...
@@ -22,13 +22,15 @@ Doctrine::autoload('Doctrine_Connection');
/**
* Doctrine_Connection_Mssql
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Connection_Mssql
extends
Doctrine_Connection
{
/**
* @var string $driverName the name of this connection driver
...
...
lib/Doctrine/Connection/Mssql/Mssql.php
View file @
085dc9d6
...
...
@@ -22,14 +22,15 @@ Doctrine::autoload('Doctrine_Connection_Exception');
/**
* Doctrine_Connection_Mssql_Exception
*
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @since 1.0
* @version $Id$
*/
* @since 1.0
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
*/
class
Doctrine_Connection_Mssql_Exception
extends
Doctrine_Connection_Exception
{
/**
* @var array $errorRegexps an array that is used for determining portable
...
...
lib/Doctrine/Connection/Mysql.php
View file @
085dc9d6
...
...
@@ -22,13 +22,15 @@ Doctrine::autoload('Doctrine_Connection_Common');
/**
* Doctrine_Connection_Mysql
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Connection_Mysql
extends
Doctrine_Connection_Common
{
/**
* @var string $driverName the name of this connection driver
...
...
lib/Doctrine/Connection/Mysql/Exception.php
View file @
085dc9d6
...
...
@@ -22,14 +22,15 @@ Doctrine::autoload('Doctrine_Connection_Exception');
/**
* Doctrine_Connection_Mysql_Exception
*
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @since 1.0
* @version $Id$
*/
* @since 1.0
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
*/
class
Doctrine_Connection_Mysql_Exception
extends
Doctrine_Connection_Exception
{
/**
* @var array $errorRegexps an array that is used for determining portable
...
...
lib/Doctrine/Connection/Oracle.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Connection');
/**
* Doctrine_Connection_Oracle
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Connection_Oracle
extends
Doctrine_Connection
{
/**
* @var string $driverName the name of this connection driver
...
...
lib/Doctrine/Connection/Oracle/Exception.php
View file @
085dc9d6
...
...
@@ -22,14 +22,15 @@ Doctrine::autoload('Doctrine_Connection_Exception');
/**
* Doctrine_Connection_Oracle_Exception
*
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @since 1.0
* @version $Id$
*/
* @since 1.0
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
*/
class
Doctrine_Connection_Oracle_Exception
extends
Doctrine_Connection_Exception
{
/**
* @var array $errorRegexps an array that is used for determining portable
...
...
lib/Doctrine/Connection/Pgsql.php
View file @
085dc9d6
...
...
@@ -22,13 +22,15 @@ Doctrine::autoload("Doctrine_Connection_Common");
/**
* Doctrine_Connection_Pgsql
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Connection_Pgsql
extends
Doctrine_Connection_Common
{
/**
* @var string $driverName the name of this connection driver
...
...
lib/Doctrine/Connection/Pgsql/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_Connection_Exception');
/**
* Doctrine_Connection_Pgsql_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Connection_Pgsql_Exception
extends
Doctrine_Connection_Exception
{
}
lib/Doctrine/Connection/Sqlite.php
View file @
085dc9d6
...
...
@@ -22,14 +22,15 @@ Doctrine::autoload("Doctrine_Connection_Common");
/**
* Doctrine_Connection_Sqlite
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Connection_Sqlite
extends
Doctrine_Connection_Common
{
/**
* @var string $driverName the name of this connection driver
...
...
lib/Doctrine/Connection/Sqlite/Exception.php
View file @
085dc9d6
...
...
@@ -22,14 +22,15 @@ Doctrine::autoload('Doctrine_Connection_Exception');
/**
* Doctrine_Connection_Sqlite_Exception
*
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @since 1.0
* @version $Id$
*/
* @since 1.0
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
*/
class
Doctrine_Connection_Sqlite_Exception
extends
Doctrine_Connection_Exception
{
/**
* @var array $errorRegexps an array that is used for determining portable
...
...
lib/Doctrine/Connection/Transaction.php
View file @
085dc9d6
...
...
@@ -18,13 +18,16 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Connection_Transaction
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Connection_Transaction
implements
Countable
,
IteratorAggregate
{
/**
...
...
lib/Doctrine/Connection/UnitOfWork.php
View file @
085dc9d6
...
...
@@ -18,14 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Connection_UnitOfWork
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Connection_UnitOfWork
implements
IteratorAggregate
,
Countable
{
/**
* @var Doctrine_Connection $conn the connection object
...
...
lib/Doctrine/DataDict.php
View file @
085dc9d6
...
...
@@ -18,14 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_DataDict
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_DataDict
{
protected
$dbh
;
...
...
lib/Doctrine/DataDict/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_Exception');
/**
* Doctrine_DataDict_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_DataDict_Exception
extends
Doctrine_Exception
{
}
lib/Doctrine/DataDict/Informix.php
View file @
085dc9d6
...
...
@@ -20,11 +20,13 @@
*/
Doctrine
::
autoload
(
'Doctrine_DataDict'
);
/**
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_DataDict_Informix
extends
Doctrine_DataDict
{
}
lib/Doctrine/DataDict/Informix/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_DataDict_Informix_Exception');
/**
* Doctrine_DataDict_Sqlite_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_DataDict_Informix_Exception
extends
Doctrine_DataDict_Exception
{
}
lib/Doctrine/DataDict/Mssql.php
View file @
085dc9d6
...
...
@@ -18,16 +18,16 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_DataDict_Mssql
extends
Doctrine_DataDict
{
/**
* Obtain DBMS specific SQL code portion needed to declare an text type
...
...
lib/Doctrine/DataDict/Mssql/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_DataDict_Exception');
/**
* Doctrine_DataDict_Mssql_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_DataDict_Mssql_Exception
extends
Doctrine_Exception
{
}
lib/Doctrine/DataDict/Mysql.php
View file @
085dc9d6
...
...
@@ -18,16 +18,16 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_DataDict_Mysql
extends
Doctrine_DataDict
{
/**
* Obtain DBMS specific SQL code portion needed to declare an text type
...
...
lib/Doctrine/DataDict/Mysql/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_DataDict_Exception');
/**
* Doctrine_DataDict_Mysql_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_DataDict_Mysql_Exception
extends
Doctrine_DataDict_Exception
{
}
lib/Doctrine/DataDict/Oracle.php
View file @
085dc9d6
...
...
@@ -18,15 +18,15 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @version $Id$
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_DataDict_Oracle
extends
Doctrine_DataDict
{
/**
* Obtain DBMS specific SQL code portion needed to declare an text type
...
...
lib/Doctrine/DataDict/Oracle/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_DataDict_Exception');
/**
* Doctrine_DataDict_Oracle_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_DataDict_Oracle_Exception
extends
Doctrine_DataDict_Exception
{
}
lib/Doctrine/DataDict/Pgsql.php
View file @
085dc9d6
...
...
@@ -18,17 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Paul Cooper <pgc@ucecom.com>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_DataDict_Pgsql
extends
Doctrine_DataDict
{
/**
* Obtain DBMS specific SQL code portion needed to declare an text type
...
...
lib/Doctrine/DataDict/Pgsql/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_DataDict_Exception');
/**
* Doctrine_DataDict_Pgsql_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_DataDict_Pgsql_Exception
extends
Doctrine_DataDict_Exception
{
}
lib/Doctrine/DataDict/Sqlite.php
View file @
085dc9d6
...
...
@@ -20,13 +20,15 @@
*/
Doctrine
::
autoload
(
'Doctrine_DataDict'
);
/**
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_DataDict_Sqlite
extends
Doctrine_DataDict
{
/**
* Obtain DBMS specific SQL code portion needed to declare an text type
...
...
lib/Doctrine/DataDict/Sqlite/Sqlite.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_DataDict_Exception');
/**
* Doctrine_DataDict_Sqlite_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_DataDict_Sqlite_Exception
extends
Doctrine_DataDict_Exception
{
}
lib/Doctrine/Db.php
View file @
085dc9d6
...
...
@@ -18,7 +18,6 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Db
* A thin wrapper layer on top of PDO / Doctrine_Adapter
...
...
@@ -29,10 +28,14 @@
* Aspects such as logging, query profiling and caching can be easily implemented through
* the use of these listeners
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Db
implements
Countable
,
IteratorAggregate
,
Doctrine_Adapter_Interface
{
/**
* error constants
...
...
lib/Doctrine/Db/Event.php
View file @
085dc9d6
...
...
@@ -21,10 +21,14 @@
/**
* Doctrine_Db_Event
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Db_Event
{
const
QUERY
=
1
;
const
EXEC
=
2
;
...
...
lib/Doctrine/Db/EventListener.php
View file @
085dc9d6
...
...
@@ -21,10 +21,14 @@
/**
* Doctrine_Db_EventListener
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Db_EventListener
implements
Doctrine_Db_EventListener_Interface
{
public
function
onPreQuery
(
Doctrine_Db_Event
$event
)
{
}
public
function
onQuery
(
Doctrine_Db_Event
$event
)
{
}
...
...
lib/Doctrine/Db/EventListener/Chain.php
View file @
085dc9d6
...
...
@@ -20,14 +20,17 @@
*/
Doctrine
::
autoload
(
'Doctrine_Access'
);
Doctrine
::
autoload
(
'Doctrine_Db_EventListener_Interface'
);
/**
* Doctrine_Db_EventListener
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Db_EventListener_Chain
extends
Doctrine_Access
implements
Doctrine_Db_EventListener_Interface
{
private
$listeners
=
array
();
...
...
lib/Doctrine/Db/Exception.php
View file @
085dc9d6
...
...
@@ -21,8 +21,12 @@
/**
* Doctrine_Db_Exception
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Db_Exception
extends
Doctrine_Exception
{
}
lib/Doctrine/Db/Firebird.php
View file @
085dc9d6
...
...
@@ -20,13 +20,15 @@
*/
Doctrine
::
autoload
(
'Doctrine_Db'
);
/**
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Db_Firebird
extends
Doctrine_Db
{
}
lib/Doctrine/Db/Informix.php
View file @
085dc9d6
...
...
@@ -20,13 +20,15 @@
*/
Doctrine
::
autoload
(
'Doctrine_Db'
);
/**
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Db_Informix
extends
Doctrine_Db
{
}
lib/Doctrine/Db/Mssql.php
View file @
085dc9d6
...
...
@@ -20,13 +20,15 @@
*/
Doctrine
::
autoload
(
'Doctrine_Db'
);
/**
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Db_Mssql
extends
Doctrine_Db
{
}
lib/Doctrine/Db/Mysql.php
View file @
085dc9d6
...
...
@@ -20,13 +20,15 @@
*/
Doctrine
::
autoload
(
'Doctrine_Db'
);
/**
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Db_Mysql
extends
Doctrine_Db
{
protected
static
$errorCodeMap
=
array
(
1004
=>
Doctrine_Db
::
ERR_CANNOT_CREATE
,
...
...
lib/Doctrine/Db/Oracle.php
View file @
085dc9d6
...
...
@@ -20,13 +20,15 @@
*/
Doctrine
::
autoload
(
'Doctrine_Db'
);
/**
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Db_Oracle
extends
Doctrine_Db
{
}
lib/Doctrine/Db/Pgsql.php
View file @
085dc9d6
...
...
@@ -20,13 +20,15 @@
*/
Doctrine
::
autoload
(
'Doctrine_Db'
);
/**
* @package Doctrine
* @url http://www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @version $Id$
*/
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Db_Pgsql
extends
Doctrine_Db
{
}
lib/Doctrine/Db/Profiler.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Overloadable');
/**
* Doctrine_Db_Profiler
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Db_Profiler
implements
Doctrine_Overloadable
{
/**
* @param array $listeners an array containing all availible listeners
...
...
lib/Doctrine/Db/Profiler/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_Db_Exception');
/**
* Doctrine_Db_Exception
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Db_Profiler_Exception
extends
Doctrine_Db_Exception
{
}
lib/Doctrine/Db/Profiler/Query.php
View file @
085dc9d6
...
...
@@ -18,14 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Db_Profiler_Query
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Db_Profiler_Query
{
/**
* @var string SQL query string or user comment, set by $query argument in constructor.
...
...
lib/Doctrine/Db/Statement.php
View file @
085dc9d6
...
...
@@ -21,10 +21,14 @@
/**
* Doctrine_Db_Statement
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Db_Statement
extends
PDOStatement
{
protected
$dbh
;
...
...
lib/Doctrine/EventListener.php
View file @
085dc9d6
...
...
@@ -24,11 +24,14 @@ Doctrine::autoload('Doctrine_EventListener_Interface');
* the empty methods allow child classes to only implement the methods they need to implement
*
*
* @author Konsta Vesterinen
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_EventListener
implements
Doctrine_EventListener_Interface
{
public
function
onLoad
(
Doctrine_Record
$record
)
{
}
...
...
lib/Doctrine/EventListener/AccessorInvoker.php
View file @
085dc9d6
...
...
@@ -22,11 +22,14 @@ Doctrine::autoload('Doctrine_EventListener');
/**
* Doctrine_EventListener_AccessorInvoker
*
* @author Konsta Vesterinen
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_EventListener_AccessorInvoker
extends
Doctrine_EventListener
{
/**
* @var boolean $lockGetCall a simple variable to prevent recursion
...
...
lib/Doctrine/EventListener/Chain.php
View file @
085dc9d6
...
...
@@ -20,17 +20,19 @@
*/
Doctrine
::
autoload
(
'Doctrine_Access'
);
Doctrine
::
autoload
(
'Doctrine_EventListener_Interface'
);
/**
* Doctrine_EventListener_Chain
* this class represents a chain of different listeners,
* useful for having multiple listeners listening the events at the same time
*
* @author Konsta Vesterinen
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_EventListener_Chain
extends
Doctrine_Access
implements
Doctrine_EventListener_Interface
{
/**
* @var array $listeners an array containing all listeners
...
...
lib/Doctrine/EventListener/Empty.php
View file @
085dc9d6
<?php
/**
* an emtpy listener all components use this by default
*/
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_EventListener_Empty
extends
Doctrine_EventListener
{
}
lib/Doctrine/Exception.php
View file @
085dc9d6
...
...
@@ -18,12 +18,15 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Exception
extends
Exception
{
}
lib/Doctrine/Export.php
View file @
085dc9d6
...
...
@@ -18,14 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Export
*
* @package Doctrine
* @author Konsta Vesterinen
* @license LGPL
*/
* @package Doctrine
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Export
{
/**
* @var Doctrine_Connection $conn Doctrine_Connection object
...
...
lib/Doctrine/Export/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_Exception');
/**
* Doctrine_Export_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Export_Exception
extends
Doctrine_Exception
{
}
lib/Doctrine/Export/Mysql.php
View file @
085dc9d6
...
...
@@ -22,11 +22,15 @@ Doctrine::autoload('Doctrine_Export');
/**
* Doctrine_Export_Mysql
*
* @package Doctrine
* @author Konsta Vesterinen
* @package Doctrine
* @author Konsta Vesterinen
<kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @license LGPL
*/
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Export_Mysql
extends
Doctrine_Export
{
/**
* create a new database
...
...
lib/Doctrine/Export/Pgsql.php
View file @
085dc9d6
...
...
@@ -22,11 +22,15 @@ Doctrine::autoload('Doctrine_Export');
/**
* Doctrine_Export_Pgsql
*
* @package Doctrine
* @author Konsta Vesterinen
* @package Doctrine
* @author Konsta Vesterinen
<kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @license LGPL
*/
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Export_Pgsql
extends
Doctrine_Export
{
/**
* create a new database
...
...
lib/Doctrine/Export/Sqlite.php
View file @
085dc9d6
...
...
@@ -22,11 +22,15 @@ Doctrine::autoload('Doctrine_Export');
/**
* Doctrine_Export_Sqlite
*
* @package Doctrine
* @author Konsta Vesterinen
* @package Doctrine
* @author Konsta Vesterinen
<kvesteri@cc.hut.fi>
* @author Lukas Smith <smith@pooteeweet.org> (PEAR MDB2 library)
* @license LGPL
*/
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Export_Sqlite
extends
Doctrine_Export
{
/**
* Get the stucture of a field into an array
...
...
lib/Doctrine/Expression.php
View file @
085dc9d6
...
...
@@ -18,14 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Expression
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Expression
{
/**
...
...
lib/Doctrine/Expression/Firebird.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Expression');
/**
* Doctrine_Expression_Firebird
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Expression_Firebird
extends
Doctrine_Expression
{
/**
* return string for internal table used when calling only a function
...
...
lib/Doctrine/Expression/Informix.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_Expression');
/**
* Doctrine_Expression_Informix
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Expression_Informix
extends
Doctrine_Expression
{
}
lib/Doctrine/Expression/Mssql.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Expression');
/**
* Doctrine_Expression_Mssql
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Expression_Mssql
extends
Doctrine_Expression
{
/**
* Return string to call a variable with the current timestamp inside an SQL statement
...
...
lib/Doctrine/Expression/Mysql.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Expression');
/**
* Doctrine_Expression_Mysql
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Expression_Mysql
extends
Doctrine_Expression
{
/**
* returns the regular expression operator
...
...
lib/Doctrine/Expression/Oracle.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Expression');
/**
* Doctrine_Expression_Sqlite
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Expression_Oracle
extends
Doctrine_Expression
{
/**
* Returns a series of strings concatinated
...
...
lib/Doctrine/Expression/Pgsql.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Expression');
/**
* Doctrine_Expression_Pgsql
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Expression_Pgsql
extends
Doctrine_Expression
{
/**
* Returns the md5 sum of a field.
...
...
lib/Doctrine/Expression/Sqlite.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Expression');
/**
* Doctrine_Expression_Sqlite
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Expression_Sqlite
extends
Doctrine_Expression
{
/**
* Returns the md5 sum of the data that SQLite's md5() function receives.
...
...
lib/Doctrine/Hydrate.php
View file @
085dc9d6
...
...
@@ -24,10 +24,14 @@ Doctrine::autoload('Doctrine_Access');
* Its purpose is to populate object graphs.
*
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
abstract
class
Doctrine_Hydrate
extends
Doctrine_Access
{
/**
* @var array $fetchmodes an array containing all fetchmodes
...
...
lib/Doctrine/Identifier.php
View file @
085dc9d6
...
...
@@ -18,15 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Identifier
*
* @author Konsta Vesterinen
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Identifier
{
/**
* constant for auto_increment identifier
...
...
lib/Doctrine/Import.php
View file @
085dc9d6
...
...
@@ -25,15 +25,18 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Import
* Main responsible of performing import operation. Delegates database schema
* reading to a reader object and passes the result to a builder object which
* builds a Doctrine data model.
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Import
{
/**
...
...
lib/Doctrine/Import/Builder.php
View file @
085dc9d6
...
...
@@ -25,13 +25,16 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Import_Builder
* Is responsible of building Doctrine structure based on a database schema.
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Import_Builder
{
...
...
lib/Doctrine/Import/Builder/BaseClass.php
View file @
085dc9d6
...
...
@@ -26,12 +26,16 @@ Doctrine::autoload('Doctrine_Import_Builder');
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Import_Builder_BaseClass
* Builds a Doctrine_Record base class definition based on a schema.
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Import_Builder_BaseClass
extends
Doctrine_Import_Builder
{
}
lib/Doctrine/Import/Builder/Exception.php
View file @
085dc9d6
...
...
@@ -26,8 +26,14 @@ Doctrine::autoload('Doctrine_Import_Exception');
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Import_Builder_Exception
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Import_Builder_Exception
extends
Doctrine_Import_Exception
{
}
lib/Doctrine/Import/Exception.php
View file @
085dc9d6
...
...
@@ -25,8 +25,14 @@ Doctrine::autoload('Doctrine_Exception');
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Id$
*/
/**
* class Doctrine_Import_Exception
*/
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Import_Exception
extends
Doctrine_Exception
{
}
lib/Doctrine/Import/Reader.php
View file @
085dc9d6
...
...
@@ -25,14 +25,17 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Import_Reader
* Is responsible of reading a database definitions from a source and costructing a
* database schema
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
abstract
class
Doctrine_Import_Reader
{
...
...
lib/Doctrine/Import/Reader/Db.php
View file @
085dc9d6
...
...
@@ -26,13 +26,17 @@ Doctrine::autoload('Doctrine_Import_Reader');
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Import_Reader_Db
* Reads a database using the given PDO connection and constructs a database
* schema
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Import_Reader_Db
extends
Doctrine_Import_Reader
{
...
...
lib/Doctrine/Import/Reader/Exception.php
View file @
085dc9d6
...
...
@@ -25,12 +25,15 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Import_Reader_Exception
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Import_Reader_Exception
{
...
...
lib/Doctrine/Import/Reader/Propel.php
View file @
085dc9d6
...
...
@@ -26,11 +26,15 @@ Doctrine::autoload('Doctrine_Import_Reader');
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Import_Reader_Xml_Propel
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Import_Reader_Xml_Propel
extends
Doctrine_Import_Reader
{
...
...
lib/Doctrine/Lib.php
View file @
085dc9d6
...
...
@@ -18,14 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
*
* Doctrine_Lib has not commonly used static functions, mostly for debugging purposes
*/
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Lib
{
/**
* @param integer $state the state of record
...
...
lib/Doctrine/Locking/Exception.php
View file @
085dc9d6
<?
PHP
/**
* Locking exception class
*
* A loking exception represents an error that occured during a locking process
* (obtain/release locks).
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Locking_Exception
extends
Doctrine_Exception
{}
lib/Doctrine/Locking/Manager/Pessimistic.php
View file @
085dc9d6
...
...
@@ -19,15 +19,19 @@
* <http://www.phpdoctrine.com>.
*/
/**
*
Class for handling the pessimistic offline locking of {@link Doctrine_Record}s.
*
@link www.phpdoctrine.com
* Offline locking of records comes in handy where you need to make sure that
* a time-consuming task on a record or many records, which is spread over several
* page requests can't be interfered by other users.
*
* @author Roman Borschel <roman@code-factory.org>
* @author Pierre Minnieur <pm@pierre-minnieur.de>
* @license LGPL
* @since 1.0
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @package Doctrine
* @category Object Relational Mapping
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Locking_Manager_Pessimistic
{
/**
...
...
lib/Doctrine/Manager.php
View file @
085dc9d6
...
...
@@ -18,14 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
*
* Doctrine_Manager is the base component of all doctrine based projects.
* It opens and keeps track of all connections (database connections).
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Manager
extends
Doctrine_Configurable
implements
Countable
,
IteratorAggregate
{
/**
...
...
lib/Doctrine/Manager/Exception.php
View file @
085dc9d6
...
...
@@ -18,12 +18,15 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Manager_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Manager_Exception
extends
Doctrine_Exception
{
}
lib/Doctrine/Null.php
View file @
085dc9d6
...
...
@@ -24,8 +24,12 @@
* Simple empty class representing a null value
* used for extra fast null value testing with isset() rather than array_key_exists()
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
final
class
Doctrine_Null
{
}
lib/Doctrine/Query.php
View file @
085dc9d6
...
...
@@ -18,13 +18,16 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Query
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Query
extends
Doctrine_Hydrate
implements
Countable
{
/**
...
...
lib/Doctrine/Query/Orderby.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Query_Part');
/**
* Doctrine_Query_Orderby
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Query_Orderby
extends
Doctrine_Query_Part
{
/**
* DQL ORDER BY PARSER
...
...
lib/Doctrine/Query/Part.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload("Doctrine_Access");
/**
* Doctrine_Query_Part
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
abstract
class
Doctrine_Query_Part
extends
Doctrine_Access
{
/**
* @var Doctrine_Query $query the query object associated with this parser
...
...
lib/Doctrine/Query/Set.php
View file @
085dc9d6
...
...
@@ -18,14 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Query
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Query_Set
extends
Doctrine_Query_Part
{
public
function
parse
(
$dql
)
{
$e
=
Doctrine_Query
::
sqlExplode
(
$dql
,
'='
);
...
...
lib/Doctrine/RawSql.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Hydrate');
/**
* Doctrine_RawSql
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_RawSql
extends
Doctrine_Hydrate
{
/**
* @var array $fields
...
...
lib/Doctrine/RawSql/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_Exception');
/**
* Doctrine_RawSql_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_RawSql_Exception
extends
Doctrine_Exception
{
}
lib/Doctrine/Record.php
View file @
085dc9d6
...
...
@@ -23,11 +23,14 @@ Doctrine::autoload('Doctrine_Access');
* Doctrine_Record
* All record classes should inherit this super class
*
* @author Konsta Vesterinen
* @license LGPL
* @author Konsta Vesterinen
<kvesteri@cc.hut.fi>
* @license
http://www.opensource.org/licenses/lgpl-license.php
LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
abstract
class
Doctrine_Record
extends
Doctrine_Access
implements
Countable
,
IteratorAggregate
,
Serializable
{
/**
* STATE CONSTANTS
...
...
lib/Doctrine/Record/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_Exception');
/**
* Doctrine_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Record_Exception
extends
Doctrine_Exception
{
}
lib/Doctrine/Record/State/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_Record_Exception');
/**
* Doctrine_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Record_State_Exception
extends
Doctrine_Record_Exception
{
}
lib/Doctrine/Relation.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@
* Doctrine_Relation
* This class represents a relation between components
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
abstract
class
Doctrine_Relation
{
/**
* RELATION CONSTANTS
...
...
lib/Doctrine/Relation/Association.php
View file @
085dc9d6
...
...
@@ -25,10 +25,14 @@ Doctrine::autoload('Doctrine_Relation');
* which holds 2 foreign keys)
*
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Relation_Association
extends
Doctrine_Relation
{
/**
* @var Doctrine_Table $associationTable
...
...
lib/Doctrine/Relation/Association/Self.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Relation_Association');
/**
* Doctrine_Relation_Association_Self
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Relation_Association_Self
extends
Doctrine_Relation_Association
{
/**
* getRelationDql
...
...
lib/Doctrine/Relation/ForeignKey.php
View file @
085dc9d6
...
...
@@ -23,10 +23,14 @@ Doctrine::autoload('Doctrine_Relation');
* Doctrine_Relation_ForeignKey
* This class represents a foreign key relation
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Relation_ForeignKey
extends
Doctrine_Relation
{
/**
* processDiff
...
...
lib/Doctrine/Relation/LocalKey.php
View file @
085dc9d6
...
...
@@ -23,10 +23,14 @@ Doctrine::autoload('Doctrine_Relation');
* Doctrine_Relation_LocalKey
* This class represents a local key relation
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Relation_LocalKey
extends
Doctrine_Relation
{
/**
* processDiff
...
...
lib/Doctrine/Schema.php
View file @
085dc9d6
...
...
@@ -25,13 +25,16 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Schema
* Holds information on one to many databases
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Schema
extends
Doctrine_Schema_Object
implements
Countable
,
IteratorAggregate
{
/**
...
...
lib/Doctrine/Schema/Column.php
View file @
085dc9d6
...
...
@@ -26,12 +26,16 @@ Doctrine::autoload('Doctrine_Schema_Object');
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Schema_Column
* Holds information on a database table field
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Schema_Column
extends
Doctrine_Schema_Object
implements
IteratorAggregate
{
/**
...
...
lib/Doctrine/Schema/Database.php
View file @
085dc9d6
...
...
@@ -26,11 +26,16 @@ Doctrine::autoload('Doctrine_Schema_Object');
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Schema_Database
* Holds information on a database
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Schema_Database
extends
Doctrine_Schema_Object
{
...
...
lib/Doctrine/Schema/Exception.php
View file @
085dc9d6
...
...
@@ -26,10 +26,14 @@ Doctrine::autoload('Doctrine_Exception');
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Schema_Exception
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Schema_Exception
extends
Exception
{
}
lib/Doctrine/Schema/Object.php
View file @
085dc9d6
...
...
@@ -27,10 +27,16 @@ Doctrine::autoload('Doctrine_Access');
* @author Konsta Vesterinen
* @version $Id$
*/
/**
* class Doctrine_Schema_Object
* Catches any non-property call from child classes and throws an exception.
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
abstract
class
Doctrine_Schema_Object
extends
Doctrine_Access
implements
IteratorAggregate
,
Countable
{
...
...
lib/Doctrine/Schema/Relation.php
View file @
085dc9d6
...
...
@@ -26,12 +26,16 @@ Doctrine::autoload('Doctrine_Schema_Object');
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Schema_Relation
* Holds information on a foreign key relation.
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Schema_Relation
extends
Doctrine_Schema_Object
{
...
...
lib/Doctrine/Schema/Table.php
View file @
085dc9d6
...
...
@@ -26,12 +26,16 @@ Doctrine::autoload('Doctrine_Schema_Object');
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
* @version $Id$
*/
/**
* class Doctrine_Schema_Table
* Holds information on a database table
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Schema_Table
extends
Doctrine_Schema_Object
implements
Countable
,
IteratorAggregate
{
...
...
lib/Doctrine/Table.php
View file @
085dc9d6
...
...
@@ -18,18 +18,19 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Table represents a database table
* each Doctrine_Table holds the information of foreignKeys and associations
*
*
* @author Konsta Vesterinen
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
* @version 1.0 alpha
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
*/
class
Doctrine_Table
extends
Doctrine_Configurable
implements
Countable
{
/**
* @var array $data temporary data which is then loaded into Doctrine_Record::$data
...
...
lib/Doctrine/Table/Exception.php
View file @
085dc9d6
...
...
@@ -23,10 +23,14 @@ Doctrine::autoload('Doctrine_Exception');
* thrown when user tries to initialize a new instance of Doctrine_Table,
* while there already exists an instance of that table
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Table_Exception
extends
Doctrine_Exception
{
public
function
__construct
(
$message
=
"Couldn't initialize table. One instance of this
table already exists. Always use Doctrine_Session::getTable(
\$
name)
...
...
lib/Doctrine/Table/Repository.php
View file @
085dc9d6
...
...
@@ -23,11 +23,14 @@
* each record is added into Doctrine_Repository at the same time they are created,
* loaded from the database or retrieved from the cache
*
* @author Konsta Vesterinen
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Table_Repository
implements
Countable
,
IteratorAggregate
{
/**
* @var object Doctrine_Table $table
...
...
lib/Doctrine/Table/Repository/Exception.php
View file @
085dc9d6
...
...
@@ -22,8 +22,12 @@ Doctrine::autoload('Doctrine_Exception');
/**
* Doctrine_Table_Repository_Exception
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Table_Repository_Exception
extends
Doctrine_Exception
{
}
lib/Doctrine/Validator.php
View file @
085dc9d6
...
...
@@ -22,9 +22,13 @@
* Doctrine_Validator
* Doctrine_Validator performs validations in record properties
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Validator
{
/**
...
...
lib/Doctrine/Validator/ErrorStack.php
View file @
085dc9d6
...
...
@@ -18,14 +18,17 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
/**
* Doctrine_Validator_ErrorStack
*
* @author Konsta Vesterinen
* @author Konsta Vesterinen
<kvesteri@cc.hut.fi>
* @author Roman Borschel
* @license LGPL
* @license
http://www.opensource.org/licenses/lgpl-license.php
LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Validator_ErrorStack
extends
Doctrine_Access
implements
Countable
,
IteratorAggregate
{
...
...
lib/Doctrine/Validator/Exception.php
View file @
085dc9d6
...
...
@@ -22,10 +22,14 @@ Doctrine::autoload('Doctrine_Exception');
/**
* Doctrine_Validator_Exception
*
* @author Konsta Vesterinen
* @license LGPL
* @package Doctrine
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @package Doctrine
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_Validator_Exception
extends
Doctrine_Exception
implements
Countable
,
IteratorAggregate
{
/**
* @var array $invalid
...
...
lib/Doctrine/ValueHolder.php
View file @
085dc9d6
...
...
@@ -25,10 +25,14 @@ Doctrine::autoload('Doctrine_Access');
* intend to save / delete the object.
*
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_ValueHolder
extends
Doctrine_Access
implements
Countable
{
public
$data
=
array
();
...
...
lib/Doctrine/View.php
View file @
085dc9d6
...
...
@@ -23,11 +23,14 @@
*
* this class represents a database view
*
* @author Konsta Vesterinen
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
*/
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision$
*/
class
Doctrine_View
{
/**
* SQL DROP constant
...
...
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