Changeset 3764

Show
Ignore:
Timestamp:
02/14/08 03:56:35 (17 months ago)
Author:
jwage
Message:

Updated package from PEAR_PackageFileManager2

Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/package.xml

    r3749 r3764  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.1" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> 
     2<package packagerversion="1.6.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> 
    33 <name>Doctrine</name> 
    44 <channel>pear.phpdoctrine.org</channel> 
    55 <summary>PHP5 Database ORM</summary> 
    6  <description>Doctrine is an ORM (object relational mapper) for PHP 5.2.x+ that sits on top of a powerful DBAL (database abstraction layer). One of its key features is the ability to optionally write database queries in an OO (object oriented) SQL-dialect called DQL inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains a maximum of flexibility without requiring needless code duplication.</description> 
     6 <description>Doctrine is an ORM (object relational mapper) for PHP 5.2.x+ that sits on top of 
     7a powerful DBAL (database abstraction layer). One of its key features is the 
     8ability to optionally write database queries in an OO (object oriented) 
     9SQL-dialect called DQL inspired by Hibernates HQL. This provides developers with 
     10a powerful alternative to SQL that maintains a maximum of flexibility without 
     11requiring needless code duplication.</description> 
    712 <lead> 
    813  <name>Konsta Vesterinen</name> 
     
    1722  <active>yes</active> 
    1823 </lead> 
    19  <date>2008-02-12</date> 
     24 <date>2008-02-13</date> 
     25 <time>21:47:17</time> 
    2026 <version> 
    2127  <release>0.10.0</release> 
     
    2632  <api>beta</api> 
    2733 </stability> 
    28  <license uri="http://phpdoctrine.net/license">MIT license</license> 
     34 <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 
    2935 <notes>-</notes> 
    30  <contents><dir name="/"><file name="CHANGELOG" role="data"/><file name="COPYRIGHT" role="data"/><dir name="draft"><dir name="Doctrine"><dir name="Query"><dir name="Parser"><file name="Exception.php" role="data"/></dir><file name="Parser.php" role="data"/><file name="Printer.php" role="data"/><dir name="Production"><file name="Atom.php" role="data"/><file name="BetweenExpression.php" role="data"/><file name="ComparisonExpression.php" role="data"/><file name="ComparisonOperator.php" role="data"/><file name="ConditionalExpression.php" role="data"/><file name="ConditionalFactor.php" role="data"/><file name="ConditionalPrimary.php" role="data"/><file name="ConditionalTerm.php" role="data"/><file name="DeleteClause.php" role="data"/><file name="DeleteStatement.php" role="data"/><file name="Expression.php" role="data"/><file name="Factor.php" role="data"/><file name="FromClause.php" role="data"/><file name="GroupByClause.php" role="data"/><file name="GroupByItem.php" role="data"/><file name="HavingClause.php" role="data"/><file name="IdentificationVariableDeclaration.php" role="data"/><file name="Join.php" role="data"/><file name="OrderByClause.php" role="data"/><file name="OrderByItem.php" role="data"/><file name="PathExpression.php" role="data"/><file name="Primary.php" role="data"/><file name="QuantifiedExpression.php" role="data"/><file name="QueryLanguage.php" role="data"/><file name="RangeVariableDeclaration.php" role="data"/><file name="SelectClause.php" role="data"/><file name="SelectExpression.php" role="data"/><file name="SelectStatement.php" role="data"/><file name="SimpleConditionalExpression.php" role="data"/><file name="Term.php" role="data"/><file name="UpdateClause.php" role="data"/><file name="UpdateStatement.php" role="data"/><file name="WhereClause.php" role="data"/></dir><file name="Production.php" role="data"/><file name="Scanner.php" role="data"/><file name="Token.php" role="data"/></dir></dir><file name="query-language.txt" role="data"/><file name="test.php" role="data"/><dir name="tests"><file name="ScannerTest.php" role="data"/></dir></dir><dir name="lib"><dir name="Doctrine"><file name="Access.php" role="data"/><dir name="Adapter"><dir name="Db2"><file name="Exception.php" role="data"/></dir><file name="Db2.php" role="data"/><file name="Exception.php" role="data"/><file name="Interface.php" role="data"/><file name="Mock.php" role="data"/><file name="Mysqli.php" role="data"/><file name="Oracle.php" role="data"/><file name="Resource.php" role="data"/><dir name="Statement"><file name="Interface.php" role="data"/><file name="Mock.php" role="data"/></dir><file name="Statement.php" role="data"/></dir><file name="Adapter.php" role="data"/><dir name="AuditLog"><file name="Listener.php" role="data"/></dir><file name="AuditLog.php" role="data"/><dir name="Cache"><file name="Apc.php" role="data"/><file name="Array.php" role="data"/><file name="Db.php" role="data"/><file name="Driver.php" role="data"/><file name="Exception.php" role="data"/><file name="Interface.php" role="data"/><file name="Memcache.php" role="data"/><file name="Xcache.php" role="data"/></dir><file name="Cache.php" role="data"/><dir name="Cli"><file name="AnsiColorFormatter.php" role="data"/><file name="Exception.php" role="data"/><file name="Formatter.php" role="data"/></dir><file name="Cli.php" role="data"/><dir name="Collection"><file name="Exception.php" role="data"/><dir name="Iterator"><file name="Expandable.php" role="data"/><file name="Normal.php" role="data"/><file name="Offset.php" role="data"/></dir><file name="Iterator.php" role="data"/><file name="Offset.php" role="data"/></dir><file name="Collection.php" role="data"/><file name="Column.php" role="data"/><dir name="Compiler"><file name="Exception.php" role="data"/></dir><file name="Compiler.php" role="data"/><file name="Configurable.php" role="data"/><dir name="Connection"><file name="Common.php" role="data"/><file name="Db2.php" role="data"/><file name="Exception.php" role="data"/><dir name="Firebird"><file name="Exception.php" role="data"/></dir><file name="Firebird.php" role="data"/><dir name="Informix"><file name="Exception.php" role="data"/></dir><file name="Informix.php" role="data"/><file name="Mock.php" role="data"/><file name="Module.php" role="data"/><dir name="Mssql"><file name="Exception.php" role="data"/></dir><file name="Mssql.php" role="data"/><dir name="Mysql"><file name="Exception.php" role="data"/></dir><file name="Mysql.php" role="data"/><dir name="Oracle"><file name="Exception.php" role="data"/></dir><file name="Oracle.php" role="data"/><dir name="Pgsql"><file name="Exception.php" role="data"/></dir><file name="Pgsql.php" role="data"/><dir name="Profiler"><file name="Exception.php" role="data"/></dir><file name="Profiler.php" role="data"/><dir name="Sqlite"><file name="Exception.php" role="data"/></dir><file name="Sqlite.php" role="data"/><file name="Statement.php" role="data"/><file name="UnitOfWork.php" role="data"/></dir><file name="Connection.php" role="data"/><dir name="Data"><file name="Exception.php" role="data"/><file name="Export.php" role="data"/><file name="Import.php" role="data"/></dir><file name="Data.php" role="data"/><dir name="DataDict"><file name="Exception.php" role="data"/><file name="Firebird.php" role="data"/><file name="Informix.php" role="data"/><file name="Mssql.php" role="data"/><file name="Mysql.php" role="data"/><file name="Oracle.php" role="data"/><file name="Pgsql.php" role="data"/><file name="Sqlite.php" role="data"/></dir><file name="DataDict.php" role="data"/><file name="DataType.php" role="data"/><file name="Db.php" role="data"/><file name="Event.php" role="data"/><dir name="EventListener"><file name="Chain.php" role="data"/><file name="Exception.php" role="data"/><file name="Interface.php" role="data"/></dir><file name="EventListener.php" role="data"/><file name="Exception.php" role="data"/><dir name="Export"><file name="Exception.php" role="data"/><file name="Firebird.php" role="data"/><file name="Frontbase.php" role="data"/><file name="Mssql.php" role="data"/><file name="Mysql.php" role="data"/><file name="Oracle.php" role="data"/><file name="Pgsql.php" role="data"/><file name="Reporter.php" role="data"/><file name="Schema.php" role="data"/><file name="Sqlite.php" role="data"/></dir><file name="Export.php" role="data"/><dir name="Expression"><file name="Driver.php" role="data"/><file name="Exception.php" role="data"/><file name="Firebird.php" role="data"/><file name="Informix.php" role="data"/><file name="Mock.php" role="data"/><file name="Mssql.php" role="data"/><file name="Mysql.php" role="data"/><file name="Oracle.php" role="data"/><file name="Pgsql.php" role="data"/><file name="Sqlite.php" role="data"/></dir><file name="Expression.php" role="data"/><dir name="File"><file name="Index.php" role="data"/></dir><file name="File.php" role="data"/><dir name="FileFinder"><file name="GlobToRegex.php" role="data"/><file name="NumberCompare.php" role="data"/></dir><file name="FileFinder.php" role="data"/><file name="Formatter.php" role="data"/><dir name="Hook"><file name="Equal.php" role="data"/><file name="Integer.php" role="data"/><dir name="Parser"><file name="Complex.php" role="data"/></dir><file name="Parser.php" role="data"/><file name="WordLike.php" role="data"/></dir><file name="Hook.php" role="data"/><dir name="Hydrator"><file name="Abstract.php" role="data"/><file name="ArrayDriver.php" role="data"/><file name="Exception.php" role="data"/><file name="RecordDriver.php" role="data"/></dir><file name="Hydrator.php" role="data"/><dir name="I18n"><file name="Exception.php" role="data"/></dir><file name="I18n.php" role="data"/><dir name="Import"><dir name="Builder"><file name="BaseClass.php" role="data"/><file name="Exception.php" role="data"/></dir><file name="Builder.php" role="data"/><file name="Exception.php" role="data"/><file name="Firebird.php" role="data"/><file name="Informix.php" role="data"/><file name="Mssql.php" role="data"/><file name="Mysql.php" role="data"/><file name="Oracle.php" role="data"/><file name="Pgsql.php" role="data"/><dir name="Reader"><file name="Db.php" role="data"/><file name="Exception.php" role="data"/><file name="Propel.php" role="data"/></dir><file name="Reader.php" role="data"/><file name="Schema.php" role="data"/><file name="Sqlite.php" role="data"/></dir><file name="Import.php" role="data"/><file name="Inflector.php" role="data"/><file name="IntegrityMapper.php" role="data"/><file name="Lib.php" role="data"/><dir name="Locator"><file name="Exception.php" role="data"/><file name="Injectable.php" role="data"/></dir><file name="Locator.php" role="data"/><dir name="Locking"><file name="Exception.php" role="data"/><dir name="Manager"><file name="Pessimistic.php" role="data"/></dir></dir><dir name="Log"><file name="Exception.php" role="data"/><dir name="Filter"><file name="Interface.php" role="data"/><file name="Message.php" role="data"/><file name="Priority.php" role="data"/><file name="Suppress.php" role="data"/></dir><dir name="Formatter"><file name="Interface.php" role="data"/><file name="Simple.php" role="data"/><file name="Xml.php" role="data"/></dir><dir name="Writer"><file name="Abstract.php" role="data"/><file name="Db.php" role="data"/><file name="Mock.php" role="data"/><file name="Null.php" role="data"/><file name="Stream.php" role="data"/></dir></dir><file name="Log.php" role="data"/><dir name="Manager"><file name="Exception.php" role="data"/></dir><file name="Manager.php" role="data"/><dir name="Migration"><file name="Builder.php" role="data"/><file name="Exception.php" role="data"/><file name="IrreversibleMigrationException.php" role="data"/><file name="Process.php" role="data"/></dir><file name="Migration.php" role="data"/><dir name="Node"><dir name="AdjacencyList"><file name="LevelOrderIterator.php" role="data"/><file name="PostOrderIterator.php" role="data"/><file name="PreOrderIterator.php" role="data"/></dir><file name="AdjacencyList.php" role="data"/><file name="Exception.php" role="data"/><file name="Interface.php" role="data"/><dir name="MaterializedPath"><file name="LevelOrderIterator.php" role="data"/><file name="PostOrderIterator.php" role="data"/><file name="PreOrderIterator.php" role="data"/></dir><file name="MaterializedPath.php" role="data"/><dir name="NestedSet"><file name="LevelOrderIterator.php" role="data"/><file name="PostOrderIterator.php" role="data"/><file name="PreOrderIterator.php" role="data"/></dir><file name="NestedSet.php" role="data"/></dir><file name="Node.php" role="data"/><file name="Null.php" role="data"/><file name="Overloadable.php" role="data"/><dir name="Pager"><file name="Exception.php" role="data"/><file name="Layout.php" role="data"/><dir name="Range"><file name="Jumping.php" role="data"/><file name="Sliding.php" role="data"/></dir><file name="Range.php" role="data"/></dir><file name="Pager.php" role="data"/><dir name="Parser"><file name="Exception.php" role="data"/><file name="Json.php" role="data"/><file name="Serialize.php" role="data"/><file name="spyc.php" role="data"/><file name="Xml.php" role="data"/><file name="Yml.php" role="data"/></dir><file name="Parser.php" role="data"/><dir name="Query"><file name="Abstract.php" role="data"/><file name="Check.php" role="data"/><file name="Condition.php" role="data"/><file name="Exception.php" role="data"/><dir name="Filter"><file name="Chain.php" role="data"/><file name="Interface.php" role="data"/></dir><file name="Filter.php" role="data"/><file name="From.php" role="data"/><file name="Groupby.php" role="data"/><file name="Having.php" role="data"/><file name="JoinCondition.php" role="data"/><file name="Limit.php" role="data"/><file name="Offset.php" role="data"/><file name="Orderby.php" role="data"/><file name="Parser.php" role="data"/><file name="Part.php" role="data"/><dir name="Registry"><file name="Exception.php" role="data"/></dir><file name="Registry.php" role="data"/><file name="Select.php" role="data"/><file name="Set.php" role="data"/><dir name="Tokenizer"><file name="Exception.php" role="data"/></dir><file name="Tokenizer.php" role="data"/><file name="Where.php" role="data"/></dir><file name="Query.php" role="data"/><dir name="RawSql"><file name="Exception.php" role="data"/></dir><file name="RawSql.php" role="data"/><dir name="Record"><file name="Abstract.php" role="data"/><file name="Exception.php" role="data"/><dir name="Filter"><file name="Compound.php" role="data"/><file name="Standard.php" role="data"/></dir><file name="Filter.php" role="data"/><file name="Generator.php" role="data"/><file name="Iterator.php" role="data"/><dir name="Listener"><file name="Chain.php" role="data"/><file name="Interface.php" role="data"/></dir><file name="Listener.php" role="data"/><dir name="State"><file name="Exception.php" role="data"/></dir></dir><file name="Record.php" role="data"/><dir name="Relation"><dir name="Association"><file name="Self.php" role="data"/></dir><file name="Association.php" role="data"/><file name="Exception.php" role="data"/><file name="ForeignKey.php" role="data"/><file name="LocalKey.php" role="data"/><file name="Nest.php" role="data"/><dir name="Parser"><file name="Exception.php" role="data"/></dir><file name="Parser.php" role="data"/></dir><file name="Relation.php" role="data"/><dir name="Search"><dir name="Analyzer"><file name="Exception.php" role="data"/><file name="Interface.php" role="data"/><file name="Standard.php" role="data"/></dir><file name="Analyzer.php" role="data"/><file name="Exception.php" role="data"/><file name="File.php" role="data"/><dir name="Indexer"><file name="Dir.php" role="data"/><file name="Exception.php" role="data"/></dir><file name="Indexer.php" role="data"/><file name="Listener.php" role="data"/><file name="Parser.php" role="data"/><file name="Query.php" role="data"/><file name="Record.php" role="data"/><file name="Scorer.php" role="data"/></dir><file name="Search.php" role="data"/><dir name="Sequence"><file name="Db2.php" role="data"/><file name="Exception.php" role="data"/><file name="Firebird.php" role="data"/><file name="Informix.php" role="data"/><file name="Mssql.php" role="data"/><file name="Mysql.php" role="data"/><file name="Oracle.php" role="data"/><file name="Pgsql.php" role="data"/><file name="Sqlite.php" role="data"/></dir><file name="Sequence.php" role="data"/><dir name="Table"><file name="Exception.php" role="data"/><dir name="Repository"><file name="Exception.php" role="data"/></dir><file name="Repository.php" role="data"/></dir><file name="Table.php" role="data"/><dir name="Task"><file name="BuildAll.php" role="data"/><file name="BuildAllLoad.php" role="data"/><file name="BuildAllReload.php" role="data"/><file name="Compile.php" role="data"/><file name="CreateDb.php" role="data"/><file name="CreateTables.php" role="data"/><file name="Dql.php" role="data"/><file name="DropDb.php" role="data"/><file name="DumpData.php" role="data"/><file name="Exception.php" role="data"/><file name="GenerateMigration.php" role="data"/><file name="GenerateMigrationsDb.php" role="data"/><file name="GenerateMigrationsModels.php" role="data"/><file name="GenerateModelsDb.php" role="data"/><file name="GenerateModelsYaml.php" role="data"/><file name="GenerateSql.php" role="data"/><file name="GenerateYamlDb.php" role="data"/><file name="GenerateYamlModels.php" role="data"/><file name="LoadData.php" role="data"/><file name="LoadDummyData.php" role="data"/><file name="Migrate.php" role="data"/><file name="RebuildDb.php" role="data"/></dir><file name="Task.php" role="data"/><dir name="Template"><file name="Geographical.php" role="data"/><file name="I18n.php" role="data"/><dir name="Listener"><file name="Sluggable.php" role="data"/><file name="Timestampable.php" role="data"/></dir><file name="NestedSet.php" role="data"/><file name="Searchable.php" role="data"/><file name="Sluggable.php" role="data"/><file name="Taggable.php" role="data"/><file name="Timestampable.php" role="data"/><file name="Versionable.php" role="data"/></dir><file name="Template.php" role="data"/><dir name="Transaction"><file name="Exception.php" role="data"/><file name="Firebird.php" role="data"/><file name="Informix.php" role="data"/><file name="Mock.php" role="data"/><file name="Mssql.php" role="data"/><file name="Mysql.php" role="data"/><file name="Oracle.php" role="data"/><file name="Pgsql.php" role="data"/><file name="Sqlite.php" role="data"/></dir><file name="Transaction.php" role="data"/><dir name="Tree"><file name="AdjacencyList.php" role="data"/><file name="Exception.php" role="data"/><file name="Interface.php" role="data"/><file name="MaterializedPath.php" role="data"/><file name="NestedSet.php" role="data"/></dir><file name="Tree.php" role="data"/><file name="Util.php" role="data"/><dir name="Validator"><file name="Country.php" role="data"/><file name="Creditcard.php" role="data"/><file name="Date.php" role="data"/><file name="Driver.php" role="data"/><file name="Email.php" role="data"/><file name="ErrorStack.php" role="data"/><file name="Exception.php" role="data"/><file name="Future.php" role="data"/><file name="Htmlcolor.php" role="data"/><file name="Ip.php" role="data"/><file name="Minlength.php" role="data"/><file name="Nospace.php" role="data"/><file name="Notblank.php" role="data"/><file name="Notnull.php" role="data"/><file name="Past.php" role="data"/><file name="Protected.php" role="data"/><file name="Range.php" role="data"/><file name="Regexp.php" role="data"/><file name="Unique.php" role="data"/><file name="Unsigned.php" role="data"/><file name="Usstate.php" role="data"/></dir><file name="Validator.php" role="data"/><dir name="View"><file name="Exception.php" role="data"/></dir><file name="View.php" role="data"/></dir><file name="Doctrine.php" role="data"/></dir><file name="LICENSE" role="data"/><dir name="manual"><dir name="docs"><dir name="en"><dir name="_old-docs"><file name="Configuration - Custom getters and setters.php" role="data"/><file name="Configuration - Custom primary key column.php" role="data"/><file name="Configuration - List of attributes.php" role="data"/><file name="Configuration - Setting default eventlistener.php" role="data"/><file name="Configuration - Setting default fetchmode.php" role="data"/><file name="Configuration - Using sequences.php" role="data"/><file name="Database operations - Limit and offset.php" role="data"/><file name="Database operations - Nested transactions.php" role="data"/><file name="Database operations - Query logging.php" role="data"/><file name="Database operations - Sequences.php" role="data"/><file name="Database operations - Transactions.php" role="data"/><file name="DQL (Doctrine Query Language) - Functions - Contains.php" role="data"/><file name="DQL (Doctrine Query Language) - Functions - Like.php" role="data"/><file name="DQL (Doctrine Query Language) - Functions - Regexp.php" role="data"/><file name="DQL (Doctrine Query Language) - Operators - Logical operators.php" role="data"/><file name="Object relational mapping - Relations - Composites and aggregates.php" role="data"/><file name="Runtime classes - Doctrine_Association.php" role="data"/><file name="Runtime classes - Doctrine_Collection.php" role="data"/><file name="Runtime classes - Doctrine_Collection_Batch.php" role="data"/><file name="Runtime classes - Doctrine_Collection_Immediate.php" role="data"/><file name="Runtime classes - Doctrine_Collection_Lazy.php" role="data"/><file name="Runtime classes - Doctrine_ForeignKey.php" role="data"/><file name="Runtime classes - Doctrine_Manager.php" role="data"/><file name="Runtime classes - Doctrine_Record.php" role="data"/><file name="Runtime classes - Doctrine_Session.php" role="data"/><file name="Runtime classes - Doctrine_Table.php" role="data"/><file name="Schema reference - Data types - Array.php" role="data"/><file name="Schema reference - Foreign keys - Introduction.php" role="data"/><file name="Working with objects - Component overview - Collection - Fetching strategies.php" role="data"/><file name="Working with objects - Component overview - Query - Aggregate functions.php" role="data"/><file name="Working with objects - Component overview - Query - Bound parameters.php" role="data"/><file name="Working with objects - Component overview - Query - DQL - SQL conversion.php" role="data"/><file name="Working with objects - Component overview - Query - Fetching strategies.php" role="data"/><file name="Working with objects - Component overview - Query - Lazy property fetching.php" role="data"/><file name="Working with objects - Component overview - Query - Method overloading.php" role="data"/><file name="Working with objects - Component overview - Query - Relation operators.php" role="data"/><file name="Working with objects - Component overview - Record - Adding records.php" role="data"/></dir><dir name="basic-schema-mapping"><dir name="columns"><file name="column-aliases.txt" role="data"/><file name="column-naming.txt" role="data"/><file name="data-types.txt" role="data"/><file name="default-values.txt" role="data"/></dir><file name="columns.txt" role="data"/><file name="constraints-and-validators.txt" role="data"/><file name="indexes.txt" role="data"/><file name="introduction.txt" role="data"/><file name="record-identifiers.txt" role="data"/><dir name="relations"/><file name="table-and-class-naming.txt" role="data"/><file name="table-options.txt" role="data"/></dir><file name="basic-schema-mapping.txt" role="data"/><dir name="caching"><file name="configuration.txt" role="data"/><file name="introduction.txt" role="data"/><file name="overview.txt" role="data"/></dir><file name="caching.txt" role="data"/><file name="class-templates.txt" role="data"/><dir name="coding-standards"><file name="coding-style.txt" role="data"/><file name="naming-conventions.txt" role="data"/><file name="overview.txt" role="data"/><file name="php-file-formatting.txt" role="data"/><file name="testing.txt" role="data"/></dir><file name="coding-standards.txt" role="data"/><dir name="command-line-interface"/><dir name="component-overview"><file name="hook.txt" role="data"/><file name="locking-manager.txt" role="data"/><file name="profiler.txt" role="data"/><file name="validators.txt" role="data"/><file name="view.txt" role="data"/></dir><file name="component-overview.txt" role="data"/><dir name="configuration"><file name="introduction.txt" role="data"/><file name="levels-of-configuration.txt" role="data"/><file name="setting-attributes.txt" role="data"/></dir><file name="configuration.txt" role="data"/><dir name="connection-management"><file name="connection-component-binding.txt" role="data"/><file name="dsn-the-data-source-name.txt" role="data"/><file name="lazy-connecting-to-database.txt" role="data"/><file name="managing-connections.txt" role="data"/><file name="opening-a-new-connection.txt" role="data"/></dir><file name="connection-management.txt" role="data"/><dir name="data-fixtures"/><file name="data-fixtures.txt" role="data"/><dir name="database-abstraction"/><file name="database-abstraction.txt" role="data"/><dir name="dql-doctrine-query-language"><file name="bnf.txt" role="data"/><file name="conditional-expressions.txt" role="data"/><file name="delete-queries.txt" role="data"/><file name="examples.txt" role="data"/><file name="from-clause.txt" role="data"/><file name="functional-expressions.txt" role="data"/><file name="group-by-having-clauses.txt" role="data"/><file name="indexby-keyword.txt" role="data"/><file name="introduction.txt" role="data"/><file name="join-syntax.txt" role="data"/><file name="limit-and-offset-clauses.txt" role="data"/><file name="order-by-clause.txt" role="data"/><file name="select-queries.txt" role="data"/><file name="subqueries.txt" role="data"/><file name="update-queries.txt" role="data"/><file name="where-clause.txt" role="data"/></dir><file name="dql-doctrine-query-language.txt" role="data"/><file name="event-listeners.txt" role="data"/><file name="exceptions-and-warnings.txt" role="data"/><dir name="file-parser"/><file name="file-parser.txt" role="data"/><dir name="getting-started"><file name="exporting-classes.txt" role="data"/><file name="installation.txt" role="data"/><file name="starting-new-project.txt" role="data"/><file name="working-with-existing-databases.txt" role="data"/></dir><file name="getting-started.txt" role="data"/><dir name="hierarchical-data"><file name="adjacency-list.txt" role="data"/><file name="introduction.txt" role="data"/><file name="materialized-path.txt" role="data"/><file name="nested-set.txt" role="data"/></dir><file name="hierarchical-data.txt" role="data"/><dir name="improving-performance"><file name="bundle-your-class-files.txt" role="data"/><file name="compile.txt" role="data"/><file name="fetch-only-what-you-need.txt" role="data"/><file name="introduction.txt" role="data"/><file name="other-tips.txt" role="data"/><file name="use-a-bytecode-cache.txt" role="data"/></dir><file name="improving-performance.txt" role="data"/><file name="mapping-relations.txt" role="data"/><dir name="migration"/><file name="migration.txt" role="data"/><file name="native-sql.txt" role="data"/><file name="object-relational-mapping.txt" role="data"/><dir name="plugins"/><file name="plugins.txt" role="data"/><dir name="real-world-examples"><file name="album-lister.txt" role="data"/><file name="forum-application.txt" role="data"/><file name="user-management-system.txt" role="data"/></dir><file name="real-world-examples.txt" role="data"/><file name="relations.txt" role="data"/><dir name="schema-files"/><file name="schema-files.txt" role="data"/><file name="searching.txt" role="data"/><dir name="technology"><file name="architecture.txt" role="data"/><file name="design-patterns-used.txt" role="data"/><file name="internal-optimizations.txt" role="data"/><file name="speed.txt" role="data"/></dir><file name="technology.txt" role="data"/><dir name="transactions"><file name="introduction.txt" role="data"/><file name="isolation-levels.txt" role="data"/><file name="locking-strategies.txt" role="data"/><file name="nesting.txt" role="data"/><file name="savepoints.txt" role="data"/><file name="unit-of-work.txt" role="data"/></dir><file name="transactions.txt" role="data"/><dir name="utilities"><file name="command-line-interface.txt" role="data"/><file name="facade.txt" role="data"/><dir name="pagination"><file name="advanced-layouts-with-pager.txt" role="data"/><file name="controlling-range-styles.txt" role="data"/><file name="customizing-pager-layout.txt" role="data"/><file name="introduction.txt" role="data"/><file name="working-with-pager.txt" role="data"/></dir><file name="pagination.txt" role="data"/><file name="sandbox.txt" role="data"/></dir><file name="utilities.txt" role="data"/><dir name="working-with-objects"><dir name="component-overview"><file name="collection.txt" role="data"/><file name="connection.txt" role="data"/><file name="manager.txt" role="data"/><file name="record.txt" role="data"/><file name="table.txt" role="data"/></dir><file name="dealing-with-relations.txt" role="data"/></dir><file name="working-with-objects.txt" role="data"/></dir><file name="en.txt" role="data"/></dir><file name="index.php" role="data"/><dir name="lib"><file name="highlight.php" role="data"/><dir name="Text"><dir name="Wiki"><file name="Doc.php" role="data"/><dir name="Parse"><dir name="Doc"><file name="Code.php" role="data"/><file name="Doclink.php" role="data"/><file name="Prefilter.php" role="data"/><file name="Table.php" role="data"/></dir></dir><dir name="Render"><dir name="Latex"><file name="Code.php" role="data"/><file name="Doclink.php" role="data"/><file name="Heading.php" role="data"/><file name="List.php" role="data"/><file name="Phplookup.php" role="data"/><file name="Table.php" role="data"/><file name="Url.php" role="data"/></dir><file name="Latex.php" role="data"/><dir name="Xhtml"><file name="Blockquote.php" role="data"/><file name="Code.php" role="data"/><file name="Doclink.php" role="data"/></dir></dir></dir></dir></dir><dir name="scripts"><file name="mootools.v1.11.js" role="data"/><file name="toc.js" role="data"/><file name="tree.js" role="data"/></dir><dir name="styles"><file name="basic.css" role="data"/><file name="iefix.css" role="data"/><file name="print.css" role="data"/></dir><dir name="templates"><file name="index.tpl.php" role="data"/><file name="latex.tpl.php" role="data"/><file name="xhtml.tpl.php" role="data"/></dir><dir name="tmp"/></dir><dir name="models"><file name="Account.php" role="data"/><file name="Address.php" role="data"/><file name="Album.php" role="data"/><file name="App.php" role="data"/><file name="App_Category.php" role="data"/><file name="App_User.php" role="data"/><file name="Assignment.php" role="data"/><file name="Auth.php" role="data"/><file name="Author.php" role="data"/><file name="BadlyNamed__Class.php" role="data"/><file name="BarRecord.php" role="data"/><file name="BaseSymfonyRecord.php" role="data"/><file name="Blog.php" role="data"/><file name="BlogTag.php" role="data"/><file name="BoardWithPosition.php" role="data"/><file name="Book.php" role="data"/><file name="Bookmark.php" role="data"/><file name="BookmarkUser.php" role="data"/><file name="BooleanTest.php" role="data"/><file name="CascadeDeleteRelatedTest.php" role="data"/><file name="CascadeDeleteRelatedTest2.php" role="data"/><file name="CascadeDeleteTest.php" role="data"/><file name="CategoryWithPosition.php" role="data"/><file name="CheckConstraintTest.php" role="data"/><file name="ClientModel.php" role="data"/><file name="ColumnAliasTest.php" role="data"/><file name="ConcreteEmail.php" role="data"/><file name="ConcreteGroup.php" role="data"/><file name="ConcreteGroupUser.php" role="data"/><file name="ConcreteInheritanceTestParent.php" role="data"/><file name="ConcreteUser.php" role="data"/><file name="CoverageCodeN.php" role="data"/><file name="CPK_Association.php" role="data"/><file name="CPK_Test.php" role="data"/><file name="CPK_Test2.php" role="data"/><file name="CustomPK.php" role="data"/><file name="CustomSequenceRecord.php" role="data"/><file name="Data_File.php" role="data"/><file name="DateTest.php" role="data"/><file name="Description.php" role="data"/><file name="Element.php" role="data"/><file name="Email.php" role="data"/><file name="Entity.php" role="data"/><file name="EntityAddress.php" role="data"/><file name="EntityReference.php" role="data"/><file name="EnumTest.php" role="data"/><file name="EnumTest2.php" role="data"/><file name="EnumTest3.php" role="data"/><file name="Error.php" role="data"/><file name="EventListenerChainTest.php" role="data"/><file name="EventListenerTest.php" role="data"/><dir name="export"><file name="Cms_Category.php" role="data"/><file name="Cms_CategoryLanguages.php" role="data"/></dir><file name="FieldNameTest.php" role="data"/><file name="File_Owner.php" role="data"/><file name="FilterTest.php" role="data"/><file name="FilterTest2.php" role="data"/><file name="FooBarRecord.php" role="data"/><file name="FooForeignlyOwned.php" role="data"/><file name="FooForeignlyOwnedWithPK.php" role="data"/><file name="FooLocallyOwned.php" role="data"/><file name="FooRecord.php" role="data"/><file name="FooReferenceRecord.php" role="data"/><file name="ForeignKeyTest.php" role="data"/><file name="ForeignKeyTest2.php" role="data"/><file name="Forum_Board.php" role="data"/><file name="Forum_Category.php" role="data"/><file name="Forum_Entry.php" role="data"/><file name="Forum_Thread.php" role="data"/><file name="gnatEmail.php" role="data"/><file name="gnatUser.php" role="data"/><file name="Group.php" role="data"/><file name="GroupUser.php" role="data"/><file name="GzipTest.php" role="data"/><file name="I18nTest.php" role="data"/><file name="InheritanceDeal.php" role="data"/><file name="InheritanceDealUser.php" role="data"/><file name="InheritanceUser.php" role="data"/><file name="JC1.php" role="data"/><file name="JC2.php" role="data"/><file name="JC3.php" role="data"/><file name="LiabilityCodeN.php" role="data"/><file name="Location.php" role="data"/><file name="LocationI18n.php" role="data"/><file name="Log_Entry.php" role="data"/><file name="Log_Status.php" role="data"/><file name="M2MTest.php" role="data"/><file name="M2MTest2.php" role="data"/><file name="MigrationTest.php" role="data"/><file name="mmrGroup_B.php" role="data"/><file name="mmrGroup_C.php" role="data"/><file name="mmrGroupUser_B.php" role="data"/><file name="mmrGroupUser_C.php" role="data"/><file name="mmrUser_B.php" role="data"/><file name="mmrUser_C.php" role="data"/><file name="MyGroup.php" role="data"/><file name="MyOneThing.php" role="data"/><file name="MyOtherThing.php" role="data"/><file name="MysqlGroup.php" role="data"/><file name="MysqlGroupMember.php" role="data"/><file name="MysqlIndexTestRecord.php" role="data"/><file name="MysqlTestRecord.php" role="data"/><file name="MysqlUser.php" role="data"/><file name="MyUser.php" role="data"/><file name="MyUser2.php" role="data"/><file name="MyUserGroup.php" role="data"/><file name="MyUserOneThing.php" role="data"/><file name="MyUserOtherThing.php" role="data"/><file name="NestedSetTest_SingleRootNode.php" role="data"/><file name="NestReference.php" role="data"/><file name="NestTest.php" role="data"/><file name="NotNullTest.php" role="data"/><file name="ORM_AccessControl.php" role="data"/><file name="ORM_AccessControlsGroups.php" role="data"/><file name="ORM_AccessGroup.php" role="data"/><file name="ORM_TestEntry.php" role="data"/><file name="ORM_TestItem.php" role="data"/><file name="Package.php" role="data"/><file name="PackageVersion.php" role="data"/><file name="PackageVersionNotes.php" role="data"/><file name="Page.php" role="data"/><file name="Phonenumber.php" role="data"/><file name="Photo.php" role="data"/><file name="Phototag.php" role="data"/><file name="PluginSymfonyRecord.php" role="data"/><file name="PluginSymfonyRecordTable.php" role="data"/><file name="Policy.php" role="data"/><file name="PolicyAsset.php" role="data"/><file name="PolicyCodeN.php" role="data"/><file name="PolicyN.php" role="data"/><file name="QueryTest_Board.php" role="data"/><file name="QueryTest_Category.php" role="data"/><file name="QueryTest_Entry.php" role="data"/><file name="QueryTest_Item.php" role="data"/><file name="QueryTest_Rank.php" role="data"/><file name="QueryTest_User.php" role="data"/><file name="QueryTest_UserRank.php" role="data"/><file name="RateN.php" role="data"/><file name="Rec1.php" role="data"/><file name="Rec2.php" role="data"/><file name="Record_City.php" role="data"/><file name="Record_Country.php" role="data"/><file name="Record_District.php" role="data"/><file name="RecordFilterTest.php" role="data"/><file name="RecordHookTest.php" role="data"/><file name="RelationTest.php" role="data"/><file name="Resource.php" role="data"/><file name="ResourceReference.php" role="data"/><file name="ResourceType.php" role="data"/><file name="Role.php" role="data"/><file name="RTC1.php" role="data"/><file name="RTC2.php" role="data"/><file name="RTC3.php" role="data"/><file name="RTC4.php" role="data"/><file name="SearchTest.php" role="data"/><file name="SelfRefTest.php" role="data"/><file name="SequenceRecord.php" role="data"/><file name="SerializeTest.php" role="data"/><file name="SoftDeleteTest.php" role="data"/><file name="Song.php" role="data"/><file name="SymfonyRecord.php" role="data"/><file name="SymfonyRecordTable.php" role="data"/><file name="Tag.php" role="data"/><file name="Task.php" role="data"/><file name="TestMovie.php" role="data"/><file name="TestMovieUserBookmark.php" role="data"/><file name="TestMovieUserVote.php" role="data"/><file name="TestRecord.php" role="data"/><file name="TestUser.php" role="data"/><file name="TreeLeaf.php" role="data"/><file name="User.php" role="data"/><file name="ValidatorTest.php" role="data"/><file name="ValidatorTest_AddressModel.php" role="data"/><file name="ValidatorTest_ClientModel.php" role="data"/><file name="ValidatorTest_ClientToAddressModel.php" role="data"/><file name="ValidatorTest_DateModel.php" role="data"/><file name="ValidatorTest_FootballPlayer.php" role="data"/><file name="ValidatorTest_Person.php" role="data"/><file name="VersioningTest.php" role="data"/><file name="ZeroValueTest.php" role="data"/></dir><file name="README" role="data"/><dir name="tests"><file name="AccessTestCase.php" role="data"/><file name="AuditLogTestCase.php" role="data"/><file name="BatchIteratorTestCase.php" role="data"/><dir name="Cache"><file name="ApcTestCase.php" role="data"/><file name="MemcacheTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="CacheFileTestCase.php" role="data"/><file name="CacheQuerySqliteTestCase.php" role="data"/><file name="CacheSqliteTestCase.php" role="data"/><file name="CacheTestCase.php" role="data"/><file name="CascadingDeleteTestCase.php" role="data"/><file name="ClassTableInheritanceTestCase.php" role="data"/><dir name="Collection"><file name="SnapshotTestCase.php" role="data"/></dir><file name="CollectionOffsetTestCase.php" role="data"/><file name="CollectionTestCase.php" role="data"/><file name="ColumnAggregationInheritanceTestCase.php" role="data"/><file name="ColumnAliasTestCase.php" role="data"/><file name="CompositePrimaryKeyTestCase.php" role="data"/><file name="ConfigurableTestCase.php" role="data"/><dir name="Connection"><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="ProfilerTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/><file name="UnitOfWork.php" role="data"/></dir><file name="ConnectionTestCase.php" role="data"/><file name="ConnectionTransactionTestCase.php" role="data"/><dir name="coverage"><file name="coverage.txt" role="data"/><file name="Doctrine.html" role="data"/><file name="Doctrine_Access.html" role="data"/><file name="Doctrine_Adapter_Mock.html" role="data"/><file name="Doctrine_Adapter_Statement_Mock.html" role="data"/><file name="Doctrine_AuditLog.html" role="data"/><file name="Doctrine_AuditLog_Listener.html" role="data"/><file name="Doctrine_Cache_Array.html" role="data"/><file name="Doctrine_Collection.html" role="data"/><file name="Doctrine_Configurable.html" role="data"/><file name="Doctrine_Connection.html" role="data"/><file name="Doctrine_Connection_Common.html" role="data"/><file name="Doctrine_Connection_Exception.html" role="data"/><file name="Doctrine_Connection_Firebird.html" role="data"/><file name="Doctrine_Connection_Firebird_Exception.html" role="data"/><file name="Doctrine_Connection_Module.html" role="data"/><file name="Doctrine_Connection_Mssql.html" role="data"/><file name="Doctrine_Connection_Mssql_Exception.html" role="data"/><file name="Doctrine_Connection_Mysql.html" role="data"/><file name="Doctrine_Connection_Mysql_Exception.html" role="data"/><file name="Doctrine_Connection_Oracle.html" role="data"/><file name="Doctrine_Connection_Oracle_Exception.html" role="data"/><file name="Doctrine_Connection_Pgsql.html" role="data"/><file name="Doctrine_Connection_Pgsql_Exception.html" role="data"/><file name="Doctrine_Connection_Profiler.html" role="data"/><file name="Doctrine_Connection_Sqlite.html" role="data"/><file name="Doctrine_Connection_Sqlite_Exception.html" role="data"/><file name="Doctrine_Connection_Statement.html" role="data"/><file name="Doctrine_Connection_UnitOfWork.html" role="data"/><file name="Doctrine_DataDict.html" role="data"/><file name="Doctrine_DataDict_Exception.html" role="data"/><file name="Doctrine_DataDict_Firebird.html" role="data"/><file name="Doctrine_DataDict_Mssql.html" role="data"/><file name="Doctrine_DataDict_Mysql.html" role="data"/><file name="Doctrine_DataDict_Oracle.html" role="data"/><file name="Doctrine_DataDict_Pgsql.html" role="data"/><file name="Doctrine_DataDict_Sqlite.html" role="data"/><file name="Doctrine_Event.html" role="data"/><file name="Doctrine_EventListener.html" role="data"/><file name="Doctrine_EventListener_Chain.html" role="data"/><file name="Doctrine_Exception.html" role="data"/><file name="Doctrine_Export.html" role="data"/><file name="Doctrine_Export_Exception.html" role="data"/><file name="Doctrine_Export_Firebird.html" role="data"/><file name="Doctrine_Export_Mysql.html" role="data"/><file name="Doctrine_Export_Oracle.html" role="data"/><file name="Doctrine_Export_Pgsql.html" role="data"/><file name="Doctrine_Export_Schema.html" role="data"/><file name="Doctrine_Export_Sqlite.html" role="data"/><file name="Doctrine_Expression.html" role="data"/><file name="Doctrine_Expression_Driver.html" role="data"/><file name="Doctrine_Expression_Exception.html" role="data"/><file name="Doctrine_Expression_Mock.html" role="data"/><file name="Doctrine_Expression_Mysql.html" role="data"/><file name="Doctrine_Expression_Pgsql.html" role="data"/><file name="Doctrine_Expression_Sqlite.html" role="data"/><file name="Doctrine_Formatter.html" role="data"/><file name="Doctrine_Hook.html" role="data"/><file name="Doctrine_Hook_Equal.html" role="data"/><file name="Doctrine_Hook_Integer.html" role="data"/><file name="Doctrine_Hook_Parser.html" role="data"/><file name="Doctrine_Hook_Parser_Complex.html" role="data"/><file name="Doctrine_Hook_WordLike.html" role="data"/><file name="Doctrine_Hydrate.html" role="data"/><file name="Doctrine_Hydrate_Array.html" role="data"/><file name="Doctrine_Hydrate_Record.html" role="data"/><file name="Doctrine_Hydrator.html" role="data"/><file name="Doctrine_Hydrator_Abstract.html" role="data"/><file name="Doctrine_Hydrator_ArrayDriver.html" role="data"/><file name="Doctrine_Hydrator_RecordDriver.html" role="data"/><file name="Doctrine_I18n.html" role="data"/><file name="Doctrine_Import.html" role="data"/><file name="Doctrine_Import_Builder.html" role="data"/><file name="Doctrine_Import_Firebird.html" role="data"/><file name="Doctrine_Import_Mssql.html" role="data"/><file name="Doctrine_Import_Oracle.html" role="data"/><file name="Doctrine_Import_Pgsql.html" role="data"/><file name="Doctrine_Import_Schema.html" role="data"/><file name="Doctrine_Import_Sqlite.html" role="data"/><file name="Doctrine_Lib.html" role="data"/><file name="Doctrine_Locator_Injectable.html" role="data"/><file name="Doctrine_Manager.html" role="data"/><file name="Doctrine_Manager_Exception.html" role="data"/><file name="Doctrine_Migration.html" role="data"/><file name="Doctrine_Migration_Process.html" role="data"/><file name="Doctrine_Node.html" role="data"/><file name="Doctrine_Node_NestedSet.html" role="data"/><file name="Doctrine_Null.html" role="data"/><file name="Doctrine_Parser.html" role="data"/><file name="Doctrine_Parser_Yml.html" role="data"/><file name="Doctrine_Plugin.html" role="data"/><file name="Doctrine_Query.html" role="data"/><file name="Doctrine_Query_Abstract.html" role="data"/><file name="Doctrine_Query_Check.html" role="data"/><file name="Doctrine_Query_Condition.html" role="data"/><file name="Doctrine_Query_Exception.html" role="data"/><file name="Doctrine_Query_From.html" role="data"/><file name="Doctrine_Query_Groupby.html" role="data"/><file name="Doctrine_Query_Having.html" role="data"/><file name="Doctrine_Query_JoinCondition.html" role="data"/><file name="Doctrine_Query_Limit.html" role="data"/><file name="Doctrine_Query_Offset.html" role="data"/><file name="Doctrine_Query_Orderby.html" role="data"/><file name="Doctrine_Query_Part.html" role="data"/><file name="Doctrine_Query_Registry.html" role="data"/><file name="Doctrine_Query_Select.html" role="data"/><file name="Doctrine_Query_Set.html" role="data"/><file name="Doctrine_Query_Tokenizer.html" role="data"/><file name="Doctrine_Query_Where.html" role="data"/><file name="Doctrine_RawSql.html" role="data"/><file name="Doctrine_RawSql_Exception.html" role="data"/><file name="Doctrine_Record.html" role="data"/><file name="Doctrine_Record_Abstract.html" role="data"/><file name="Doctrine_Record_Exception.html" role="data"/><file name="Doctrine_Record_Filter.html" role="data"/><file name="Doctrine_Record_Filter_Compound.html" role="data"/><file name="Doctrine_Record_Filter_Standard.html" role="data"/><file name="Doctrine_Record_Iterator.html" role="data"/><file name="Doctrine_Record_Listener.html" role="data"/><file name="Doctrine_Record_Listener_Chain.html" role="data"/><file name="Doctrine_Relation.html" role="data"/><file name="Doctrine_Relation_Association.html" role="data"/><file name="Doctrine_Relation_Exception.html" role="data"/><file name="Doctrine_Relation_ForeignKey.html" role="data"/><file name="Doctrine_Relation_LocalKey.html" role="data"/><file name="Doctrine_Relation_Nest.html" role="data"/><file name="Doctrine_Relation_Parser.html" role="data"/><file name="Doctrine_Relation_Parser_Exception.html" role="data"/><file name="Doctrine_Search.html" role="data"/><file name="Doctrine_Search_Analyzer_Standard.html" role="data"/><file name="Doctrine_Search_Exception.html" role="data"/><file name="Doctrine_Search_File.html" role="data"/><file name="Doctrine_Search_Listener.html" role="data"/><file name="Doctrine_Search_Query.html" role="data"/><file name="Doctrine_Sequence.html" role="data"/><file name="Doctrine_Sequence_Firebird.html" role="data"/><file name="Doctrine_Sequence_Mssql.html" role="data"/><file name="Doctrine_Sequence_Mysql.html" role="data"/><file name="Doctrine_Sequence_Oracle.html" role="data"/><file name="Doctrine_Sequence_Pgsql.html" role="data"/><file name="Doctrine_Sequence_Sqlite.html" role="data"/><file name="Doctrine_Table.html" role="data"/><file name="Doctrine_Table_Exception.html" role="data"/><file name="Doctrine_Table_Repository.html" role="data"/><file name="Doctrine_Template.html" role="data"/><file name="Doctrine_Template_I18n.html" role="data"/><file name="Doctrine_Template_Listener_Timestampable.html" role="data"/><file name="Doctrine_Template_NestedSet.html" role="data"/><file name="Doctrine_Template_Searchable.html" role="data"/><file name="Doctrine_Template_Sluggable.html" role="data"/><file name="Doctrine_Template_Timestampable.html" role="data"/><file name="Doctrine_Template_Versionable.html" role="data"/><file name="Doctrine_Tokenizer.html" role="data"/><file name="Doctrine_Transaction.html" role="data"/><file name="Doctrine_Transaction_Exception.html" role="data"/><file name="Doctrine_Transaction_Firebird.html" role="data"/><file name="Doctrine_Transaction_Mock.html" role="data"/><file name="Doctrine_Transaction_Mssql.html" role="data"/><file name="Doctrine_Transaction_Mysql.html" role="data"/><file name="Doctrine_Transaction_Oracle.html" role="data"/><file name="Doctrine_Transaction_Pgsql.html" role="data"/><file name="Doctrine_Transaction_Sqlite.html" role="data"/><file name="Doctrine_Tree.html" role="data"/><file name="Doctrine_Tree_NestedSet.html" role="data"/><file name="Doctrine_Validator.html" role="data"/><file name="Doctrine_Validator_Date.html" role="data"/><file name="Doctrine_Validator_Driver.html" role="data"/><file name="Doctrine_Validator_Email.html" role="data"/><file name="Doctrine_Validator_ErrorStack.html" role="data"/><file name="Doctrine_Validator_Exception.html" role="data"/><file name="Doctrine_Validator_Future.html" role="data"/><file name="Doctrine_Validator_Notblank.html" role="data"/><file name="Doctrine_Validator_Notnull.html" role="data"/><file name="Doctrine_Validator_Past.html" role="data"/><file name="Doctrine_Validator_Range.html" role="data"/><file name="Doctrine_Validator_Regexp.html" role="data"/><file name="Doctrine_Validator_Unique.html" role="data"/><file name="Doctrine_Validator_Unsigned.html" role="data"/><file name="Doctrine_Validator_Usstate.html" role="data"/><file name="Doctrine_View.html" role="data"/><file name="index.php" role="data"/></dir><file name="CtiColumnAggregationTestCase.php" role="data"/><file name="CustomPrimaryKeyTestCase.php" role="data"/><file name="CustomResultSetOrderTestCase.php" role="data"/><file name="CustomResultSetOrderTestCaseTestCase.php" role="data"/><dir name="Data"><file name="ExportTestCase.php" role="data"/><file name="ImportTestCase.php" role="data"/></dir><dir name="DataDict"><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="DataDictSqliteTestCase.php" role="data"/><file name="DataDictTestCase.php" role="data"/><dir name="DataType"><file name="BooleanTestCase.php" role="data"/><file name="EnumTestCase.php" role="data"/></dir><dir name="Db"><file name="ProfilerTestCase.php" role="data"/></dir><file name="DbProfilerTestCase.php" role="data"/><file name="DBTestCase.php" role="data"/><dir name="DoctrineTest"><file name="Coverage.php" role="data"/><file name="Doctrine_UnitTestCase.php" role="data"/><file name="GroupTest.php" role="data"/><dir name="Reporter"><file name="Cli.php" role="data"/><file name="Html.php" role="data"/></dir><file name="Reporter.php" role="data"/><file name="UnitTestCase.php" role="data"/></dir><file name="DoctrineTest.php" role="data"/><file name="DriverTestCase.php" role="data"/><dir name="EventListener"><file name="ChainTestCase.php" role="data"/></dir><file name="EventListenerTestCase.php" role="data"/><dir name="Export"><file name="CheckConstraintTestCase.php" role="data"/><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="RecordTestCase.php" role="data"/><file name="ReporterTestCase.php" role="data"/><file name="SchemaTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="ExportTestCase.php" role="data"/><dir name="Expression"><file name="DriverTestCase.php" role="data"/><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="ExpressionTestCase.php" role="data"/><file name="ForeignKeyTestCase.php" role="data"/><file name="HookTestCase.php" role="data"/><dir name="Hydrate"><file name="FetchModeTestCase.php" role="data"/></dir><file name="HydrateTestCase.php" role="data"/><file name="I18nTestCase.php" role="data"/><dir name="Import"><dir name="_files"/><file name="BuilderTestCase.php" role="data"/><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="SchemaTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="ImportTestCase.php" role="data"/><file name="index.php" role="data"/><file name="IntegrityActionTestCase.php" role="data"/><file name="ManagerTestCase.php" role="data"/><dir name="Migration"><file name="MysqlTestCase.php" role="data"/></dir><dir name="migration_classes"><file name="001_add_table.php" role="data"/></dir><file name="MigrationTestCase.php" role="data"/><dir name="mysql_migration_classes"><file name="001_mysql_add_table.php" role="data"/><file name="002_mysql_change_column.php" role="data"/></dir><dir name="NestedSet"><file name="SingleRootTestCase.php" role="data"/></dir><file name="NewCoreTestCase.php" role="data"/><file name="OneTableOneClassInheritanceTestCase.php" role="data"/><file name="ParserTestCase.php" role="data"/><file name="PessimisticLockingTestCase.php" role="data"/><file name="PluginTestCase.php" role="data"/><dir name="Query"><file name="AggregateValueTestCase.php" role="data"/><file name="ApplyInheritanceTestCase.php" role="data"/><file name="CacheTestCase.php" role="data"/><file name="CheckTestCase.php" role="data"/><file name="ComponentAliasTestCase.php" role="data"/><file name="ConditionTestCase.php" role="data"/><file name="DeleteTestCase.php" role="data"/><file name="DriverTestCase.php" role="data"/><file name="ExpressionTestCase.php" role="data"/><file name="FromTestCase.php" role="data"/><file name="GroupbyTestCase.php" role="data"/><file name="HavingTestCase.php" role="data"/><file name="IdentifierQuotingTestCase.php" role="data"/><file name="JoinConditionTestCase.php" role="data"/><file name="JoinTestCase.php" role="data"/><file name="LimitTestCase.php" role="data"/><file name="MultiJoin2TestCase.php" role="data"/><file name="MultiJoinTestCase.php" role="data"/><file name="MultipleAggregateValueTestCase.php" role="data"/><file name="MysqlSubqueryHavingTestCase.php" role="data"/><file name="MysqlSubqueryTestCase.php" role="data"/><file name="OneToOneFetchingTestCase.php" role="data"/><file name="OrderbyTestCase.php" role="data"/><file name="PgsqlSubqueryTestCase.php" role="data"/><file name="ReferenceModelTestCase.php" role="data"/><file name="RegistryTestCase.php" role="data"/><file name="SelectExpressionTestCase.php" role="data"/><file name="SelectTestCase.php" role="data"/><file name="ShortAliasesTestCase.php" role="data"/><file name="SubqueryTestCase.php" role="data"/><file name="UpdateTestCase.php" role="data"/><file name="WhereTestCase.php" role="data"/></dir><file name="QueryTestCase.php" role="data"/><file name="RawSqlTestCase.php" role="data"/><dir name="Record"><file name="FilterTestCase.php" role="data"/><file name="HookTestCase.php" role="data"/><file name="InheritanceTestCase.php" role="data"/><file name="LockTestCase.php" role="data"/><file name="SaveBlankRecordTestCase.php" role="data"/><file name="SerializeUnserializeTestCase.php" role="data"/><file name="StateTestCase.php" role="data"/><file name="SynchronizeTestCase.php" role="data"/><file name="ZeroValuesTestCase.php" role="data"/></dir><file name="RecordFilterTestCase.php" role="data"/><file name="RecordTestCase.php" role="data"/><dir name="Relation"><file name="AccessTestCase.php" role="data"/><file name="CircularSavingTestCase.php" role="data"/><file name="ManyToMany2TestCase.php" role="data"/><file name="ManyToManyTestCase.php" role="data"/><file name="NestTestCase.php" role="data"/><file name="OneToManyTestCase.php" role="data"/><file name="OneToOneTestCase.php" role="data"/><file name="ParserTestCase.php" role="data"/></dir><file name="RelationTestCase.php" role="data"/><file name="RepositoryTestCase.php" role="data"/><file name="run.php" role="data"/><file name="schema.xml" role="data"/><file name="schema.yml" role="data"/><dir name="Search"><dir name="_files"><file name="content.html" role="data"/><file name="content.txt" role="data"/></dir><file name="FileTestCase.php" role="data"/><file name="IndexerTestCase.php" role="data"/><file name="QueryTestCase.php" role="data"/><file name="QueryWeightTestCase.php" role="data"/></dir><file name="SearchTestCase.php" role="data"/><dir name="Sequence"><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="SequenceTestCase.php" role="data"/><file name="TableTestCase.php" role="data"/><file name="template.tpl" role="data"/><file name="TemplateTestCase.php" role="data"/><dir name="Ticket"><file name="381TestCase.php" role="data"/><file name="424BTestCase.php" role="data"/><file name="424CTestCase.php" role="data"/><file name="428TestCase.php" role="data"/><file name="438TestCase.php" role="data"/><file name="480TestCase.php" role="data"/><file name="576TestCase.php" role="data"/><file name="583TestCase.php" role="data"/><file name="587TestCase.php" role="data"/><file name="626BTestCase.php" role="data"/><file name="626CTestCase.php" role="data"/><file name="626DTestCase.php" role="data"/><file name="638TestCase.php" role="data"/><file name="642TestCase.php" role="data"/><file name="673TestCase.php" role="data"/><file name="697TestCase.php" role="data"/><file name="736TestCase.php" role="data"/><file name="741TestCase.php" role="data"/><file name="749TestCase.php" role="data"/><file name="NjeroTestCase.php" role="data"/></dir><dir name="tmp"/><file name="TokenizerTestCase.php" role="data"/><dir name="Transaction"><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="TransactionTestCase.php" role="data"/><file name="TreeStructureTestCase.php" role="data"/><file name="UnitOfWorkTestCase.php" role="data"/><file name="unsolved.php" role="data"/><file name="UnsortedTestCase.php" role="data"/><dir name="Validator"><file name="FutureTestCase.php" role="data"/><file name="PastTestCase.php" role="data"/></dir><file name="ValidatorTestCase.php" role="data"/><file name="ValueHolderTestCase.php" role="data"/><file name="ViewTestCase.php" role="data"/></dir><dir name="tools"><file name="Bot.php" role="data"/><dir name="sandbox"><file name="config.php.dist" role="data"/><dir name="data"><dir name="fixtures"/><dir name="sql"/></dir><file name="doctrine" role="data"/><file name="doctrine.php" role="data"/><file name="index.php.dist" role="data"/><dir name="migrations"/><dir name="models"/><file name="sandbox.db" role="data"/><dir name="schema"/></dir></dir><dir name="vendor"><file name="PEAR.php" role="data"/><dir name="Sensei"><dir name="Sensei"><dir name="Doc"><dir name="Renderer"><file name="Exception.php" role="data"/><file name="Latex.php" role="data"/><file name="Pdf.php" role="data"/><file name="Xhtml.php" role="data"/></dir><file name="Renderer.php" role="data"/><file name="Section.php" role="data"/><file name="Toc.php" role="data"/></dir><file name="Exception.php" role="data"/></dir><file name="Sensei.php" role="data"/></dir><dir name="spikephpcoverage"><dir name="cli"><file name="driver.php" role="data"/><file name="instrument.php" role="data"/></dir><dir name="conf"><file name="phpcoverage.conf.php" role="data"/></dir><file name="CoverageRecorder.php" role="data"/><dir name="parser"><file name="BasicXmlParser.php" role="data"/><file name="CoverageXmlParser.php" role="data"/><file name="Parser.php" role="data"/><file name="PHPParser.php" role="data"/></dir><file name="PEAR.php" role="data"/><file name="phpcoverage.inc.php" role="data"/><file name="phpcoverage.remote.bottom.inc.php" role="data"/><file name="phpcoverage.remote.top.inc.php" role="data"/><dir name="remote"><file name="RemoteCoverageRecorder.php" role="data"/><file name="XdebugTraceReader.php" role="data"/></dir><dir name="reporter"><file name="CoverageReporter.php" role="data"/><dir name="css"><file name="spikesource.css" role="data"/></dir><dir name="html"><file name="footer.html" role="data"/><file name="header.html" role="data"/><file name="indexfooter.html" role="data"/><file name="indexheader.html" role="data"/></dir><file name="HtmlCoverageReporter.php" role="data"/><dir name="images"><file name="arrow_down.gif" role="data"/><file name="arrow_up.gif" role="data"/><file name="spacer.gif" role="data"/><dir name="spikesource"><file name="phpcoverage.gif" role="data"/></dir></dir><dir name="js"><file name="sort_spikesource.js" role="data"/></dir></dir><dir name="util"><file name="CoverageLogger.php" role="data"/><file name="Utility.php" role="data"/></dir><dir name="XML"><dir name="Parser"><file name="Simple.php" role="data"/></dir><file name="Parser.php" role="data"/></dir></dir><dir name="Text"><dir name="Wiki"><file name="Default.php" role="data"/><dir name="Parse"><dir name="Default"><file name="Anchor.php" role="data"/><file name="Blockquote.php" role="data"/><file name="Bold.php" role="data"/><file name="Break.php" role="data"/><file name="Center.php" role="data"/><file name="Code.php" role="data"/><file name="Colortext.php" role="data"/><file name="Deflist.php" role="data"/><file name="Delimiter.php" role="data"/><file name="Embed.php" role="data"/><file name="Emphasis.php" role="data"/><file name="Freelink.php" role="data"/><file name="Function.php" role="data"/><file name="Heading.php" role="data"/><file name="Horiz.php" role="data"/><file name="Html.php" role="data"/><file name="Image.php" role="data"/><file name="Include.php" role="data"/><file name="Interwiki.php" role="data"/><file name="Italic.php" role="data"/><file name="List.php" role="data"/><file name="Newline.php" role="data"/><file name="Paragraph.php" role="data"/><file name="Phplookup.php" role="data"/><file name="Prefilter.php" role="data"/><file name="Raw.php" role="data"/><file name="Revise.php" role="data"/><file name="Smiley.php" role="data"/><file name="Strong.php" role="data"/><file name="Subscript.php" role="data"/><file name="Superscript.php" role="data"/><file name="Table.php" role="data"/><file name="Tighten.php" role="data"/><file name="Toc.php" role="data"/><file name="Tt.php" role="data"/><file name="Underline.php" role="data"/><file name="Url.php" role="data"/><file name="Wikilink.php" role="data"/></dir></dir><file name="Parse.php" role="data"/><dir name="Render"><dir name="Latex"><file name="Anchor.php" role="data"/><file name="Blockquote.php" role="data"/><file name="Bold.php" role="data"/><file name="Box.php" role="data"/><file name="Break.php" role="data"/><file name="Center.php" role="data"/><file name="Code.php" role="data"/><file name="Colortext.php" role="data"/><file name="Deflist.php" role="data"/><file name="Delimiter.php" role="data"/><file name="Embed.php" role="data"/><file name="Emphasis.php" role="data"/><file name="Font.php" role="data"/><file name="Freelink.php" role="data"/><file name="Function.php" role="data"/><file name="Heading.php" role="data"/><file name="Horiz.php" role="data"/><file name="Html.php" role="data"/><file name="Image.php" role="data"/><file name="Include.php" role="data"/><file name="Interwiki.php" role="data"/><file name="Italic.php" role="data"/><file name="List.php" role="data"/><file name="Newline.php" role="data"/><file name="Page.php" role="data"/><file name="Paragraph.php" role="data"/><file name="Phplookup.php" role="data"/><file name="Plugin.php" role="data"/><file name="Prefilter.php" role="data"/><file name="Preformatted.php" role="data"/><file name="Raw.php" role="data"/><file name="Revise.php" role="data"/><file name="Smiley.php" role="data"/><file name="Specialchar.php" role="data"/><file name="Strong.php" role="data"/><file name="Subscript.php" role="data"/><file name="Superscript.php" role="data"/><file name="Table.php" role="data"/><file name="Tighten.php" role="data"/><file name="Titlebar.php" role="data"/><file name="Toc.php" role="data"/><file name="Tt.php" role="data"/><file name="Underline.php" role="data"/><file name="Url.php" role="data"/><file name="Wikilink.php" role="data"/></dir><file name="Latex.php" role="data"/><dir name="Plain"><file name="Anchor.php" role="data"/><file name="Blockquote.php" role="data"/><file name="Bold.php" role="data"/><file name="Box.php" role="data"/><file name="Break.php" role="data"/><file name="Center.php" role="data"/><file name="Code.php" role="data"/><file name="Colortext.php" role="data"/><file name="Deflist.php" role="data"/><file name="Delimiter.php" role="data"/><file name="Embed.php" role="data"/><file name="Emphasis.php" role="data"/><file name="Font.php" role="data"/><file name="Freelink.php" role="data"/><file name="Function.php" role="data"/><file name="Heading.php" role="data"/><file name="Horiz.php" role="data"/><file name="Html.php" role="data"/><file name="Image.php" role="data"/><file name="Include.php" role="data"/><file name="Interwiki.php" role="data"/><file name="Italic.php" role="data"/><file name="List.php" role="data"/><file name="Newline.php" role="data"/><file name="Page.php" role="data"/><file name="Paragraph.php" role="data"/><file name="Phplookup.php" role="data"/><file name="Plugin.php" role="data"/><file name="Prefilter.php" role="data"/><file name="Preformatted.php" role="data"/><file name="Raw.php" role="data"/><file name="Revise.php" role="data"/><file name="Smiley.php" role="data"/><file name="Specialchar.php" role="data"/><file name="Strong.php" role="data"/><file name="Subscript.php" role="data"/><file name="Superscript.php" role="data"/><file name="Table.php" role="data"/><file name="Tighten.php" role="data"/><file name="Titlebar.php" role="data"/><file name="Toc.php" role="data"/><file name="Tt.php" role="data"/><file name="Underline.php" role="data"/><file name="Url.php" role="data"/><file name="Wikilink.php" role="data"/></dir><file name="Plain.php" role="data"/><dir name="Xhtml"><file name="Address.php" role="data"/><file name="Anchor.php" role="data"/><file name="Blockquote.php" role="data"/><file name="Bold.php" role="data"/><file name="Box.php" role="data"/><file name="Break.php" role="data"/><file name="Center.php" role="data"/><file name="Code.php" role="data"/><file name="Colortext.php" role="data"/><file name="Deflist.php" role="data"/><file name="Delimiter.php" role="data"/><file name="Embed.php" role="data"/><file name="Emphasis.php" role="data"/><file name="Font.php" role="data"/><file name="Freelink.php" role="data"/><file name="Function.php" role="data"/><file name="Heading.php" role="data"/><file name="Horiz.php" role="data"/><file name="Html.php" role="data"/><file name="Image.php" role="data"/><file name="Include.php" role="data"/><file name="Interwiki.php" role="data"/><file name="Italic.php" role="data"/><file name="List.php" role="data"/><file name="Newline.php" role="data"/><file name="Page.php" role="data"/><file name="Paragraph.php" role="data"/><file name="Phplookup.php" role="data"/><file name="Plugin.php" role="data"/><file name="Prefilter.php" role="data"/><file name="Preformatted.php" role="data"/><file name="Raw.php" role="data"/><file name="Revise.php" role="data"/><file name="Smiley.php" role="data"/><file name="Specialchar.php" role="data"/><file name="Strong.php" role="data"/><file name="Subscript.php" role="data"/><file name="Superscript.php" role="data"/><file name="Table.php" role="data"/><file name="Tighten.php" role="data"/><file name="Titlebar.php" role="data"/><file name="Toc.php" role="data"/><file name="Tt.php" role="data"/><file name="Underline.php" role="data"/><file name="Url.php" role="data"/><file name="Wikilink.php" role="data"/></dir><file name="Xhtml.php" role="data"/></dir><file name="Render.php" role="data"/></dir><file name="Wiki.php" role="data"/></dir></dir></dir></contents> 
    31  
     36 <contents> 
     37  <dir baseinstalldir="Doctrine" name="/"> 
     38   <dir name="lib"> 
     39    <dir name="Doctrine"> 
     40     <dir name="Adapter"> 
     41      <dir name="Db2"> 
     42       <file name="Exception.php" role="php" /> 
     43      </dir> <!-- /lib/Doctrine/Adapter/Db2 --> 
     44      <dir name="Statement"> 
     45       <file name="Interface.php" role="php" /> 
     46       <file name="Mock.php" role="php" /> 
     47      </dir> <!-- /lib/Doctrine/Adapter/Statement --> 
     48      <file name="Db2.php" role="php" /> 
     49      <file name="Exception.php" role="php" /> 
     50      <file name="Interface.php" role="php" /> 
     51      <file name="Mock.php" role="php" /> 
     52      <file name="Mysqli.php" role="php" /> 
     53      <file name="Oracle.php" role="php" /> 
     54      <file name="Resource.php" role="php" /> 
     55      <file name="Statement.php" role="php" /> 
     56     </dir> <!-- /lib/Doctrine/Adapter --> 
     57     <dir name="AuditLog"> 
     58      <file name="Listener.php" role="php" /> 
     59     </dir> <!-- /lib/Doctrine/AuditLog --> 
     60     <dir name="Cache"> 
     61      <file name="Apc.php" role="php" /> 
     62      <file name="Array.php" role="php" /> 
     63      <file name="Db.php" role="php" /> 
     64      <file name="Driver.php" role="php" /> 
     65      <file name="Exception.php" role="php" /> 
     66      <file name="Interface.php" role="php" /> 
     67      <file name="Memcache.php" role="php" /> 
     68      <file name="Xcache.php" role="php" /> 
     69     </dir> <!-- /lib/Doctrine/Cache --> 
     70     <dir name="Cli"> 
     71      <file name="AnsiColorFormatter.php" role="php" /> 
     72      <file name="Exception.php" role="php" /> 
     73      <file name="Formatter.php" role="php" /> 
     74     </dir> <!-- /lib/Doctrine/Cli --> 
     75     <dir name="Collection"> 
     76      <dir name="Iterator"> 
     77       <file name="Expandable.php" role="php" /> 
     78       <file name="Normal.php" role="php" /> 
     79       <file name="Offset.php" role="php" /> 
     80      </dir> <!-- /lib/Doctrine/Collection/Iterator --> 
     81      <file name="Exception.php" role="php" /> 
     82      <file name="Iterator.php" role="php" /> 
     83      <file name="Offset.php" role="php" /> 
     84     </dir> <!-- /lib/Doctrine/Collection --> 
     85     <dir name="Compiler"> 
     86      <file name="Exception.php" role="php" /> 
     87     </dir> <!-- /lib/Doctrine/Compiler --> 
     88     <dir name="Connection"> 
     89      <dir name="Firebird"> 
     90       <file name="Exception.php" role="php" /> 
     91      </dir> <!-- /lib/Doctrine/Connection/Firebird --> 
     92      <dir name="Informix"> 
     93       <file name="Exception.php" role="php" /> 
     94      </dir> <!-- /lib/Doctrine/Connection/Informix --> 
     95      <dir name="Mssql"> 
     96       <file name="Exception.php" role="php" /> 
     97      </dir> <!-- /lib/Doctrine/Connection/Mssql --> 
     98      <dir name="Mysql"> 
     99       <file name="Exception.php" role="php" /> 
     100      </dir> <!-- /lib/Doctrine/Connection/Mysql --> 
     101      <dir name="Oracle"> 
     102       <file name="Exception.php" role="php" /> 
     103      </dir> <!-- /lib/Doctrine/Connection/Oracle --> 
     104      <dir name="Pgsql"> 
     105       <file name="Exception.php" role="php" /> 
     106      </dir> <!-- /lib/Doctrine/Connection/Pgsql --> 
     107      <dir name="Profiler"> 
     108       <file name="Exception.php" role="php" /> 
     109      </dir> <!-- /lib/Doctrine/Connection/Profiler --> 
     110      <dir name="Sqlite"> 
     111       <file name="Exception.php" role="php" /> 
     112      </dir> <!-- /lib/Doctrine/Connection/Sqlite --> 
     113      <file name="Common.php" role="php" /> 
     114      <file name="Db2.php" role="php" /> 
     115      <file name="Exception.php" role="php" /> 
     116      <file name="Firebird.php" role="php" /> 
     117      <file name="Informix.php" role="php" /> 
     118      <file name="Mock.php" role="php" /> 
     119      <file name="Module.php" role="php" /> 
     120      <file name="Mssql.php" role="php" /> 
     121      <file name="Mysql.php" role="php" /> 
     122      <file name="Oracle.php" role="php" /> 
     123      <file name="Pgsql.php" role="php" /> 
     124      <file name="Profiler.php" role="php" /> 
     125      <file name="Sqlite.php" role="php" /> 
     126      <file name="Statement.php" role="php" /> 
     127      <file name="UnitOfWork.php" role="php" /> 
     128     </dir> <!-- /lib/Doctrine/Connection --> 
     129     <dir name="Data"> 
     130      <file name="Exception.php" role="php" /> 
     131      <file name="Export.php" role="php" /> 
     132      <file name="Import.php" role="php" /> 
     133     </dir> <!-- /lib/Doctrine/Data --> 
     134     <dir name="DataDict"> 
     135      <file name="Exception.php" role="php" /> 
     136      <file name="Firebird.php" role="php" /> 
     137      <file name="Informix.php" role="php" /> 
     138      <file name="Mssql.php" role="php" /> 
     139      <file name="Mysql.php" role="php" /> 
     140      <file name="Oracle.php" role="php" /> 
     141      <file name="Pgsql.php" role="php" /> 
     142      <file name="Sqlite.php" role="php" /> 
     143     </dir> <!-- /lib/Doctrine/DataDict --> 
     144     <dir name="EventListener"> 
     145      <file name="Chain.php" role="php" /> 
     146      <file name="Exception.php" role="php" /> 
     147      <file name="Interface.php" role="php" /> 
     148     </dir> <!-- /lib/Doctrine/EventListener --> 
     149     <dir name="Export"> 
     150      <file name="Exception.php" role="php" /> 
     151      <file name="Firebird.php" role="php" /> 
     152      <file name="Frontbase.php" role="php" /> 
     153      <file name="Mssql.php" role="php" /> 
     154      <file name="Mysql.php" role="php" /> 
     155      <file name="Oracle.php" role="php" /> 
     156      <file name="Pgsql.php" role="php" /> 
     157      <file name="Reporter.php" role="php" /> 
     158      <file name="Schema.php" role="php" /> 
     159      <file name="Sqlite.php" role="php" /> 
     160     </dir> <!-- /lib/Doctrine/Export --> 
     161     <dir name="Expression"> 
     162      <file name="Driver.php" role="php" /> 
     163      <file name="Exception.php" role="php" /> 
     164      <file name="Firebird.php" role="php" /> 
     165      <file name="Informix.php" role="php" /> 
     166      <file name="Mock.php" role="php" /> 
     167      <file name="Mssql.php" role="php" /> 
     168      <file name="Mysql.php" role="php" /> 
     169      <file name="Oracle.php" role="php" /> 
     170      <file name="Pgsql.php" role="php" /> 
     171      <file name="Sqlite.php" role="php" /> 
     172     </dir> <!-- /lib/Doctrine/Expression --> 
     173     <dir name="File"> 
     174      <file name="Index.php" role="php" /> 
     175     </dir> <!-- /lib/Doctrine/File --> 
     176     <dir name="FileFinder"> 
     177      <file name="GlobToRegex.php" role="php" /> 
     178      <file name="NumberCompare.php" role="php" /> 
     179     </dir> <!-- /lib/Doctrine/FileFinder --> 
     180     <dir name="Hook"> 
     181      <dir name="Parser"> 
     182       <file name="Complex.php" role="php" /> 
     183      </dir> <!-- /lib/Doctrine/Hook/Parser --> 
     184      <file name="Equal.php" role="php" /> 
     185      <file name="Integer.php" role="php" /> 
     186      <file name="Parser.php" role="php" /> 
     187      <file name="WordLike.php" role="php" /> 
     188     </dir> <!-- /lib/Doctrine/Hook --> 
     189     <dir name="Hydrator"> 
     190      <file name="Abstract.php" role="php" /> 
     191      <file name="ArrayDriver.php" role="php" /> 
     192      <file name="Exception.php" role="php" /> 
     193      <file name="RecordDriver.php" role="php" /> 
     194     </dir> <!-- /lib/Doctrine/Hydrator --> 
     195     <dir name="I18n"> 
     196      <file name="Exception.php" role="php" /> 
     197     </dir> <!-- /lib/Doctrine/I18n --> 
     198     <dir name="Import"> 
     199      <dir name="Builder"> 
     200       <file name="BaseClass.php" role="php" /> 
     201       <file name="Exception.php" role="php" /> 
     202      </dir> <!-- /lib/Doctrine/Import/Builder --> 
     203      <dir name="Reader"> 
     204       <file name="Db.php" role="php" /> 
     205       <file name="Exception.php" role="php" /> 
     206       <file name="Propel.php" role="php" /> 
     207      </dir> <!-- /lib/Doctrine/Import/Reader --> 
     208      <file name="Builder.php" role="php" /> 
     209      <file name="Exception.php" role="php" /> 
     210      <file name="Firebird.php" role="php" /> 
     211      <file name="Informix.php" role="php" /> 
     212      <file name="Mssql.php" role="php" /> 
     213      <file name="Mysql.php" role="php" /> 
     214      <file name="Oracle.php" role="php" /> 
     215      <file name="Pgsql.php" role="php" /> 
     216      <file name="Reader.php" role="php" /> 
     217      <file name="Schema.php" role="php" /> 
     218      <file name="Sqlite.php" role="php" /> 
     219     </dir> <!-- /lib/Doctrine/Import --> 
     220     <dir name="Locator"> 
     221      <file name="Exception.php" role="php" /> 
     222      <file name="Injectable.php" role="php" /> 
     223     </dir> <!-- /lib/Doctrine/Locator --> 
     224     <dir name="Locking"> 
     225      <dir name="Manager"> 
     226       <file name="Pessimistic.php" role="php" /> 
     227      </dir> <!-- /lib/Doctrine/Locking/Manager --> 
     228      <file name="Exception.php" role="php" /> 
     229     </dir> <!-- /lib/Doctrine/Locking --> 
     230     <dir name="Log"> 
     231      <dir name="Filter"> 
     232       <file name="Interface.php" role="php" /> 
     233       <file name="Message.php" role="php" /> 
     234       <file name="Priority.php" role="php" /> 
     235       <file name="Suppress.php" role="php" /> 
     236      </dir> <!-- /lib/Doctrine/Log/Filter --> 
     237      <dir name="Formatter"> 
     238       <file name="Interface.php" role="php" /> 
     239       <file name="Simple.php" role="php" /> 
     240       <file name="Xml.php" role="php" /> 
     241      </dir> <!-- /lib/Doctrine/Log/Formatter --> 
     242      <dir name="Writer"> 
     243       <file name="Abstract.php" role="php" /> 
     244       <file name="Db.php" role="php" /> 
     245       <file name="Mock.php" role="php" /> 
     246       <file name="Null.php" role="php" /> 
     247       <file name="Stream.php" role="php" /> 
     248      </dir> <!-- /lib/Doctrine/Log/Writer --> 
     249      <file name="Exception.php" role="php" /> 
     250     </dir> <!-- /lib/Doctrine/Log --> 
     251     <dir name="Manager"> 
     252      <file name="Exception.php" role="php" /> 
     253     </dir> <!-- /lib/Doctrine/Manager --> 
     254     <dir name="Migration"> 
     255      <file name="Builder.php" role="php" /> 
     256      <file name="Exception.php" role="php" /> 
     257      <file name="IrreversibleMigrationException.php" role="php" /> 
     258      <file name="Process.php" role="php" /> 
     259     </dir> <!-- /lib/Doctrine/Migration --> 
     260     <dir name="Node"> 
     261      <dir name="AdjacencyList"> 
     262       <file name="LevelOrderIterator.php" role="php" /> 
     263       <file name="PostOrderIterator.php" role="php" /> 
     264       <file name="PreOrderIterator.php" role="php" /> 
     265      </dir> <!-- /lib/Doctrine/Node/AdjacencyList --> 
     266      <dir name="MaterializedPath"> 
     267       <file name="LevelOrderIterator.php" role="php" /> 
     268       <file name="PostOrderIterator.php" role="php" /> 
     269       <file name="PreOrderIterator.php" role="php" /> 
     270      </dir> <!-- /lib/Doctrine/Node/MaterializedPath --> 
     271      <dir name="NestedSet"> 
     272       <file name="LevelOrderIterator.php" role="php" /> 
     273       <file name="PostOrderIterator.php" role="php" /> 
     274       <file name="PreOrderIterator.php" role="php" /> 
     275      </dir> <!-- /lib/Doctrine/Node/NestedSet --> 
     276      <file name="AdjacencyList.php" role="php" /> 
     277      <file name="Exception.php" role="php" /> 
     278      <file name="Interface.php" role="php" /> 
     279      <file name="MaterializedPath.php" role="php" /> 
     280      <file name="NestedSet.php" role="php" /> 
     281     </dir> <!-- /lib/Doctrine/Node --> 
     282     <dir name="Pager"> 
     283      <dir name="Range"> 
     284       <file name="Jumping.php" role="php" /> 
     285       <file name="Sliding.php" role="php" /> 
     286      </dir> <!-- /lib/Doctrine/Pager/Range --> 
     287      <file name="Exception.php" role="php" /> 
     288      <file name="Layout.php" role="php" /> 
     289      <file name="Range.php" role="php" /> 
     290     </dir> <!-- /lib/Doctrine/Pager --> 
     291     <dir name="Parser"> 
     292      <file name="Exception.php" role="php" /> 
     293      <file name="Json.php" role="php" /> 
     294      <file name="Serialize.php" role="php" /> 
     295      <file name="spyc.php" role="php" /> 
     296      <file name="Xml.php" role="php" /> 
     297      <file name="Yml.php" role="php" /> 
     298     </dir> <!-- /lib/Doctrine/Parser --> 
     299     <dir name="Query"> 
     300      <dir name="Filter"> 
     301       <file name="Chain.php" role="php" /> 
     302       <file name="Interface.php" role="php" /> 
     303      </dir> <!-- /lib/Doctrine/Query/Filter --> 
     304      <dir name="Registry"> 
     305       <file name="Exception.php" role="php" /> 
     306      </dir> <!-- /lib/Doctrine/Query/Registry --> 
     307      <dir name="Tokenizer"> 
     308       <file name="Exception.php" role="php" /> 
     309      </dir> <!-- /lib/Doctrine/Query/Tokenizer --> 
     310      <file name="Abstract.php" role="php" /> 
     311      <file name="Check.php" role="php" /> 
     312      <file name="Condition.php" role="php" /> 
     313      <file name="Exception.php" role="php" /> 
     314      <file name="Filter.php" role="php" /> 
     315      <file name="From.php" role="php" /> 
     316      <file name="Groupby.php" role="php" /> 
     317      <file name="Having.php" role="php" /> 
     318      <file name="JoinCondition.php" role="php" /> 
     319      <file name="Limit.php" role="php" /> 
     320      <file name="Offset.php" role="php" /> 
     321      <file name="Orderby.php" role="php" /> 
     322      <file name="Parser.php" role="php" /> 
     323      <file name="Part.php" role="php" /> 
     324      <file name="Registry.php" role="php" /> 
     325      <file name="Select.php" role="php" /> 
     326      <file name="Set.php" role="php" /> 
     327      <file name="Tokenizer.php" role="php" /> 
     328      <file name="Where.php" role="php" /> 
     329     </dir> <!-- /lib/Doctrine/Query --> 
     330     <dir name="RawSql"> 
     331      <file name="Exception.php" role="php" /> 
     332     </dir> <!-- /lib/Doctrine/RawSql --> 
     333     <dir name="Record"> 
     334      <dir name="Filter"> 
     335       <file name="Compound.php" role="php" /> 
     336       <file name="Standard.php" role="php" /> 
     337      </dir> <!-- /lib/Doctrine/Record/Filter --> 
     338      <dir name="Listener"> 
     339       <file name="Chain.php" role="php" /> 
     340       <file name="Interface.php" role="php" /> 
     341      </dir> <!-- /lib/Doctrine/Record/Listener --> 
     342      <dir name="State"> 
     343       <file name="Exception.php" role="php" /> 
     344      </dir> <!-- /lib/Doctrine/Record/State --> 
     345      <file name="Abstract.php" role="php" /> 
     346      <file name="Exception.php" role="php" /> 
     347      <file name="Filter.php" role="php" /> 
     348      <file name="Generator.php" role="php" /> 
     349      <file name="Iterator.php" role="php" /> 
     350      <file name="Listener.php" role="php" /> 
     351     </dir> <!-- /lib/Doctrine/Record --> 
     352     <dir name="Relation"> 
     353      <dir name="Association"> 
     354       <file name="Self.php" role="php" /> 
     355      </dir> <!-- /lib/Doctrine/Relation/Association --> 
     356      <dir name="Parser"> 
     357       <file name="Exception.php" role="php" /> 
     358      </dir> <!-- /lib/Doctrine/Relation/Parser --> 
     359      <file name="Association.php" role="php" /> 
     360      <file name="Exception.php" role="php" /> 
     361      <file name="ForeignKey.php" role="php" /> 
     362      <file name="LocalKey.php" role="php" /> 
     363      <file name="Nest.php" role="php" /> 
     364      <file name="Parser.php" role="php" /> 
     365     </dir> <!-- /lib/Doctrine/Relation --> 
     366     <dir name="Search"> 
     367      <dir name="Analyzer"> 
     368       <file name="Exception.php" role="php" /> 
     369       <file name="Interface.php" role="php" /> 
     370       <file name="Standard.php" role="php" /> 
     371      </dir> <!-- /lib/Doctrine/Search/Analyzer --> 
     372      <dir name="Indexer"> 
     373       <file name="Dir.php" role="php" /> 
     374       <file name="Exception.php" role="php" /> 
     375      </dir> <!-- /lib/Doctrine/Search/Indexer --> 
     376      <file name="Analyzer.php" role="php" /> 
     377      <file name="Exception.php" role="php" /> 
     378      <file name="File.php" role="php" /> 
     379      <file name="Indexer.php" role="php" /> 
     380      <file name="Listener.php" role="php" /> 
     381      <file name="Parser.php" role="php" /> 
     382      <file name="Query.php" role="php" /> 
     383      <file name="Record.php" role="php" /> 
     384      <file name="Scorer.php" role="php" /> 
     385     </dir> <!-- /lib/Doctrine/Search --> 
     386     <dir name="Sequence"> 
     387      <file name="Db2.php" role="php" /> 
     388      <file name="Exception.php" role="php" /> 
     389      <file name="Firebird.php" role="php" /> 
     390      <file name="Informix.php" role="php" /> 
     391      <file name="Mssql.php" role="php" /> 
     392      <file name="Mysql.php" role="php" /> 
     393      <file name="Oracle.php" role="php" /> 
     394      <file name="Pgsql.php" role="php" /> 
     395      <file name="Sqlite.php" role="php" /> 
     396     </dir> <!-- /lib/Doctrine/Sequence --> 
     397     <dir name="Table"> 
     398      <dir name="Repository"> 
     399       <file name="Exception.php" role="php" /> 
     400      </dir> <!-- /lib/Doctrine/Table/Repository --> 
     401      <file name="Exception.php" role="php" /> 
     402      <file name="Repository.php" role="php" /> 
     403     </dir> <!-- /lib/Doctrine/Table --> 
     404     <dir name="Task"> 
     405      <file name="BuildAll.php" role="php" /> 
     406      <file name="BuildAllLoad.php" role="php" /> 
     407      <file name="BuildAllReload.php" role="php" /> 
     408      <file name="Compile.php" role="php" /> 
     409      <file name="CreateDb.php" role="php" /> 
     410      <file name="CreateTables.php" role="php" /> 
     411      <file name="Dql.php" role="php" /> 
     412      <file name="DropDb.php" role="php" /> 
     413      <file name="DumpData.php" role="php" /> 
     414      <file name="Exception.php" role="php" /> 
     415      <file name="GenerateMigration.php" role="php" /> 
     416      <file name="GenerateMigrationsDb.php" role="php" /> 
     417      <file name="GenerateMigrationsModels.php" role="php" /> 
     418      <file name="GenerateModelsDb.php" role="php" /> 
     419      <file name="GenerateModelsYaml.php" role="php" /> 
     420      <file name="GenerateSql.php" role="php" /> 
     421      <file name="GenerateYamlDb.php" role="php" /> 
     422      <file name="GenerateYamlModels.php" role="php" /> 
     423      <file name="LoadData.php" role="php" /> 
     424      <file name="LoadDummyData.php" role="php" /> 
     425      <file name="Migrate.php" role="php" /> 
     426      <file name="RebuildDb.php" role="php" /> 
     427     </dir> <!-- /lib/Doctrine/Task --> 
     428     <dir name="Template"> 
     429      <dir name="Listener"> 
     430       <file name="Sluggable.php" role="php" /> 
     431       <file name="Timestampable.php" role="php" /> 
     432      </dir> <!-- /lib/Doctrine/Template/Listener --> 
     433      <file name="Geographical.php" role="php" /> 
     434      <file name="I18n.php" role="php" /> 
     435      <file name="NestedSet.php" role="php" /> 
     436      <file name="Searchable.php" role="php" /> 
     437      <file name="Sluggable.php" role="php" /> 
     438      <file name="Taggable.php" role="php" /> 
     439      <file name="Timestampable.php" role="php" /> 
     440      <file name="Versionable.php" role="php" /> 
     441     </dir> <!-- /lib/Doctrine/Template --> 
     442     <dir name="Transaction"> 
     443      <file name="Exception.php" role="php" /> 
     444      <file name="Firebird.php" role="php" /> 
     445      <file name="Informix.php" role="php" /> 
     446      <file name="Mock.php" role="php" /> 
     447      <file name="Mssql.php" role="php" /> 
     448      <file name="Mysql.php" role="php" /> 
     449      <file name="Oracle.php" role="php" /> 
     450      <file name="Pgsql.php" role="php" /> 
     451      <file name="Sqlite.php" role="php" /> 
     452     </dir> <!-- /lib/Doctrine/Transaction --> 
     453     <dir name="Tree"> 
     454      <file name="AdjacencyList.php" role="php" /> 
     455      <file name="Exception.php" role="php" /> 
     456      <file name="Interface.php" role="php" /> 
     457      <file name="MaterializedPath.php" role="php" /> 
     458      <file name="NestedSet.php" role="php" /> 
     459     </dir> <!-- /lib/Doctrine/Tree --> 
     460     <dir name="Validator"> 
     461      <file name="Country.php" role="php" /> 
     462      <file name="Creditcard.php" role="php" /> 
     463      <file name="Date.php" role="php" /> 
     464      <file name="Driver.php" role="php" /> 
     465      <file name="Email.php" role="php" /> 
     466      <file name="ErrorStack.php" role="php" /> 
     467      <file name="Exception.php" role="php" /> 
     468      <file name="Future.php" role="php" /> 
     469      <file name="Htmlcolor.php" role="php" /> 
     470      <file name="Ip.php" role="php" /> 
     471      <file name="Minlength.php" role="php" /> 
     472      <file name="Nospace.php" role="php" /> 
     473      <file name="Notblank.php" role="php" /> 
     474      <file name="Notnull.php" role="php" /> 
     475      <file name="Past.php" role="php" /> 
     476      <file name="Protected.php" role="php" /> 
     477      <file name="Range.php" role="php" /> 
     478      <file name="Regexp.php" role="php" /> 
     479      <file name="Unique.php" role="php" /> 
     480      <file name="Unsigned.php" role="php" /> 
     481      <file name="Usstate.php" role="php" /> 
     482     </dir> <!-- /lib/Doctrine/Validator --> 
     483     <dir name="View"> 
     484      <file name="Exception.php" role="php" /> 
     485     </dir> <!-- /lib/Doctrine/View --> 
     486     <file name="Access.php" role="php" /> 
     487     <file name="Adapter.php" role="php" /> 
     488     <file name="AuditLog.php" role="php" /> 
     489     <file name="Cache.php" role="php" /> 
     490     <file name="Cli.php" role="php" /> 
     491     <file name="Collection.php" role="php" /> 
     492     <file name="Column.php" role="php" /> 
     493     <file name="Compiler.php" role="php" /> 
     494     <file name="Configurable.php" role="php" /> 
     495     <file name="Connection.php" role="php" /> 
     496     <file name="Data.php" role="php" /> 
     497     <file name="DataDict.php" role="php" /> 
     498     <file name="DataType.php" role="php" /> 
     499     <file name="Db.php" role="php" /> 
     500     <file name="Event.php" role="php" /> 
     501     <file name="EventListener.php" role="php" /> 
     502     <file name="Exception.php" role="php" /> 
     503     <file name="Export.php" role="php" /> 
     504     <file name="Expression.php" role="php" /> 
     505     <file name="File.php" role="php" /> 
     506     <file name="FileFinder.php" role="php" /> 
     507     <file name="Formatter.php" role="php" /> 
     508     <file name="Hook.php" role="php" /> 
     509     <file name="Hydrator.php" role="php" /> 
     510     <file name="I18n.php" role="php" /> 
     511     <file name="Import.php" role="php" /> 
     512     <file name="Inflector.php" role="php" /> 
     513     <file name="IntegrityMapper.php" role="php" /> 
     514     <file name="Lib.php" role="php" /> 
     515     <file name="Locator.php" role="php" /> 
     516     <file name="Log.php" role="php" /> 
     517     <file name="Manager.php" role="php" /> 
     518     <file name="Migration.php" role="php" /> 
     519     <file name="Node.php" role="php" /> 
     520     <file name="Null.php" role="php" /> 
     521     <file name="Overloadable.php" role="php" /> 
     522     <file name="Pager.php" role="php" /> 
     523     <file name="Parser.php" role="php" /> 
     524     <file name="Query.php" role="php" /> 
     525     <file name="RawSql.php" role="php" /> 
     526     <file name="Record.php" role="php" /> 
     527     <file name="Relation.php" role="php" /> 
     528     <file name="Search.php" role="php" /> 
     529     <file name="Sequence.php" role="php" /> 
     530     <file name="Table.php" role="php" /> 
     531     <file name="Task.php" role="php" /> 
     532     <file name="Template.php" role="php" /> 
     533     <file name="Transaction.php" role="php" /> 
     534     <file name="Tree.php" role="php" /> 
     535     <file name="Util.php" role="php" /> 
     536     <file name="Validator.php" role="php" /> 
     537     <file name="View.php" role="php" /> 
     538    </dir> <!-- /lib/Doctrine --> 
     539    <file name="Doctrine.php" role="php" /> 
     540   </dir> <!-- /lib --> 
     541   <dir name="manual"> 
     542    <dir name="docs"> 
     543     <dir name="en"> 
     544      <dir name="basic-schema-mapping"> 
     545       <dir name="columns"> 
     546        <file name="column-aliases.txt" role="php" /> 
     547        <file name="column-naming.txt" role="php" /> 
     548        <file name="data-types.txt" role="php" /> 
     549        <file name="default-values.txt" role="php" /> 
     550       </dir> <!-- /manual/docs/en/basic-schema-mapping/columns --> 
     551       <file name="columns.txt" role="php" /> 
     552       <file name="constraints-and-validators.txt" role="php" /> 
     553       <file name="indexes.txt" role="php" /> 
     554       <file name="introduction.txt" role="php" /> 
     555       <file name="record-identifiers.txt" role="php" /> 
     556       <file name="table-and-class-naming.txt" role="php" /> 
     557       <file name="table-options.txt" role="php" /> 
     558      </dir> <!-- /manual/docs/en/basic-schema-mapping --> 
     559      <dir name="caching"> 
     560       <file name="configuration.txt" role="php" /> 
     561       <file name="introduction.txt" role="php" /> 
     562       <file name="overview.txt" role="php" /> 
     563      </dir> <!-- /manual/docs/en/caching --> 
     564      <dir name="coding-standards"> 
     565       <file name="coding-style.txt" role="php" /> 
     566       <file name="naming-conventions.txt" role="php" /> 
     567       <file name="overview.txt" role="php" /> 
     568       <file name="php-file-formatting.txt" role="php" /> 
     569       <file name="testing.txt" role="php" /> 
     570      </dir> <!-- /manual/docs/en/coding-standards --> 
     571      <dir name="component-overview"> 
     572       <file name="hook.txt" role="php" /> 
     573       <file name="locking-manager.txt" role="php" /> 
     574       <file name="profiler.txt" role="php" /> 
     575       <file name="validators.txt" role="php" /> 
     576       <file name="view.txt" role="php" /> 
     577      </dir> <!-- /manual/docs/en/component-overview --> 
     578      <dir name="configuration"> 
     579       <file name="introduction.txt" role="php" /> 
     580       <file name="levels-of-configuration.txt" role="php" /> 
     581       <file name="setting-attributes.txt" role="php" /> 
     582      </dir> <!-- /manual/docs/en/configuration --> 
     583      <dir name="connection-management"> 
     584       <file name="connection-component-binding.txt" role="php" /> 
     585       <file name="dsn-the-data-source-name.txt" role="php" /> 
     586       <file name="lazy-connecting-to-database.txt" role="php" /> 
     587       <file name="managing-connections.txt" role="php" /> 
     588       <file name="opening-a-new-connection.txt" role="php" /> 
     589      </dir> <!-- /manual/docs/en/connection-management --> 
     590      <dir name="dql-doctrine-query-language"> 
     591       <file name="bnf.txt" role="php" /> 
     592       <file name="conditional-expressions.txt" role="php" /> 
     593       <file name="delete-queries.txt" role="php" /> 
     594       <file name="examples.txt" role="php" /> 
     595       <file name="from-clause.txt" role="php" /> 
     596       <file name="functional-expressions.txt" role="php" /> 
     597       <file name="group-by-having-clauses.txt" role="php" /> 
     598       <file name="indexby-keyword.txt" role="php" /> 
     599       <file name="introduction.txt" role="php" /> 
     600       <file name="join-syntax.txt" role="php" /> 
     601       <file name="limit-and-offset-clauses.txt" role="php" /> 
     602       <file name="order-by-clause.txt" role="php" /> 
     603       <file name="select-queries.txt" role="php" /> 
     604       <file name="subqueries.txt" role="php" /> 
     605       <file name="update-queries.txt" role="php" /> 
     606       <file name="where-clause.txt" role="php" /> 
     607      </dir> <!-- /manual/docs/en/dql-doctrine-query-language --> 
     608      <dir name="getting-started"> 
     609       <file name="exporting-classes.txt" role="php" /> 
     610       <file name="installation.txt" role="php" /> 
     611       <file name="starting-new-project.txt" role="php" /> 
     612       <file name="working-with-existing-databases.txt" role="php" /> 
     613      </dir> <!-- /manual/docs/en/getting-started --> 
     614      <dir name="hierarchical-data"> 
     615       <file name="adjacency-list.txt" role="php" /> 
     616       <file name="introduction.txt" role="php" /> 
     617       <file name="materialized-path.txt" role="php" /> 
     618       <file name="nested-set.txt" role="php" /> 
     619      </dir> <!-- /manual/docs/en/hierarchical-data --> 
     620      <dir name="improving-performance"> 
     621       <file name="bundle-your-class-files.txt" role="php" /> 
     622       <file name="compile.txt" role="php" /> 
     623       <file name="fetch-only-what-you-need.txt" role="php" /> 
     624       <file name="introduction.txt" role="php" /> 
     625       <file name="other-tips.txt" role="php" /> 
     626       <file name="use-a-bytecode-cache.txt" role="php" /> 
     627      </dir> <!-- /manual/docs/en/improving-performance --> 
     628      <dir name="real-world-examples"> 
     629       <file name="album-lister.txt" role="php" /> 
     630       <file name="forum-application.txt" role="php" /> 
     631       <file name="user-management-system.txt" role="php" /> 
     632      </dir> <!-- /manual/docs/en/real-world-examples --> 
     633      <dir name="technology"> 
     634       <file name="architecture.txt" role="php" /> 
     635       <file name="design-patterns-used.txt" role="php" /> 
     636       <file name="internal-optimizations.txt" role="php" /> 
     637       <file name="speed.txt" role="php" /> 
     638      </dir> <!-- /manual/docs/en/technology --> 
     639      <dir name="transactions"> 
     640       <file name="introduction.txt" role="php" /> 
     641       <file name="isolation-levels.txt" role="php" /> 
     642       <file name="locking-strategies.txt" role="php" /> 
     643       <file name="nesting.txt" role="php" /> 
     644       <file name="savepoints.txt" role="php" /> 
     645       <file name="unit-of-work.txt" role="php" /> 
     646      </dir> <!-- /manual/docs/en/transactions --> 
     647      <dir name="utilities"> 
     648       <dir name="pagination"> 
     649        <file name="advanced-layouts-with-pager.txt" role="php" /> 
     650        <file name="controlling-range-styles.txt" role="php" /> 
     651        <file name="customizing-pager-layout.txt" role="php" /> 
     652        <file name="introduction.txt" role="php" /> 
     653        <file name="working-with-pager.txt" role="php" /> 
     654       </dir> <!-- /manual/docs/en/utilities/pagination --> 
     655       <file name="command-line-interface.txt" role="php" /> 
     656       <file name="facade.txt" role="php" /> 
     657       <file name="pagination.txt" role="php" /> 
     658       <file name="sandbox.txt" role="php" /> 
     659      </dir> <!-- /manual/docs/en/utilities --> 
     660      <dir name="working-with-objects"> 
     661       <dir name="component-overview"> 
     662        <file name="collection.txt" role="php" /> 
     663        <file name="connection.txt" role="php" /> 
     664        <file name="manager.txt" role="php" /> 
     665        <file name="record.txt" role="php" /> 
     666        <file name="table.txt" role="php" /> 
     667       </dir> <!-- /manual/docs/en/working-with-objects/component-overview --> 
     668       <file name="dealing-with-relations.txt" role="php" /> 
     669      </dir> <!-- /manual/docs/en/working-with-objects --> 
     670      <dir name="_old-docs"> 
     671       <file name="Configuration - Custom getters and setters.php" role="php" /> 
     672       <file name="Configuration - Custom primary key column.php" role="php" /> 
     673       <file name="Configuration - List of attributes.php" role="php" /> 
     674       <file name="Configuration - Setting default eventlistener.php" role="php" /> 
     675       <file name="Configuration - Setting default fetchmode.php" role="php" /> 
     676       <file name="Configuration - Using sequences.php" role="php" /> 
     677       <file name="Database operations - Limit and offset.php" role="php" /> 
     678       <file name="Database operations - Nested transactions.php" role="php" /> 
     679       <file name="Database operations - Query logging.php" role="php" /> 
     680       <file name="Database operations - Sequences.php" role="php" /> 
     681       <file name="Database operations - Transactions.php" role="php" /> 
     682       <file name="DQL (Doctrine Query Language) - Functions - Contains.php" role="php" /> 
     683       <file name="DQL (Doctrine Query Language) - Functions - Like.php" role="php" /> 
     684       <file name="DQL (Doctrine Query Language) - Functions - Regexp.php" role="php" /> 
     685       <file name="DQL (Doctrine Query Language) - Operators - Logical operators.php" role="php" /> 
     686       <file name="Object relational mapping - Relations - Composites and aggregates.php" role="php" /> 
     687       <file name="Runtime classes - Doctrine_Association.php" role="php" /> 
     688       <file name="Runtime classes - Doctrine_Collection.php" role="php" /> 
     689       <file name="Runtime classes - Doctrine_Collection_Batch.php" role="php" /> 
     690       <file name="Runtime classes - Doctrine_Collection_Immediate.php" role="php" /> 
     691       <file name="Runtime classes - Doctrine_Collection_Lazy.php" role="php" /> 
     692       <file name="Runtime classes - Doctrine_ForeignKey.php" role="php" /> 
     693       <file name="Runtime classes - Doctrine_Manager.php" role="php" /> 
     694       <file name="Runtime classes - Doctrine_Record.php" role="php" /> 
     695       <file name="Runtime classes - Doctrine_Session.php" role="php" /> 
     696       <file name="Runtime classes - Doctrine_Table.php" role="php" /> 
     697       <file name="Schema reference - Data types - Array.php" role="php" /> 
     698       <file name="Schema reference - Foreign keys - Introduction.php" role="php" /> 
     699       <file name="Working with objects - Component overview - Collection - Fetching strategies.php" role="php" /> 
     700       <file name="Working with objects - Component overview - Query - Aggregate functions.php" role="php" /> 
     701       <file name="Working with objects - Component overview - Query - Bound parameters.php" role="php" /> 
     702       <file name="Working with objects - Component overview - Query - DQL - SQL conversion.php" role="php" /> 
     703       <file name="Working with objects - Component overview - Query - Fetching strategies.php" role="php" /> 
     704       <file name="Working with objects - Component overview - Query - Lazy property fetching.php" role="php" /> 
     705       <file name="Working with objects - Component overview - Query - Method overloading.php" role="php" /> 
     706       <file name="Working with objects - Component overview - Query - Relation operators.php" role="php" /> 
     707       <file name="Working with objects - Component overview - Record - Adding records.php" role="php" /> 
     708      </dir> <!-- /manual/docs/en/_old-docs --> 
     709      <file name="basic-schema-mapping.txt" role="php" /> 
     710      <file name="caching.txt" role="php" /> 
     711      <file name="class-templates.txt" role="php" /> 
     712      <file name="coding-standards.txt" role="php" /> 
     713      <file name="component-overview.txt" role="php" /> 
     714      <file name="configuration.txt" role="php" /> 
     715      <file name="connection-management.txt" role="php" /> 
     716      <file name="data-fixtures.txt" role="php" /> 
     717      <file name="database-abstraction.txt" role="php" /> 
     718      <file name="dql-doctrine-query-language.txt" role="php" /> 
     719      <file name="event-listeners.txt" role="php" /> 
     720      <file name="exceptions-and-warnings.txt" role="php" /> 
     721      <file name="file-parser.txt" role="php" /> 
     722      <file name="getting-started.txt" role="php" /> 
     723      <file name="hierarchical-data.txt" role="php" /> 
     724      <file name="improving-performance.txt" role="php" /> 
     725      <file name="mapping-relations.txt" role="php" /> 
     726      <file name="migration.txt" role="php" /> 
     727      <file name="native-sql.txt" role="php" /> 
     728      <file name="object-relational-mapping.txt" role="php" /> 
     729      <file name="plugins.txt" role="php" /> 
     730      <file name="real-world-examples.txt" role="php" /> 
     731      <file name="relations.txt" role="php" /> 
     732      <file name="schema-files.txt" role="php" /> 
     733      <file name="searching.txt" role="php" /> 
     734      <file name="technology.txt" role="php" /> 
     735      <file name="transactions.txt" role="php" /> 
     736      <file name="utilities.txt" role="php" /> 
     737      <file name="working-with-objects.txt" role="php" /> 
     738     </dir> <!-- /manual/docs/en --> 
     739     <file name=".htaccess" role="php" /> 
     740     <file name="en.txt" role="php" /> 
     741    </dir> <!-- /manual/docs --> 
     742    <dir name="lib"> 
     743     <dir name="Text"> 
     744      <dir name="Wiki"> 
     745       <dir name="Parse"> 
     746        <dir name="Doc"> 
     747         <file name="Code.php" role="php" /> 
     748         <file name="Doclink.php" role="php" /> 
     749         <file name="Prefilter.php" role="php" /> 
     750         <file name="Table.php" role="php" /> 
     751        </dir> <!-- /manual/lib/Text/Wiki/Parse/Doc --> 
     752       </dir> <!-- /manual/lib/Text/Wiki/Parse --> 
     753       <dir name="Render"> 
     754        <dir name="Latex"> 
     755         <file name="Code.php" role="php" /> 
     756         <file name="Doclink.php" role="php" /> 
     757         <file name="Heading.php" role="php" /> 
     758         <file name="List.php" role="php" /> 
     759         <file name="Phplookup.php" role="php" /> 
     760         <file name="Table.php" role="php" /> 
     761         <file name="Url.php" role="php" /> 
     762        </dir> <!-- /manual/lib/Text/Wiki/Render/Latex --> 
     763        <dir name="Xhtml"> 
     764         <file name="Blockquote.php" role="php" /> 
     765         <file name="Code.php" role="php" /> 
     766         <file name="Doclink.php" role="php" /> 
     767        </dir> <!-- /manual/lib/Text/Wiki/Render/Xhtml --> 
     768        <file name="Latex.php" role="php" /> 
     769       </dir> <!-- /manual/lib/Text/Wiki/Render --> 
     770       <file name="Doc.php" role="php" /> 
     771      </dir> <!-- /manual/lib/Text/Wiki --> 
     772     </dir> <!-- /manual/lib/Text --> 
     773     <file name=".htaccess" role="php" /> 
     774     <file name="highlight.php" role="php" /> 
     775    </dir> <!-- /manual/lib --> 
     776    <dir name="scripts"> 
     777     <file name="mootools.v1.11.js" role="php" /> 
     778     <file name="toc.js" role="php" /> 
     779     <file name="tree.js" role="php" /> 
     780    </dir> <!-- /manual/scripts --> 
     781    <dir name="styles"> 
     782     <file name="basic.css" role="php" /> 
     783     <file name="iefix.css" role="php" /> 
     784     <file name="print.css" role="php" /> 
     785    </dir> <!-- /manual/styles --> 
     786    <dir name="templates"> 
     787     <file name=".htaccess" role="php" /> 
     788     <file name="index.tpl.php" role="php" /> 
     789     <file name="latex.tpl.php" role="php" /> 
     790     <file name="xhtml.tpl.php" role="php" /> 
     791    </dir> <!-- /manual/templates --> 
     792    <dir name="tmp"> 
     793     <file name=".htaccess" role="php" /> 
     794    </dir> <!-- /manual/tmp --> 
     795    <file name="index.php" role="php" /> 
     796   </dir> <!-- /manual --> 
     797   <dir name="tests"> 
     798    <dir name="Cache"> 
     799     <file name="ApcTestCase.php" role="test" /> 
     800     <file name="MemcacheTestCase.php" role="test" /> 
     801     <file name="SqliteTestCase.php" role="test" /> 
     802    </dir> <!-- /tests/Cache --> 
     803    <dir name="Collection"> 
     804     <file name="SnapshotTestCase.php" role="test" /> 
     805    </dir> <!-- /tests/Collection --> 
     806    <dir name="Connection"> 
     807     <file name="FirebirdTestCase.php" role="test" /> 
     808     <file name="InformixTestCase.php" role="test" /> 
     809     <file name="MssqlTestCase.php" role="test" /> 
     810     <file name="MysqlTestCase.php" role="test" /> 
     811     <file name="OracleTestCase.php" role="test" /> 
     812     <file name="PgsqlTestCase.php" role="test" /> 
     813     <file name="ProfilerTestCase.php" role="test" /> 
     814     <file name="SqliteTestCase.php" role="test" /> 
     815     <file name="UnitOfWork.php" role="test" /> 
     816    </dir> <!-- /tests/Connection --> 
     817    <dir name="coverage"> 
     818     <file name="coverage.txt" role="test" /> 
     819     <file name="Doctrine.html" role="test" /> 
     820     <file name="Doctrine_Access.html" role="test" /> 
     821     <file name="Doctrine_Adapter_Mock.html" role="test" /> 
     822     <file name="Doctrine_Adapter_Statement_Mock.html" role="test" /> 
     823     <file name="Doctrine_AuditLog.html" role="test" /> 
     824     <file name="Doctrine_AuditLog_Listener.html" role="test" /> 
     825     <file name="Doctrine_Cache_Array.html" role="test" /> 
     826     <file name="Doctrine_Collection.html" role="test" /> 
     827     <file name="Doctrine_Configurable.html" role="test" /> 
     828     <file name="Doctrine_Connection.html" role="test" /> 
     829     <file name="Doctrine_Connection_Common.html" role="test" /> 
     830     <file name="Doctrine_Connection_Exception.html" role="test" /> 
     831     <file name="Doctrine_Connection_Firebird.html" role="test" /> 
     832     <file name="Doctrine_Connection_Firebird_Exception.html" role="test" /> 
     833     <file name="Doctrine_Connection_Module.html" role="test" /> 
     834     <file name="Doctrine_Connection_Mssql.html" role="test" /> 
     835     <file name="Doctrine_Connection_Mssql_Exception.html" role="test" /> 
     836     <file name="Doctrine_Connection_Mysql.html" role="test" /> 
     837     <file name="Doctrine_Connection_Mysql_Exception.html" role="test" /> 
     838     <file name="Doctrine_Connection_Oracle.html" role="test" /> 
     839     <file name="Doctrine_Connection_Oracle_Exception.html" role="test" /> 
     840     <file name="Doctrine_Connection_Pgsql.html" role="test" /> 
     841     <file name="Doctrine_Connection_Pgsql_Exception.html" role="test" /> 
     842     <file name="Doctrine_Connection_Profiler.html" role="test" /> 
     843     <file name="Doctrine_Connection_Sqlite.html" role="test" /> 
     844     <file name="Doctrine_Connection_Sqlite_Exception.html" role="test" /> 
     845     <file name="Doctrine_Connection_Statement.html" role="test" /> 
     846     <file name="Doctrine_Connection_UnitOfWork.html" role="test" /> 
     847     <file name="Doctrine_DataDict.html" role="test" /> 
     848     <file name="Doctrine_DataDict_Exception.html" role="test" /> 
     849     <file name="Doctrine_DataDict_Firebird.html" role="test" /> 
     850     <file name="Doctrine_DataDict_Mssql.html" role="test" /> 
     851     <file name="Doctrine_DataDict_Mysql.html" role="test" /> 
     852     <file name="Doctrine_DataDict_Oracle.html" role="test" /> 
     853     <file name="Doctrine_DataDict_Pgsql.html" role="test" /> 
     854     <file name="Doctrine_DataDict_Sqlite.html" role="test" /> 
     855     <file name="Doctrine_Event.html" role="test" /> 
     856     <file name="Doctrine_EventListener.html" role="test" /> 
     857     <file name="Doctrine_EventListener_Chain.html" role="test" /> 
     858     <file name="Doctrine_Exception.html" role="test" /> 
     859     <file name="Doctrine_Export.html" role="test" /> 
     860     <file name="Doctrine_Export_Exception.html" role="test" /> 
     861     <file name="Doctrine_Export_Firebird.html" role="test" /> 
     862     <file name="Doctrine_Export_Mysql.html" role="test" /> 
     863     <file name="Doctrine_Export_Oracle.html" role="test" /> 
     864     <file name="Doctrine_Export_Pgsql.html" role="test" /> 
     865     <file name="Doctrine_Export_Schema.html" role="test" /> 
     866     <file name="Doctrine_Export_Sqlite.html" role="test" /> 
     867     <file name="Doctrine_Expression.html" role="test" /> 
     868     <file name="Doctrine_Expression_Driver.html" role="test" /> 
     869     <file name="Doctrine_Expression_Exception.html" role="test" /> 
     870     <file name="Doctrine_Expression_Mock.html" role="test" /> 
     871     <file name="Doctrine_Expression_Mysql.html" role="test" /> 
     872     <file name="Doctrine_Expression_Pgsql.html" role="test" /> 
     873     <file name="Doctrine_Expression_Sqlite.html" role="test" /> 
     874     <file name="Doctrine_Formatter.html" role="test" /> 
     875     <file name="Doctrine_Hook.html" role="test" /> 
     876     <file name="Doctrine_Hook_Equal.html" role="test" /> 
     877     <file name="Doctrine_Hook_Integer.html" role="test" /> 
     878     <file name="Doctrine_Hook_Parser.html" role="test" /> 
     879     <file name="Doctrine_Hook_Parser_Complex.html" role="test" /> 
     880     <file name="Doctrine_Hook_WordLike.html" role="test" /> 
     881     <file name="Doctrine_Hydrate.html" role="test" /> 
     882     <file name="Doctrine_Hydrate_Array.html" role="test" /> 
     883     <file name="Doctrine_Hydrate_Record.html" role="test" /> 
     884     <file name="Doctrine_Hydrator.html" role="test" /> 
     885     <file name="Doctrine_Hydrator_Abstract.html" role="test" /> 
     886     <file name="Doctrine_Hydrator_ArrayDriver.html" role="test" /> 
     887     <file name="Doctrine_Hydrator_RecordDriver.html" role="test" /> 
     888     <file name="Doctrine_I18n.html" role="test" /> 
     889     <file name="Doctrine_Import.html" role="test" /> 
     890     <file name="Doctrine_Import_Builder.html" role="test" /> 
     891     <file name="Doctrine_Import_Firebird.html" role="test" /> 
     892     <file name="Doctrine_Import_Mssql.html" role="test" /> 
     893     <file name="Doctrine_Import_Oracle.html" role="test" /> 
     894     <file name="Doctrine_Import_Pgsql.html" role="test" /> 
     895     <file name="Doctrine_Import_Schema.html" role="test" /> 
     896     <file name="Doctrine_Import_Sqlite.html" role="test" /> 
     897     <file name="Doctrine_Lib.html" role="test" /> 
     898     <file name="Doctrine_Locator_Injectable.html" role="test" /> 
     899     <file name="Doctrine_Manager.html" role="test" /> 
     900     <file name="Doctrine_Manager_Exception.html" role="test" /> 
     901     <file name="Doctrine_Migration.html" role="test" /> 
     902     <file name="Doctrine_Migration_Process.html" role="test" /> 
     903     <file name="Doctrine_Node.html" role="test" /> 
     904     <file name="Doctrine_Node_NestedSet.html" role="test" /> 
     905     <file name="Doctrine_Null.html" role="test" /> 
     906     <file name="Doctrine_Parser.html" role="test" /> 
     907     <file name="Doctrine_Parser_Yml.html" role="test" /> 
     908     <file name="Doctrine_Plugin.html" role="test" /> 
     909     <file name="Doctrine_Query.html" role="test" /> 
     910     <file name="Doctrine_Query_Abstract.html" role="test" /> 
     911     <file name="Doctrine_Query_Check.html" role="test" /> 
     912     <file name="Doctrine_Query_Condition.html" role="test" /> 
     913     <file name="Doctrine_Query_Exception.html" role="test" /> 
     914     <file name="Doctrine_Query_From.html" role="test" /> 
     915     <file name="Doctrine_Query_Groupby.html" role="test" /> 
     916     <file name="Doctrine_Query_Having.html" role="test" /> 
     917     <file name="Doctrine_Query_JoinCondition.html" role="test" /> 
     918     <file name="Doctrine_Query_Limit.html" role="test" /> 
     919     <file name="Doctrine_Query_Offset.html" role="test" /> 
     920     <file name="Doctrine_Query_Orderby.html" role="test" /> 
     921     <file name="Doctrine_Query_Part.html" role="test" /> 
     922     <file name="Doctrine_Query_Registry.html" role="test" /> 
     923     <file name="Doctrine_Query_Select.html" role="test" /> 
     924     <file name="Doctrine_Query_Set.html" role="test" /> 
     925     <file name="Doctrine_Query_Tokenizer.html" role="test" /> 
     926     <file name="Doctrine_Query_Where.html" role="test" /> 
     927     <file name="Doctrine_RawSql.html" role="test" /> 
     928     <file name="Doctrine_RawSql_Exception.html" role="test" /> 
     929     <file name="Doctrine_Record.html" role="test" /> 
     930     <file name="Doctrine_Record_Abstract.html" role="test" /> 
     931     <file name="Doctrine_Record_Exception.html" role="test" /> 
     932     <file name="Doctrine_Record_Filter.html" role="test" /> 
     933     <file name="Doctrine_Record_Filter_Compound.html" role="test" /> 
     934     <file name="Doctrine_Record_Filter_Standard.html" role="test" /> 
     935     <file name="Doctrine_Record_Iterator.html" role="test" /> 
     936     <file name="Doctrine_Record_Listener.html" role="test" /> 
     937     <file name="Doctrine_Record_Listener_Chain.html" role="test" /> 
     938     <file name="Doctrine_Relation.html" role="test" /> 
     939     <file name="Doctrine_Relation_Association.html" role="test" /> 
     940     <file name="Doctrine_Relation_Exception.html" role="test" /> 
     941     <file name="Doctrine_Relation_ForeignKey.html" role="test" /> 
     942     <file name="Doctrine_Relation_LocalKey.html" role="test" /> 
     943     <file name="Doctrine_Relation_Nest.html" role="test" /> 
     944     <file name="Doctrine_Relation_Parser.html" role="test" /> 
     945     <file name="Doctrine_Relation_Parser_Exception.html" role="test" /> 
     946     <file name="Doctrine_Search.html" role="test" /> 
     947     <file name="Doctrine_Search_Analyzer_Standard.html" role="test" /> 
     948     <file name="Doctrine_Search_Exception.html" role="test" /> 
     949     <file name="Doctrine_Search_File.html" role="test" /> 
     950     <file name="Doctrine_Search_Listener.html" role="test" /> 
     951     <file name="Doctrine_Search_Query.html" role="test" /> 
     952     <file name="Doctrine_Sequence.html" role="test" /> 
     953     <file name="Doctrine_Sequence_Firebird.html" role="test" /> 
     954     <file name="Doctrine_Sequence_Mssql.html" role="test" /> 
     955     <file name="Doctrine_Sequence_Mysql.html" role="test" /> 
     956     <file name="Doctrine_Sequence_Oracle.html" role="test" /> 
     957     <file name="Doctrine_Sequence_Pgsql.html" role="test" /> 
     958     <file name="Doctrine_Sequence_Sqlite.html" role="test" /> 
     959     <file name="Doctrine_Table.html" role="test" /> 
     960     <file name="Doctrine_Table_Exception.html" role="test" /> 
     961     <file name="Doctrine_Table_Repository.html" role="test" /> 
     962     <file name="Doctrine_Template.html" role="test" /> 
     963     <file name="Doctrine_Template_I18n.html" role="test" /> 
     964     <file name="Doctrine_Template_Listener_Timestampable.html" role="test" /> 
     965     <file name="Doctrine_Template_NestedSet.html" role="test" /> 
     966     <file name="Doctrine_Template_Searchable.html" role="test" /> 
     967     <file name="Doctrine_Template_Sluggable.html" role="test" /> 
     968     <file name="Doctrine_Template_Timestampable.html" role="test" /> 
     969     <file name="Doctrine_Template_Versionable.html" role="test" /> 
     970     <file name="Doctrine_Tokenizer.html" role="test" /> 
     971     <file name="Doctrine_Transaction.html" role="test" /> 
     972     <file name="Doctrine_Transaction_Exception.html" role="test" /> 
     973     <file name="Doctrine_Transaction_Firebird.html" role="test" /> 
     974     <file name="Doctrine_Transaction_Mock.html" role="test" /> 
     975     <file name="Doctrine_Transaction_Mssql.html" role="test" /> 
     976     <file name="Doctrine_Transaction_Mysql.html" role="test" /> 
     977     <file name="Doctrine_Transaction_Oracle.html" role="test" /> 
     978     <file name="Doctrine_Transaction_Pgsql.html" role="test" /> 
     979     <file name="Doctrine_Transaction_Sqlite.html" role="test" /> 
     980     <file name="Doctrine_Tree.html" role="test" /> 
     981     <file name="Doctrine_Tree_NestedSet.html" role="test" /> 
     982     <file name="Doctrine_Validator.html" role="test" /> 
     983     <file name="Doctrine_Validator_Date.html" role="test" /> 
     984     <file name="Doctrine_Validator_Driver.html" role="test" /> 
     985     <file name="Doctrine_Validator_Email.html" role="test" /> 
     986     <file name="Doctrine_Validator_ErrorStack.html" role="test" /> 
     987     <file name="Doctrine_Validator_Exception.html" role="test" /> 
     988     <file name="Doctrine_Validator_Future.html" role="test" /> 
     989     <file name="Doctrine_Validator_Notblank.html" role="test" /> 
     990     <file name="Doctrine_Validator_Notnull.html" role="test" /> 
     991     <file name="Doctrine_Validator_Past.html" role="test" /> 
     992     <file name="Doctrine_Validator_Range.html" role="test" /> 
     993     <file name="Doctrine_Validator_Regexp.html" role="test" /> 
     994     <file name="Doctrine_Validator_Unique.html" role="test" /> 
     995     <file name="Doctrine_Validator_Unsigned.html" role="test" /> 
     996     <file name="Doctrine_Validator_Usstate.html" role="test" /> 
     997     <file name="Doctrine_View.html" role="test" /> 
     998     <file name="index.php" role="test" /> 
     999    </dir> <!-- /tests/coverage --> 
     1000    <dir name="Data"> 
     1001     <file name="ExportTestCase.php" role="test" /> 
     1002     <file name="ImportTestCase.php" role="test" /> 
     1003    </dir> <!-- /tests/Data --> 
     1004    <dir name="DataDict"> 
     1005     <file name="FirebirdTestCase.php" role="test" /> 
     1006     <file name="InformixTestCase.php" role="test" /> 
     1007     <file name="MssqlTestCase.php" role="test" /> 
     1008     <file name="MysqlTestCase.php" role="test" /> 
     1009     <file name="OracleTestCase.php" role="test" /> 
     1010     <file name="PgsqlTestCase.php" role="test" /> 
     1011     <file name="SqliteTestCase.php" role="test" /> 
     1012    </dir> <!-- /tests/DataDict --> 
     1013    <dir name="DataType"> 
     1014     <file name="BooleanTestCase.php" role="test" /> 
     1015     <file name="EnumTestCase.php" role="test" /> 
     1016    </dir> <!-- /tests/DataType --> 
     1017    <dir name="Db"> 
     1018     <file name="ProfilerTestCase.php" role="test" /> 
     1019    </dir> <!-- /tests/Db --> 
     1020    <dir name="DoctrineTest"> 
     1021     <dir name="Reporter"> 
     1022      <file name="Cli.php" role="test" /> 
     1023      <file name="Html.php" role="test" /> 
     1024     </dir> <!-- /tests/DoctrineTest/Reporter --> 
     1025     <file name="Coverage.php" role="test" /> 
     1026     <file name="Doctrine_UnitTestCase.php" role="test" /> 
     1027     <file name="GroupTest.php" role="test" /> 
     1028     <file name="Reporter.php" role="test" /> 
     1029     <file name="UnitTestCase.php" role="test" /> 
     1030    </dir> <!-- /tests/DoctrineTest --> 
     1031    <dir name="EventListener"> 
     1032     <file name="ChainTestCase.php" role="test" /> 
     1033    </dir> <!-- /tests/EventListener --> 
     1034    <dir name="Export"> 
     1035     <file name="CheckConstraintTestCase.php" role="test" /> 
     1036     <file name="FirebirdTestCase.php" role="test" /> 
     1037     <file name="InformixTestCase.php" role="test" /> 
     1038     <file name="MssqlTestCase.php" role="test" /> 
     1039     <file name="MysqlTestCase.php" role="test" /> 
     1040     <file name="OracleTestCase.php" role="test" /> 
     1041     <file name="PgsqlTestCase.php" role="test" /> 
     1042     <file name="RecordTestCase.php" role="test" /> 
     1043     <file name="ReporterTestCase.php" role="test" /> 
     1044     <file name="SchemaTestCase.php" role="test" /> 
     1045     <file name="SqliteTestCase.php" role="test" /> 
     1046    </dir> <!-- /tests/Export --> 
     1047    <dir name="Expression"> 
     1048     <file name="DriverTestCase.php" role="test" /> 
     1049     <file name="FirebirdTestCase.php" role="test" /> 
     1050     <file name="InformixTestCase.php" role="test" /> 
     1051     <file name="MssqlTestCase.php" role="test" /> 
     1052     <file name="MysqlTestCase.php" role="test" /> 
     1053     <file name="OracleTestCase.php" role="test" /> 
     1054     <file name="PgsqlTestCase.php" role="test" /> 
     1055     <file name="SqliteTestCase.php" role="test" /> 
     1056    </dir> <!-- /tests/Expression --> 
     1057    <dir name="Hydrate"> 
     1058     <file name="FetchModeTestCase.php" role="test" /> 
     1059    </dir> <!-- /tests/Hydrate --> 
     1060    <dir name="Import"> 
     1061     <file name="BuilderTestCase.php" role="test" /> 
     1062     <file name="FirebirdTestCase.php" role="test" /> 
     1063     <file name="InformixTestCase.php" role="test" /> 
     1064     <file name="MssqlTestCase.php" role="test" /> 
     1065     <file name="MysqlTestCase.php" role="test" /> 
     1066     <file name="OracleTestCase.php" role="test" /> 
     1067     <file name="PgsqlTestCase.php" role="test" /> 
     1068     <file name="SchemaTestCase.php" role="test" /> 
     1069     <file name="SqliteTestCase.php" role="test" /> 
     1070    </dir> <!-- /tests/Import --> 
     1071    <dir name="Migration"> 
     1072     <file name="MysqlTestCase.php" role="test" /> 
     1073    </dir> <!-- /tests/Migration --> 
     1074    <dir name="migration_classes"> 
     1075     <file name="001_add_table.php" role="test" /> 
     1076    </dir> <!-- /tests/migration_classes --> 
     1077    <dir name="mysql_migration_classes"> 
     1078     <file name="001_mysql_add_table.php" role="test" /> 
     1079     <file name="002_mysql_change_column.php" role="test" /> 
     1080    </dir> <!-- /tests/mysql_migration_classes --> 
     1081    <dir name="NestedSet"> 
     1082     <file name="SingleRootTestCase.php" role="test" /> 
     1083    </dir> <!-- /tests/NestedSet --> 
     1084    <dir name="Query"> 
     1085     <file name="AggregateValueTestCase.php" role="test" /> 
     1086     <file name="ApplyInheritanceTestCase.php" role="test" /> 
     1087     <file name="CacheTestCase.php" role="test" /> 
     1088     <file name="CheckTestCase.php" role="test" /> 
     1089     <file name="ComponentAliasTestCase.php" role="test" /> 
     1090     <file name="ConditionTestCase.php" role="test" /> 
     1091     <file name="DeleteTestCase.php" role="test" /> 
     1092     <file name="DriverTestCase.php" role="test" /> 
     1093     <file name="ExpressionTestCase.php" role="test" /> 
     1094     <file name="FromTestCase.php" role="test" /> 
     1095     <file name="GroupbyTestCase.php" role="test" /> 
     1096     <file name="HavingTestCase.php" role="test" /> 
     1097     <file name="IdentifierQuotingTestCase.php" role="test" /> 
     1098     <file name="JoinConditionTestCase.php" role="test" /> 
     1099     <file name="JoinTestCase.php" role="test" /> 
     1100     <file name="LimitTestCase.php" role="test" /> 
     1101     <file name="MultiJoin2TestCase.php" role="test" /> 
     1102     <file name="MultiJoinTestCase.php" role="test" /> 
     1103     <file name="MultipleAggregateValueTestCase.php" role="test" /> 
     1104     <file name="MysqlSubqueryHavingTestCase.php" role="test" /> 
     1105     <file name="MysqlSubqueryTestCase.php" role="test" /> 
     1106     <file name="OneToOneFetchingTestCase.php" role="test" /> 
     1107     <file name="OrderbyTestCase.php" role="test" /> 
     1108     <file name="PgsqlSubqueryTestCase.php" role="test" /> 
     1109     <file name="ReferenceModelTestCase.php" role="test" /> 
     1110     <file name="RegistryTestCase.php" role="test" /> 
     1111     <file name="SelectExpressionTestCase.php" role="test" /> 
     1112     <file name="SelectTestCase.php" role="test" /> 
     1113     <file name="ShortAliasesTestCase.php" role="test" /> 
     1114     <file name="SubqueryTestCase.php" role="test" /> 
     1115     <file name="UpdateTestCase.php" role="test" /> 
     1116     <file name="WhereTestCase.php" role="test" /> 
     1117    </dir> <!-- /tests/Query --> 
     1118    <dir name="Record"> 
     1119     <file name="FilterTestCase.php" role="test" /> 
     1120     <file name="HookTestCase.php" role="test" /> 
     1121     <file name="InheritanceTestCase.php" role="test" /> 
     1122     <file name="LockTestCase.php" role="test" /> 
     1123     <file name="SaveBlankRecordTestCase.php" role="test" /> 
     1124     <file name="SerializeUnserializeTestCase.php" role="test" /> 
     1125     <file name="StateTestCase.php" role="test" /> 
     1126     <file name="SynchronizeTestCase.php" role="test" /> 
     1127     <file name="ZeroValuesTestCase.php" role="test" /> 
     1128    </dir> <!-- /tests/Record --> 
     1129    <dir name="Relation"> 
     1130     <file name="AccessTestCase.php" role="test" /> 
     1131     <file name="CircularSavingTestCase.php" role="test" /> 
     1132     <file name="ManyToMany2TestCase.php" role="test" /> 
     1133     <file name="ManyToManyTestCase.php" role="test" /> 
     1134     <file name="NestTestCase.php" role="test" /> 
     1135     <file name="OneToManyTestCase.php" role="test" /> 
     1136     <file name="OneToOneTestCase.php" role="test" /> 
     1137     <file name="ParserTestCase.php" role="test" /> 
     1138    </dir> <!-- /tests/Relation --> 
     1139    <dir name="Search"> 
     1140     <dir name="_files"> 
     1141      <file name="content.html" role="test" /> 
     1142      <file name="content.txt" role="test" /> 
     1143     </dir> <!-- /tests/Search/_files --> 
     1144     <file name="FileTestCase.php" role="test" /> 
     1145     <file name="IndexerTestCase.php" role="test" /> 
     1146     <file name="QueryTestCase.php" role="test" /> 
     1147     <file name="QueryWeightTestCase.php" role="test" /> 
     1148    </dir> <!-- /tests/Search --> 
     1149    <dir name="Sequence"> 
     1150     <file name="FirebirdTestCase.php" role="test" /> 
     1151     <file name="InformixTestCase.php" role="test" /> 
     1152     <file name="MssqlTestCase.php" role="test" /> 
     1153     <file name="MysqlTestCase.php" role="test" /> 
     1154     <file name="OracleTestCase.php" role="test" /> 
     1155     <file name="PgsqlTestCase.php" role="test" /> 
     1156     <file name="SqliteTestCase.php" role="test" /> 
     1157    </dir> <!-- /tests/Sequence --> 
     1158    <dir name="Ticket"> 
     1159     <file name="381TestCase.php" role="test" /> 
     1160     <file name="424BTestCase.php" role="test" /> 
     1161     <file name="424CTestCase.php" role="test" /> 
     1162     <file name="428TestCase.php" role="test" /> 
     1163     <file name="438TestCase.php" role="test" /> 
     1164     <file name="480TestCase.php" role="test" /> 
     1165     <file name="576TestCase.php" role="test" /> 
     1166     <file name="583TestCase.php" role="test" /> 
     1167     <file name="587TestCase.php" role="test" /> 
     1168     <file name="626BTestCase.php" role="test" /> 
     1169     <file name="626CTestCase.php" role="test" /> 
     1170     <file name="626DTestCase.php" role="test" /> 
     1171     <file name="638TestCase.php" role="test" /> 
     1172     <file name="642TestCase.php" role="test" /> 
     1173     <file name="673TestCase.php" role="test" /> 
     1174     <file name="697TestCase.php" role="test" /> 
     1175     <file name="736TestCase.php" role="test" /> 
     1176     <file name="741TestCase.php" role="test" /> 
     1177     <file name="749TestCase.php" role="test" /> 
     1178     <file name="NjeroTestCase.php" role="test" /> 
     1179    </dir> <!-- /tests/Ticket --> 
     1180    <dir name="Transaction"> 
     1181     <file name="FirebirdTestCase.php" role="test" /> 
     1182     <file name="InformixTestCase.php" role="test" /> 
     1183     <file name="MssqlTestCase.php" role="test" /> 
     1184     <file name="MysqlTestCase.php" role="test" /> 
     1185     <file name="OracleTestCase.php" role="test" /> 
     1186     <file name="PgsqlTestCase.php" role="test" /> 
     1187     <file name="SqliteTestCase.php" role="test" /> 
     1188    </dir> <!-- /tests/Transaction --> 
     1189    <dir name="Validator"> 
     1190     <file name="FutureTestCase.php" role="test" /> 
     1191     <file name="PastTestCase.php" role="test" /> 
     1192    </dir> <!-- /tests/Validator --> 
     1193    <file name="AccessTestCase.php" role="test" /> 
     1194    <file name="AuditLogTestCase.php" role="test" /> 
     1195    <file name="BatchIteratorTestCase.php" role="test" /> 
     1196    <file name="CacheFileTestCase.php" role="test" /> 
     1197    <file name="CacheQuerySqliteTestCase.php" role="test" /> 
     1198    <file name="CacheSqliteTestCase.php" role="test" /> 
     1199    <file name="CacheTestCase.php" role="test" /> 
     1200    <file name="CascadingDeleteTestCase.php" role="test" /> 
     1201    <file name="ClassTableInheritanceTestCase.php" role="test" /> 
     1202    <file name="CollectionOffsetTestCase.php" role="test" /> 
     1203    <file name="CollectionTestCase.php" role="test" /> 
     1204    <file name="ColumnAggregationInheritanceTestCase.php" role="test" /> 
     1205    <file name="ColumnAliasTestCase.php" role="test" /> 
     1206    <file name="CompositePrimaryKeyTestCase.php" role="test" /> 
     1207    <file name="ConfigurableTestCase.php" role="test" /> 
     1208    <file name="ConnectionTestCase.php" role="test" /> 
     1209    <file name="ConnectionTransactionTestCase.php" role="test" /> 
     1210    <file name="CtiColumnAggregationTestCase.php" role="test" /> 
     1211    <file name="CustomPrimaryKeyTestCase.php" role="test" /> 
     1212    <file name="CustomResultSetOrderTestCase.php" role="test" /> 
     1213    <file name="CustomResultSetOrderTestCaseTestCase.php" role="test" /> 
     1214    <file name="DataDictSqliteTestCase.php" role="test" /> 
     1215    <file name="DataDictTestCase.php" role="test" /> 
     1216    <file name="DbProfilerTestCase.php" role="test" /> 
     1217    <file name="DBTestCase.php" role="test" /> 
     1218    <file name="DoctrineTest.php" role="test" /> 
     1219    <file name="DriverTestCase.php" role="test" /> 
     1220    <file name="EventListenerTestCase.php" role="test" /> 
     1221    <file name="ExportTestCase.php" role="test" /> 
     1222    <file name="ExpressionTestCase.php" role="test" /> 
     1223    <file name="ForeignKeyTestCase.php" role="test" /> 
     1224    <file name="HookTestCase.php" role="test" /> 
     1225    <file name="HydrateTestCase.php" role="test" /> 
     1226    <file name="I18nTestCase.php" role="test" /> 
     1227    <file name="ImportTestCase.php" role="test" /> 
     1228    <file name="index.php" role="test" /> 
     1229    <file name="IntegrityActionTestCase.php" role="test" /> 
     1230    <file name="ManagerTestCase.php" role="test" /> 
     1231    <file name="MigrationTestCase.php" role="test" /> 
     1232    <file name="NewCoreTestCase.php" role="test" /> 
     1233    <file name="OneTableOneClassInheritanceTestCase.php" role="test" /> 
     1234    <file name="ParserTestCase.php" role="test" /> 
     1235    <file name="PessimisticLockingTestCase.php" role="test" /> 
     1236    <file name="PluginTestCase.php" role="test" /> 
     1237    <file name="QueryTestCase.php" role="test" /> 
     1238    <file name="RawSqlTestCase.php" role="test" /> 
     1239    <file name="RecordFilterTestCase.php" role="test" /> 
     1240    <file name="RecordTestCase.php" role="test" /> 
     1241    <file name="RelationTestCase.php" role="test" /> 
     1242    <file name="RepositoryTestCase.php" role="test" /> 
     1243    <file name="run.php" role="test" /> 
     1244    <file name="schema.xml" role="test" /> 
     1245    <file name="schema.yml" role="test" /> 
     1246    <file name="SearchTestCase.php" role="test" /> 
     1247    <file name="SequenceTestCase.php" role="test" /> 
     1248    <file name="TableTestCase.php" role="test" /> 
     1249    <file name="template.tpl" role="test" /> 
     1250    <file name="TemplateTestCase.php" role="test" /> 
     1251    <file name="TokenizerTestCase.php" role="test" /> 
     1252    <file name="TransactionTestCase.php" role="test" /> 
     1253    <file name="TreeStructureTestCase.php" role="test" /> 
     1254    <file name="UnitOfWorkTestCase.php" role="test" /> 
     1255    <file name="unsolved.php" role="test" /> 
     1256    <file name="UnsortedTestCase.php" role="test" /> 
     1257    <file name="ValidatorTestCase.php" role="test" /> 
     1258    <file name="ValueHolderTestCase.php" role="test" /> 
     1259    <file name="ViewTestCase.php" role="test" /> 
     1260   </dir> <!-- /tests --> 
     1261   <dir name="vendor"> 
     1262    <dir name="Sensei"> 
     1263     <dir name="Sensei"> 
     1264      <dir name="Doc"> 
     1265       <dir name="Renderer"> 
     1266        <file name="Exception.php" role="php" /> 
     1267        <file name="Latex.php" role="php" /> 
     1268        <file name="Pdf.php" role="php" /> 
     1269        <file name="Xhtml.php" role="php" /> 
     1270       </dir> <!-- /vendor/Sensei/Sensei/Doc/Renderer --> 
     1271       <file name="Renderer.php" role="php" /> 
     1272       <file name="Section.php" role="php" /> 
     1273       <file name="Toc.php" role="php" /> 
     1274      </dir> <!-- /vendor/Sensei/Sensei/Doc --> 
     1275      <file name="Exception.php" role="php" /> 
     1276     </dir> <!-- /vendor/Sensei/Sensei --> 
     1277     <file name="Sensei.php" role="php" /> 
     1278    </dir> <!-- /vendor/Sensei --> 
     1279    <dir name="spikephpcoverage"> 
     1280     <dir name="cli"> 
     1281      <file name="driver.php" role="php" /> 
     1282      <file name="instrument.php" role="php" /> 
     1283     </dir> <!-- /vendor/spikephpcoverage/cli --> 
     1284     <dir name="conf"> 
     1285      <file name="phpcoverage.conf.php" role="php" /> 
     1286     </dir> <!-- /vendor/spikephpcoverage/conf --> 
     1287     <dir name="parser"> 
     1288      <file name="BasicXmlParser.php" role="php" /> 
     1289      <file name="CoverageXmlParser.php" role="php" /> 
     1290      <file name="Parser.php" role="php" /> 
     1291      <file name="PHPParser.php" role="php" /> 
     1292     </dir> <!-- /vendor/spikephpcoverage/parser --> 
     1293     <dir name="remote"> 
     1294      <file name="RemoteCoverageRecorder.php" role="php" /> 
     1295      <file name="XdebugTraceReader.php" role="php" /> 
     1296     </dir> <!-- /vendor/spikephpcoverage/remote --> 
     1297     <dir name="reporter"> 
     1298      <dir name="css"> 
     1299       <file name="spikesource.css" role="php" /> 
     1300      </dir> <!-- /vendor/spikephpcoverage/reporter/css --> 
     1301      <dir name="html"> 
     1302       <file name="footer.html" role="php" /> 
     1303       <file name="header.html" role="php" /> 
     1304       <file name="indexfooter.html" role="php" /> 
     1305       <file name="indexheader.html" role="php" /> 
     1306      </dir> <!-- /vendor/spikephpcoverage/reporter/html --> 
     1307      <dir name="images"> 
     1308       <dir name="spikesource"> 
     1309        <file name="phpcoverage.gif" role="php" /> 
     1310       </dir> <!-- /vendor/spikephpcoverage/reporter/images/spikesource --> 
     1311       <file name="arrow_down.gif" role="php" /> 
     1312       <file name="arrow_up.gif" role="php" /> 
     1313       <file name="spacer.gif" role="php" /> 
     1314      </dir> <!-- /vendor/spikephpcoverage/reporter/images --> 
     1315      <dir name="js"> 
     1316       <file name="sort_spikesource.js" role="php" /> 
     1317      </dir> <!-- /vendor/spikephpcoverage/reporter/js --> 
     1318      <file name="CoverageReporter.php" role="php" /> 
     1319      <file name="HtmlCoverageReporter.php" role="php" /> 
     1320     </dir> <!-- /vendor/spikephpcoverage/reporter --> 
     1321     <dir name="util"> 
     1322      <file name="CoverageLogger.php" role="php" /> 
     1323      <file name="Utility.php" role="php" /> 
     1324     </dir> <!-- /vendor/spikephpcoverage/util --> 
     1325     <dir name="XML"> 
     1326      <dir name="Parser"> 
     1327       <file name="Simple.php" role="php" /> 
     1328      </dir> <!-- /vendor/spikephpcoverage/XML/Parser --> 
     1329      <file name="Parser.php" role="php" /> 
     1330     </dir> <!-- /vendor/spikephpcoverage/XML --> 
     1331     <file name="CoverageRecorder.php" role="php" /> 
     1332     <file name="PEAR.php" role="php" /> 
     1333     <file name="phpcoverage.inc.php" role="php" /> 
     1334     <file name="phpcoverage.remote.bottom.inc.php" role="php" /> 
     1335     <file name="phpcoverage.remote.top.inc.php" role="php" /> 
     1336    </dir> <!-- /vendor/spikephpcoverage --> 
     1337    <dir name="Text"> 
     1338     <dir name="Wiki"> 
     1339      <dir name="Parse"> 
     1340       <dir name="Default"> 
     1341        <file name="Anchor.php" role="php" /> 
     1342        <file name="Blockquote.php" role="php" /> 
     1343        <file name="Bold.php" role="php" /> 
     1344        <file name="Break.php" role="php" /> 
     1345        <file name="Center.php" role="php" /> 
     1346        <file name="Code.php" role="php" /> 
     1347        <file name="Colortext.php" role="php" /> 
     1348        <file name="Deflist.php" role="php" /> 
     1349        <file name="Delimiter.php" role="php" /> 
     1350        <file name="Embed.php" role="php" /> 
     1351        <file name="Emphasis.php" role="php" /> 
     1352        <file name="Freelink.php" role="php" /> 
     1353        <file name="Function.php" role="php" /> 
     1354        <file name="Heading.php" role="php" /> 
     1355        <file name="Horiz.php" role="php" /> 
     1356        <file name="Html.php" role="php" /> 
     1357        <file name="Image.php" role="php" /> 
     1358        <file name="Include.php" role="php" /> 
     1359        <file name="Interwiki.php" role="php" /> 
     1360        <file name="Italic.php" role="php" /> 
     1361        <file name="List.php" role="php" /> 
     1362        <file name="Newline.php" role="php" /> 
     1363        <file name="Paragraph.php" role="php" /> 
     1364        <file name="Phplookup.php" role="php" /> 
     1365        <file name="Prefilter.php" role="php" /> 
     1366        <file name="Raw.php" role="php" /> 
     1367        <file name="Revise.php" role="php" /> 
     1368        <file name="Smiley.php" role="php" /> 
     1369        <file name="Strong.php" role="php" /> 
     1370        <file name="Subscript.php" role="php" /> 
     1371        <file name="Superscript.php" role="php" /> 
     1372        <file name="Table.php" role="php" /> 
     1373        <file name="Tighten.php" role="php" /> 
     1374        <file name="Toc.php" role="php" /> 
     1375        <file name="Tt.php" role="php" /> 
     1376        <file name="Underline.php" role="php" /> 
     1377        <file name="Url.php" role="php" /> 
     1378        <file name="Wikilink.php" role="php" /> 
     1379       </dir> <!-- /vendor/Text/Wiki/Parse/Default --> 
     1380      </dir> <!-- /vendor/Text/Wiki/Parse --> 
     1381      <dir name="Render"> 
     1382       <dir name="Latex"> 
     1383        <file name="Anchor.php" role="php" /> 
     1384        <file name="Blockquote.php" role="php" /> 
     1385        <file name="Bold.php" role="php" /> 
     1386        <file name="Box.php" role="php" /> 
     1387        <file name="Break.php" role="php" /> 
     1388        <file name="Center.php" role="php" /> 
     1389        <file name="Code.php" role="php" /> 
     1390        <file name="Colortext.php" role="php" /> 
     1391        <file name="Deflist.php" role="php" /> 
     1392        <file name="Delimiter.php" role="php" /> 
     1393        <file name="Embed.php" role="php" /> 
     1394        <file name="Emphasis.php" role="php" /> 
     1395        <file name="Font.php" role="php" /> 
     1396        <file name="Freelink.php" role="php" /> 
     1397        <file name="Function.php" role="php" /> 
     1398        <file name="Heading.php" role="php" /> 
     1399        <file name="Horiz.php" role="php" /> 
     1400        <file name="Html.php" role="php" /> 
     1401        <file name="Image.php" role="php" /> 
     1402        <file name="Include.php" role="php" /> 
     1403        <file name="Interwiki.php" role="php" /> 
     1404        <file name="Italic.php" role="php" /> 
     1405        <file name="List.php" role="php" /> 
     1406        <file name="Newline.php" role="php" /> 
     1407        <file name="Page.php" role="php" /> 
     1408        <file name="Paragraph.php" role="php" /> 
     1409        <file name="Phplookup.php" role="php" /> 
     1410        <file name="Plugin.php" role="php" /> 
     1411        <file name="Prefilter.php" role="php" /> 
     1412        <file name="Preformatted.php" role="php" /> 
     1413        <file name="Raw.php" role="php" /> 
     1414        <file name="Revise.php" role="php" /> 
     1415        <file name="Smiley.php" role="php" /> 
     1416        <file name="Specialchar.php" role="php" /> 
     1417        <file name="Strong.php" role="php" /> 
     1418        <file name="Subscript.php" role="php" /> 
     1419        <file name="Superscript.php" role="php" /> 
     1420        <file name="Table.php" role="php" /> 
     1421        <file name="Tighten.php" role="php" /> 
     1422        <file name="Titlebar.php" role="php" /> 
     1423        <file name="Toc.php" role="php" /> 
     1424        <file name="Tt.php" role="php" /> 
     1425        <file name="Underline.php" role="php" /> 
     1426        <file name="Url.php" role="php" /> 
     1427        <file name="Wikilink.php" role="php" /> 
     1428       </dir> <!-- /vendor/Text/Wiki/Render/Latex --> 
     1429       <dir name="Plain"> 
     1430        <file name="Anchor.php" role="php" /> 
     1431        <file name="Blockquote.php" role="php" /> 
     1432        <file name="Bold.php" role="php" /> 
     1433        <file name="Box.php" role="php" /> 
     1434        <file name="Break.php" role="php" /> 
     1435        <file name="Center.php" role="php" /> 
     1436        <file name="Code.php" role="php" /> 
     1437        <file name="Colortext.php" role="php" /> 
     1438        <file name="Deflist.php" role="php" /> 
     1439        <file name="Delimiter.php" role="php" /> 
     1440        <file name="Embed.php" role="php" /> 
     1441        <file name="Emphasis.php" role="php" /> 
     1442        <file name="Font.php" role="php" /> 
     1443        <file name="Freelink.php" role="php" /> 
     1444        <file name="Function.php" role="php" /> 
     1445        <file name="Heading.php" role="php" /> 
     1446        <file name="Horiz.php" role="php" /> 
     1447        <file name="Html.php" role="php" /> 
     1448        <file name="Image.php" role="php" /> 
     1449        <file name="Include.php" role="php" /> 
     1450        <file name="Interwiki.php" role="php" /> 
     1451        <file name="Italic.php" role="php" /> 
     1452        <file name="List.php" role="php" /> 
     1453        <file name="Newline.php" role="php" /> 
     1454        <file name="Page.php" role="php" /> 
     1455        <file name="Paragraph.php" role="php" /> 
     1456        <file name="Phplookup.php" role="php" /> 
     1457        <file name="Plugin.php" role="php" /> 
     1458        <file name="Prefilter.php" role="php" /> 
     1459        <file name="Preformatted.php" role="php" /> 
     1460        <file name="Raw.php" role="php" /> 
     1461        <file name="Revise.php" role="php" /> 
     1462        <file name="Smiley.php" role="php" /> 
     1463        <file name="Specialchar.php" role="php" /> 
     1464        <file name="Strong.php" role="php" /> 
     1465        <file name="Subscript.php" role="php" /> 
     1466        <file name="Superscript.php" role="php" /> 
     1467        <file name="Table.php" role="php" /> 
     1468        <file name="Tighten.php" role="php" /> 
     1469        <file name="Titlebar.php" role="php" /> 
     1470        <file name="Toc.php" role="php" /> 
     1471        <file name="Tt.php" role="php" /> 
     1472        <file name="Underline.php" role="php" /> 
     1473        <file name="Url.php" role="php" /> 
     1474        <file name="Wikilink.php" role="php" /> 
     1475       </dir> <!-- /vendor/Text/Wiki/Render/Plain --> 
     1476       <dir name="Xhtml"> 
     1477        <file name="Address.php" role="php" /> 
     1478        <file name="Anchor.php" role="php" /> 
     1479        <file name="Blockquote.php" role="php" /> 
     1480        <file name="Bold.php" role="php" /> 
     1481        <file name="Box.php" role="php" /> 
     1482        <file name="Break.php" role="php" /> 
     1483        <file name="Center.php" role="php" /> 
     1484        <file name="Code.php" role="php" /> 
     1485        <file name="Colortext.php" role="php" /> 
     1486        <file name="Deflist.php" role="php" /> 
     1487        <file name="Delimiter.php" role="php" /> 
     1488        <file name="Embed.php" role="php" /> 
     1489        <file name="Emphasis.php" role="php" /> 
     1490        <file name="Font.php" role="php" /> 
     1491        <file name="Freelink.php" role="php" /> 
     1492        <file name="Function.php" role="php" /> 
     1493        <file name="Heading.php" role="php" /> 
     1494        <file name="Horiz.php" role="php" /> 
     1495        <file name="Html.php" role="php" /> 
     1496        <file name="Image.php" role="php" /> 
     1497        <file name="Include.php" role="php" /> 
     1498        <file name="Interwiki.php" role="php" /> 
     1499        <file name="Italic.php" role="php" /> 
     1500        <file name="List.php" role="php" /> 
     1501        <file name="Newline.php" role="php" /> 
     1502        <file name="Page.php" role="php" /> 
     1503        <file name="Paragraph.php" role="php" /> 
     1504        <file name="Phplookup.php" role="php" /> 
     1505        <file name="Plugin.php" role="php" /> 
     1506        <file name="Prefilter.php" role="php" /> 
     1507        <file name="Preformatted.php" role="php" /> 
     1508        <file name="Raw.php" role="php" /> 
     1509        <file name="Revise.php" role="php" /> 
     1510        <file name="Smiley.php" role="php" /> 
     1511        <file name="Specialchar.php" role="php" /> 
     1512        <file name="Strong.php" role="php" /> 
     1513        <file name="Subscript.php" role="php" /> 
     1514        <file name="Superscript.php" role="php" /> 
     1515        <file name="Table.php" role="php" /> 
     1516        <file name="Tighten.php" role="php" /> 
     1517        <file name="Titlebar.php" role="php" /> 
     1518        <file name="Toc.php" role="php" /> 
     1519        <file name="Tt.php" role="php" /> 
     1520        <file name="Underline.php" role="php" /> 
     1521        <file name="Url.php" role="php" /> 
     1522        <file name="Wikilink.php" role="php" /> 
     1523       </dir> <!-- /vendor/Text/Wiki/Render/Xhtml --> 
     1524       <file name="Latex.php" role="php" /> 
     1525       <file name="Plain.php" role="php" /> 
     1526       <file name="Xhtml.php" role="php" /> 
     1527      </dir> <!-- /vendor/Text/Wiki/Render --> 
     1528      <file name="Default.php" role="php" /> 
     1529      <file name="Parse.php" role="php" /> 
     1530      <file name="Render.php" role="php" /> 
     1531     </dir> <!-- /vendor/Text/Wiki --> 
     1532     <file name="Wiki.php" role="php" /> 
     1533    </dir> <!-- /vendor/Text --> 
     1534    <file name="PEAR.php" role="php" /> 
     1535   </dir> <!-- /vendor --> 
     1536   <file name="CHANGELOG" role="doc" /> 
     1537   <file name="COPYRIGHT" role="doc" /> 
     1538   <file name="LICENSE" role="doc" /> 
     1539   <file name="README" role="doc" /> 
     1540  </dir> <!-- / --> 
     1541 </contents> 
    321542 <dependencies> 
    331543  <required> 
     
    361546   </php> 
    371547   <pearinstaller> 
    38     <min>1.4.1</min> 
     1548    <min>1.4.0b1</min> 
    391549   </pearinstaller> 
     1550   <package> 
     1551    <name>PEAR</name> 
     1552    <channel>pear.php.net</channel> 
     1553    <min>1.3.6</min> 
     1554   </package> 
    401555  </required> 
    411556 </dependencies> 
    42  
    43  <phprelease> 
    44  </phprelease> 
    45  
     1557 <phprelease /> 
    461558 <changelog> 
     1559  <release> 
     1560   <version> 
     1561    <release>1.0.0</release> 
     1562    <api>1.0.0</api> 
     1563   </version> 
     1564   <stability> 
     1565    <release>beta</release> 
     1566    <api>beta</api> 
     1567   </stability> 
     1568   <date>2008-02-13</date> 
     1569   <license uri="http://phpdoctrine.net/license">LGPL license</license> 
     1570   <notes>-</notes> 
     1571  </release> 
     1572  <release> 
     1573   <version> 
     1574    <release>0.10.0</release> 
     1575    <api>0.10.0</api> 
     1576   </version> 
     1577   <stability> 
     1578    <release>beta</release> 
     1579    <api>beta</api> 
     1580   </stability> 
     1581   <date>2008-02-13</date> 
     1582   <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 
     1583   <notes>-</notes> 
     1584  </release> 
     1585  <release> 
     1586   <version> 
     1587    <release>0.9</release> 
     1588    <api>0.9</api> 
     1589   </version> 
     1590   <stability> 
     1591    <release>beta</release> 
     1592    <api>beta</api> 
     1593   </stability> 
     1594   <date>2008-02-06</date> 
     1595   <license uri="http://phpdoctrine.net/license">MIT license</license> 
     1596   <notes>barfoo</notes> 
     1597  </release> 
    471598 </changelog> 
    481599</package> 
  • branches/0.9/package.xml

    r3749 r3764  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.1" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> 
     2<package packagerversion="1.6.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> 
    33 <name>Doctrine</name> 
    44 <channel>pear.phpdoctrine.org</channel> 
    55 <summary>PHP5 Database ORM</summary> 
    6  <description>Doctrine is an ORM (object relational mapper) for PHP 5.2.x+ that sits on top of a powerful DBAL (database abstraction layer). One of its key features is the ability to optionally write database queries in an OO (object oriented) SQL-dialect called DQL inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains a maximum of flexibility without requiring needless code duplication.</description> 
     6 <description>Doctrine is an ORM (object relational mapper) for PHP 5.2.x+ that sits on top of 
     7a powerful DBAL (database abstraction layer). One of its key features is the 
     8ability to optionally write database queries in an OO (object oriented) 
     9SQL-dialect called DQL inspired by Hibernates HQL. This provides developers with 
     10a powerful alternative to SQL that maintains a maximum of flexibility without 
     11requiring needless code duplication.</description> 
    712 <lead> 
    813  <name>Konsta Vesterinen</name> 
     
    1722  <active>yes</active> 
    1823 </lead> 
    19  <date>2008-02-12</date> 
     24 <date>2008-02-13</date> 
     25 <time>21:46:58</time> 
    2026 <version> 
    2127  <release>0.9.0</release> 
     
    2632  <api>beta</api> 
    2733 </stability> 
    28  <license uri="http://www.phpdoctrine.org/license">MIT license</license> 
     34 <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 
    2935 <notes>-</notes> 
    30  <contents><dir name="/"><file name="CHANGELOG" role="data"/><file name="COPYRIGHT" role="data"/><dir name="lib"><dir name="Doctrine"><file name="Access.php" role="data"/><dir name="Adapter"><dir name="Db2"><file name="Exception.php" role="data"/></dir><file name="Db2.php" role="data"/><file name="Exception.php" role="data"/><file name="Interface.php" role="data"/><file name="Mock.php" role="data"/><file name="Mysqli.php" role="data"/><file name="Oracle.php" role="data"/><file name="Resource.php" role="data"/><dir name="Statement"><file name="Interface.php" role="data"/><file name="Mock.php" role="data"/></dir><file name="Statement.php" role="data"/></dir><file name="Adapter.php" role="data"/><dir name="AuditLog"><file name="Listener.php" role="data"/></dir><file name="AuditLog.php" role="data"/><dir name="Cache"><file name="Apc.php" role="data"/><file name="Array.php" role="data"/><file name="Db.php" role="data"/><file name="Driver.php" role="data"/><file name="Exception.php" role="data"/><file name="Interface.php" role="data"/><file name="Memcache.php" role="data"/></dir><file name="Cache.php" role="data"/><dir name="Cli"><file name="AnsiColorFormatter.php" role="data"/><file name="Exception.php" role="data"/><file name="Formatter.php" role="data"/></dir><file name="Cli.php" role="data"/><dir name="Collection"><file name="Exception.php" role="data"/><dir name="Iterator"><file name="Expandable.php" role="data"/><file name="Normal.php" role="data"/><file name="Offset.php" role="data"/></dir><file name="Iterator.php" role="data"/><file name="Offset.php" role="data"/></dir><file name="Collection.php" role="data"/><file name="Column.php" role="data"/><dir name="Compiler"><file name="Exception.php" role="data"/></dir><file name="Compiler.php" role="data"/><file name="Configurable.php" role="data"/><dir name="Connection"><file name="Common.php" role="data"/><file name="Db2.php" role="data"/><file name="Exception.php" role="data"/><dir name="Firebird"><file name="Exception.php" role="data"/></dir><file name="Firebird.php" role="data"/><dir name="Informix"><file name="Exception.php" role="data"/></dir><file name="Informix.php" role="data"/><file name="Mock.php" role="data"/><file name="Module.php" role="data"/><dir name="Mssql"><file name="Exception.php" role="data"/></dir><file name="Mssql.php" role="data"/><dir name="Mysql"><file name="Exception.php" role="data"/></dir><file name="Mysql.php" role="data"/><dir name="Oracle"><file name="Exception.php" role="data"/></dir><file name="Oracle.php" role="data"/><dir name="Pgsql"><file name="Exception.php" role="data"/></dir><file name="Pgsql.php" role="data"/><dir name="Profiler"><file name="Exception.php" role="data"/></dir><file name="Profiler.php" role="data"/><dir name="Sqlite"><file name="Exception.php" role="data"/></dir><file name="Sqlite.php" role="data"/><file name="Statement.php" role="data"/><file name="UnitOfWork.php" role="data"/></dir><file name="Connection.php" role="data"/><dir name="Data"><file name="Exception.php" role="data"/><file name="Export.php" role="data"/><file name="Import.php" role="data"/></dir><file name="Data.php" role="data"/><dir name="DataDict"><file name="Exception.php" role="data"/><file name="Firebird.php" role="data"/><file name="Informix.php" role="data"/><file name="Mssql.php" role="data"/><file name="Mysql.php" role="data"/><file name="Oracle.php" role="data"/><file name="Pgsql.php" role="data"/><file name="Sqlite.php" role="data"/></dir><file name="DataDict.php" role="data"/><file name="DataType.php" role="data"/><file name="Db.php" role="data"/><file name="Event.php" role="data"/><dir name="EventListener"><file name="Chain.php" role="data"/><file name="Exception.php" role="data"/><file name="Interface.php" role="data"/></dir><file name="EventListener.php" role="data"/><file name="Exception.php" role="data"/><dir name="Export"><file name="Exception.php" role="data"/><file name="Firebird.php" role="data"/><file name="Frontbase.php" role="data"/><file name="Mssql.php" role="data"/><file name="Mysql.php" role="data"/><file name="Oracle.php" role="data"/><file name="Pgsql.php" role="data"/><file name="Reporter.php" role="data"/><file name="Schema.php" role="data"/><file name="Sqlite.php" role="data"/></dir><file name="Export.php" role="data"/><dir name="Expression"><file name="Driver.php" role="data"/><file name="Exception.php" role="data"/><file name="Firebird.php" role="data"/><file name="Informix.php" role="data"/><file name="Mock.php" role="data"/><file name="Mssql.php" role="data"/><file name="Mysql.php" role="data"/><file name="Oracle.php" role="data"/><file name="Pgsql.php" role="data"/><file name="Sqlite.php" role="data"/></dir><file name="Expression.php" role="data"/><dir name="File"><file name="Index.php" role="data"/></dir><file name="File.php" role="data"/><file name="FileFinder.php" role="data"/><file name="Formatter.php" role="data"/><dir name="Hook"><file name="Equal.php" role="data"/><file name="Integer.php" role="data"/><dir name="Parser"><file name="Complex.php" role="data"/></dir><file name="Parser.php" role="data"/><file name="WordLike.php" role="data"/></dir><file name="Hook.php" role="data"/><dir name="Hydrate"><file name="Array.php" role="data"/><file name="Exception.php" role="data"/><file name="Record.php" role="data"/></dir><file name="Hydrate.php" role="data"/><dir name="I18n"><file name="Exception.php" role="data"/></dir><file name="I18n.php" role="data"/><dir name="Import"><dir name="Builder"><file name="BaseClass.php" role="data"/><file name="Exception.php" role="data"/></dir><file name="Builder.php" role="data"/><file name="Exception.php" role="data"/><file name="Firebird.php" role="data"/><file name="Informix.php" role="data"/><file name="Mssql.php" role="data"/><file name="Mysql.php" role="data"/><file name="Oracle.php" role="data"/><file name="Pgsql.php" role="data"/><dir name="Reader"><file name="Db.php" role="data"/><file name="Exception.php" role="data"/><file name="Propel.php" role="data"/></dir><file name="Reader.php" role="data"/><file name="Schema.php" role="data"/><file name="Sqlite.php" role="data"/></dir><file name="Import.php" role="data"/><file name="IntegrityMapper.php" role="data"/><file name="Lib.php" role="data"/><dir name="Locator"><file name="Exception.php" role="data"/><file name="Injectable.php" role="data"/></dir><file name="Locator.php" role="data"/><dir name="Locking"><file name="Exception.php" role="data"/><dir name="Manager"><file name="Pessimistic.php" role="data"/></dir></dir><dir name="Manager"><file name="Exception.php" role="data"/></dir><file name="Manager.php" role="data"/><dir name="Migration"><file name="Builder.php" role="data"/><file name="Exception.php" role="data"/><file name="IrreversibleMigrationException.php" role="data"/><file name="Process.php" role="data"/></dir><file name="Migration.php" role="data"/><dir name="Node"><dir name="AdjacencyList"><file name="LevelOrderIterator.php" role="data"/><file name="PostOrderIterator.php" role="data"/><file name="PreOrderIterator.php" role="data"/></dir><file name="AdjacencyList.php" role="data"/><file name="Exception.php" role="data"/><file name="Interface.php" role="data"/><dir name="MaterializedPath"><file name="LevelOrderIterator.php" role="data"/><file name="PostOrderIterator.php" role="data"/><file name="PreOrderIterator.php" role="data"/></dir><file name="MaterializedPath.php" role="data"/><dir name="NestedSet"><file name="LevelOrderIterator.php" role="data"/><file name="PostOrderIterator.php" role="data"/><file name="PreOrderIterator.php" role="data"/></dir><file name="NestedSet.php" role="data"/></dir><file name="Node.php" role="data"/><file name="Null.php" role="data"/><file name="Overloadable.php" role="data"/><dir name="Pager"><file name="Exception.php" role="data"/><file name="Layout.php" role="data"/><dir name="Range"><file name="Jumping.php" role="data"/><file name="Sliding.php" role="data"/></dir><file name="Range.php" role="data"/></dir><file name="Pager.php" role="data"/><dir name="Parser"><file name="Exception.php" role="data"/><file name="Json.php" role="data"/><file name="Serialize.php" role="data"/><file name="spyc.php" role="data"/><file name="Xml.php" role="data"/><file name="Yml.php" role="data"/></dir><file name="Parser.php" role="data"/><dir name="Plugin"><file name="Exception.php" role="data"/></dir><file name="Plugin.php" role="data"/><dir name="Query"><file name="Abstract.php" role="data"/><file name="Check.php" role="data"/><file name="Condition.php" role="data"/><file name="Exception.php" role="data"/><dir name="Filter"><file name="Chain.php" role="data"/><file name="Interface.php" role="data"/></dir><file name="Filter.php" role="data"/><file name="From.php" role="data"/><file name="Groupby.php" role="data"/><file name="Having.php" role="data"/><file name="JoinCondition.php" role="data"/><file name="Limit.php" role="data"/><file name="Offset.php" role="data"/><file name="Orderby.php" role="data"/><file name="Parser.php" role="data"/><file name="Part.php" role="data"/><dir name="Registry"><file name="Exception.php" role="data"/></dir><file name="Registry.php" role="data"/><file name="Select.php" role="data"/><file name="Set.php" role="data"/><file name="Where.php" role="data"/></dir><file name="Query.php" role="data"/><dir name="RawSql"><file name="Exception.php" role="data"/></dir><file name="RawSql.php" role="data"/><dir name="Record"><file name="Abstract.php" role="data"/><file name="Exception.php" role="data"/><dir name="Filter"><file name="Compound.php" role="data"/><file name="Standard.php" role="data"/></dir><file name="Filter.php" role="data"/><file name="Iterator.php" role="data"/><dir name="Listener"><file name="Chain.php" role="data"/><file name="Interface.php" role="data"/></dir><file name="Listener.php" role="data"/><dir name="State"><file name="Exception.php" role="data"/></dir></dir><file name="Record.php" role="data"/><dir name="Relation"><dir name="Association"><file name="Self.php" role="data"/></dir><file name="Association.php" role="data"/><file name="Exception.php" role="data"/><file name="ForeignKey.php" role="data"/><file name="LocalKey.php" role="data"/><file name="Nest.php" role="data"/><dir name="Parser"><file name="Exception.php" role="data"/></dir><file name="Parser.php" role="data"/></dir><file name="Relation.php" role="data"/><dir name="Resource"><file name="Access.php" role="data"/><file name="Client.php" role="data"/><file name="Collection.php" role="data"/><file name="Config.php" role="data"/><file name="Exception.php" role="data"/><file name="Params.php" role="data"/><file name="Query.php" role="data"/><file name="Record.php" role="data"/><file name="Request.php" role="data"/><file name="Server.php" role="data"/><file name="Table.php" role="data"/></dir><file name="Resource.php" role="data"/><dir name="Search"><dir name="Analyzer"><file name="Exception.php" role="data"/><file name="Interface.php" role="data"/><file name="Standard.php" role="data"/></dir><file name="Analyzer.php" role="data"/><file name="Exception.php" role="data"/><file name="File.php" role="data"/><dir name="Indexer"><file name="Dir.php" role="data"/><file name="Exception.php" role="data"/></dir><file name="Indexer.php" role="data"/><file name="Listener.php" role="data"/><file name="Parser.php" role="data"/><file name="Query.php" role="data"/><file name="Record.php" role="data"/><file name="Scorer.php" role="data"/></dir><file name="Search.php" role="data"/><dir name="Sequence"><file name="Db2.php" role="data"/><file name="Exception.php" role="data"/><file name="Firebird.php" role="data"/><file name="Informix.php" role="data"/><file name="Mssql.php" role="data"/><file name="Mysql.php" role="data"/><file name="Oracle.php" role="data"/><file name="Pgsql.php" role="data"/><file name="Sqlite.php" role="data"/></dir><file name="Sequence.php" role="data"/><dir name="Table"><file name="Exception.php" role="data"/><dir name="Repository"><file name="Exception.php" role="data"/></dir><file name="Repository.php" role="data"/></dir><file name="Table.php" role="data"/><dir name="Task"><file name="BuildAll.php" role="data"/><file name="BuildAllLoad.php" role="data"/><file name="BuildAllReload.php" role="data"/><file name="Compile.php" role="data"/><file name="CreateDb.php" role="data"/><file name="CreateTables.php" role="data"/><file name="Dql.php" role="data"/><file name="DropDb.php" role="data"/><file name="DumpData.php" role="data"/><file name="Exception.php" role="data"/><file name="GenerateMigration.php" role="data"/><file name="GenerateMigrationsDb.php" role="data"/><file name="GenerateMigrationsModels.php" role="data"/><file name="GenerateModelsDb.php" role="data"/><file name="GenerateModelsYaml.php" role="data"/><file name="GenerateSql.php" role="data"/><file name="GenerateYamlDb.php" role="data"/><file name="GenerateYamlModels.php" role="data"/><file name="LoadData.php" role="data"/><file name="LoadDummyData.php" role="data"/><file name="Migrate.php" role="data"/><file name="RebuildDb.php" role="data"/></dir><file name="Task.php" role="data"/><dir name="Template"><file name="I18n.php" role="data"/><dir name="Listener"><file name="Sluggable.php" role="data"/><file name="Timestampable.php" role="data"/></dir><file name="NestedSet.php" role="data"/><file name="Searchable.php" role="data"/><file name="Sluggable.php" role="data"/><file name="Taggable.php" role="data"/><file name="Timestampable.php" role="data"/><file name="Versionable.php" role="data"/></dir><file name="Template.php" role="data"/><file name="Tokenizer.php" role="data"/><dir name="Transaction"><file name="Exception.php" role="data"/><file name="Firebird.php" role="data"/><file name="Informix.php" role="data"/><file name="Mock.php" role="data"/><file name="Mssql.php" role="data"/><file name="Mysql.php" role="data"/><file name="Oracle.php" role="data"/><file name="Pgsql.php" role="data"/><file name="Sqlite.php" role="data"/></dir><file name="Transaction.php" role="data"/><dir name="Tree"><file name="AdjacencyList.php" role="data"/><file name="Exception.php" role="data"/><file name="Interface.php" role="data"/><file name="MaterializedPath.php" role="data"/><file name="NestedSet.php" role="data"/></dir><file name="Tree.php" role="data"/><file name="Util.php" role="data"/><dir name="Validator"><file name="Country.php" role="data"/><file name="Creditcard.php" role="data"/><file name="Date.php" role="data"/><file name="Driver.php" role="data"/><file name="Email.php" role="data"/><file name="ErrorStack.php" role="data"/><file name="Exception.php" role="data"/><file name="Future.php" role="data"/><file name="Htmlcolor.php" role="data"/><file name="Ip.php" role="data"/><file name="Minlength.php" role="data"/><file name="Nospace.php" role="data"/><file name="Notblank.php" role="data"/><file name="Notnull.php" role="data"/><file name="Past.php" role="data"/><file name="Protected.php" role="data"/><file name="Range.php" role="data"/><file name="Regexp.php" role="data"/><file name="Unique.php" role="data"/><file name="Unsigned.php" role="data"/><file name="Usstate.php" role="data"/></dir><file name="Validator.php" role="data"/><dir name="View"><file name="Exception.php" role="data"/></dir><file name="View.php" role="data"/></dir><file name="Doctrine.php" role="data"/></dir><file name="LICENSE" role="data"/><dir name="manual"><dir name="docs"><dir name="en"><dir name="_old-docs"><file name="Configuration - Custom getters and setters.php" role="data"/><file name="Configuration - Custom primary key column.php" role="data"/><file name="Configuration - List of attributes.php" role="data"/><file name="Configuration - Setting default eventlistener.php" role="data"/><file name="Configuration - Setting default fetchmode.php" role="data"/><file name="Configuration - Using sequences.php" role="data"/><file name="Database operations - Limit and offset.php" role="data"/><file name="Database operations - Nested transactions.php" role="data"/><file name="Database operations - Query logging.php" role="data"/><file name="Database operations - Sequences.php" role="data"/><file name="Database operations - Transactions.php" role="data"/><file name="DQL (Doctrine Query Language) - Functions - Contains.php" role="data"/><file name="DQL (Doctrine Query Language) - Functions - Like.php" role="data"/><file name="DQL (Doctrine Query Language) - Functions - Regexp.php" role="data"/><file name="DQL (Doctrine Query Language) - Operators - Logical operators.php" role="data"/><file name="Object relational mapping - Relations - Composites and aggregates.php" role="data"/><file name="Runtime classes - Doctrine_Association.php" role="data"/><file name="Runtime classes - Doctrine_Collection.php" role="data"/><file name="Runtime classes - Doctrine_Collection_Batch.php" role="data"/><file name="Runtime classes - Doctrine_Collection_Immediate.php" role="data"/><file name="Runtime classes - Doctrine_Collection_Lazy.php" role="data"/><file name="Runtime classes - Doctrine_ForeignKey.php" role="data"/><file name="Runtime classes - Doctrine_Manager.php" role="data"/><file name="Runtime classes - Doctrine_Record.php" role="data"/><file name="Runtime classes - Doctrine_Session.php" role="data"/><file name="Runtime classes - Doctrine_Table.php" role="data"/><file name="Schema reference - Data types - Array.php" role="data"/><file name="Schema reference - Foreign keys - Introduction.php" role="data"/><file name="Working with objects - Component overview - Collection - Fetching strategies.php" role="data"/><file name="Working with objects - Component overview - Query - Aggregate functions.php" role="data"/><file name="Working with objects - Component overview - Query - Bound parameters.php" role="data"/><file name="Working with objects - Component overview - Query - DQL - SQL conversion.php" role="data"/><file name="Working with objects - Component overview - Query - Fetching strategies.php" role="data"/><file name="Working with objects - Component overview - Query - Lazy property fetching.php" role="data"/><file name="Working with objects - Component overview - Query - Method overloading.php" role="data"/><file name="Working with objects - Component overview - Query - Relation operators.php" role="data"/><file name="Working with objects - Component overview - Record - Adding records.php" role="data"/></dir><dir name="basic-schema-mapping"><dir name="columns"><file name="column-aliases.txt" role="data"/><file name="column-naming.txt" role="data"/><file name="data-types.txt" role="data"/><file name="default-values.txt" role="data"/></dir><file name="columns.txt" role="data"/><file name="constraints-and-validators.txt" role="data"/><file name="indexes.txt" role="data"/><file name="introduction.txt" role="data"/><file name="record-identifiers.txt" role="data"/><dir name="relations"/><file name="table-and-class-naming.txt" role="data"/><file name="table-options.txt" role="data"/></dir><file name="basic-schema-mapping.txt" role="data"/><dir name="caching"><file name="configuration.txt" role="data"/><file name="introduction.txt" role="data"/><file name="overview.txt" role="data"/></dir><file name="caching.txt" role="data"/><file name="class-templates.txt" role="data"/><dir name="coding-standards"><file name="coding-style.txt" role="data"/><file name="naming-conventions.txt" role="data"/><file name="overview.txt" role="data"/><file name="php-file-formatting.txt" role="data"/><file name="testing.txt" role="data"/></dir><file name="coding-standards.txt" role="data"/><dir name="command-line-interface"/><file name="component-overview.txt" role="data"/><dir name="configuration"><file name="introduction.txt" role="data"/><file name="levels-of-configuration.txt" role="data"/><file name="setting-attributes.txt" role="data"/></dir><file name="configuration.txt" role="data"/><dir name="connection-management"><file name="connection-component-binding.txt" role="data"/><file name="dsn-the-data-source-name.txt" role="data"/><file name="lazy-connecting-to-database.txt" role="data"/><file name="managing-connections.txt" role="data"/><file name="opening-a-new-connection.txt" role="data"/></dir><file name="connection-management.txt" role="data"/><dir name="data-fixtures"/><file name="data-fixtures.txt" role="data"/><dir name="database-abstraction"/><file name="database-abstraction.txt" role="data"/><dir name="dql-doctrine-query-language"><file name="bnf.txt" role="data"/><file name="conditional-expressions.txt" role="data"/><file name="delete-queries.txt" role="data"/><file name="examples.txt" role="data"/><file name="from-clause.txt" role="data"/><file name="functional-expressions.txt" role="data"/><file name="group-by-having-clauses.txt" role="data"/><file name="indexby-keyword.txt" role="data"/><file name="introduction.txt" role="data"/><file name="join-syntax.txt" role="data"/><file name="limit-and-offset-clauses.txt" role="data"/><file name="order-by-clause.txt" role="data"/><file name="select-queries.txt" role="data"/><file name="subqueries.txt" role="data"/><file name="update-queries.txt" role="data"/><file name="where-clause.txt" role="data"/></dir><file name="dql-doctrine-query-language.txt" role="data"/><file name="event-listeners.txt" role="data"/><file name="exceptions-and-warnings.txt" role="data"/><file name="facade.txt" role="data"/><dir name="file-parser"/><file name="file-parser.txt" role="data"/><dir name="getting-started"><file name="exporting-classes.txt" role="data"/><file name="installation.txt" role="data"/><file name="starting-new-project.txt" role="data"/><file name="working-with-existing-databases.txt" role="data"/></dir><file name="getting-started.txt" role="data"/><dir name="hierarchical-data"><file name="adjacency-list.txt" role="data"/><file name="introduction.txt" role="data"/><file name="materialized-path.txt" role="data"/><file name="nested-set.txt" role="data"/></dir><file name="hierarchical-data.txt" role="data"/><dir name="improving-performance"><file name="bundle-your-class-files.txt" role="data"/><file name="compile.txt" role="data"/><file name="fetch-only-what-you-need.txt" role="data"/><file name="introduction.txt" role="data"/><file name="other-tips.txt" role="data"/><file name="use-a-bytecode-cache.txt" role="data"/></dir><file name="improving-performance.txt" role="data"/><file name="mapping-relations.txt" role="data"/><dir name="migration"/><file name="migration.txt" role="data"/><file name="native-sql.txt" role="data"/><file name="object-relational-mapping.txt" role="data"/><dir name="plugins"><file name="cache.txt" role="data"/><file name="eventlisteners.txt" role="data"/><file name="hook.txt" role="data"/><file name="locking-manager.txt" role="data"/><file name="profiler.txt" role="data"/><file name="validators.txt" role="data"/><file name="view.txt" role="data"/></dir><file name="plugins.txt" role="data"/><dir name="real-world-examples"><file name="album-lister.txt" role="data"/><file name="forum-application.txt" role="data"/><file name="user-management-system.txt" role="data"/></dir><file name="real-world-examples.txt" role="data"/><file name="relations.txt" role="data"/><dir name="sandbox"/><file name="sandbox.txt" role="data"/><dir name="schema-files"/><file name="schema-files.txt" role="data"/><file name="searching.txt" role="data"/><dir name="technology"><file name="architecture.txt" role="data"/><file name="design-patterns-used.txt" role="data"/><file name="internal-optimizations.txt" role="data"/><file name="speed.txt" role="data"/></dir><file name="technology.txt" role="data"/><dir name="transactions"><file name="introduction.txt" role="data"/><file name="isolation-levels.txt" role="data"/><file name="locking-strategies.txt" role="data"/><file name="nesting.txt" role="data"/><file name="savepoints.txt" role="data"/><file name="unit-of-work.txt" role="data"/></dir><file name="transactions.txt" role="data"/><dir name="working-with-objects"><dir name="component-overview"><file name="collection.txt" role="data"/><file name="connection.txt" role="data"/><file name="manager.txt" role="data"/><file name="record.txt" role="data"/><file name="table.txt" role="data"/></dir><file name="dealing-with-relations.txt" role="data"/></dir><file name="working-with-objects.txt" role="data"/></dir><file name="en.txt" role="data"/></dir><file name="index.php" role="data"/><dir name="lib"><file name="highlight.php" role="data"/><dir name="Text"><dir name="Wiki"><file name="Doc.php" role="data"/><dir name="Parse"><dir name="Doc"><file name="Code.php" role="data"/><file name="Doclink.php" role="data"/><file name="Prefilter.php" role="data"/><file name="Table.php" role="data"/></dir></dir><dir name="Render"><dir name="Latex"><file name="Code.php" role="data"/><file name="Doclink.php" role="data"/><file name="Heading.php" role="data"/><file name="List.php" role="data"/><file name="Phplookup.php" role="data"/><file name="Table.php" role="data"/><file name="Url.php" role="data"/></dir><file name="Latex.php" role="data"/><dir name="Xhtml"><file name="Blockquote.php" role="data"/><file name="Code.php" role="data"/><file name="Doclink.php" role="data"/></dir></dir></dir></dir></dir><dir name="scripts"><file name="mootools.v1.11.js" role="data"/><file name="toc.js" role="data"/><file name="tree.js" role="data"/></dir><dir name="styles"><file name="basic.css" role="data"/><file name="iefix.css" role="data"/><file name="print.css" role="data"/></dir><dir name="templates"><file name="index.tpl.php" role="data"/><file name="latex.tpl.php" role="data"/><file name="xhtml.tpl.php" role="data"/></dir><dir name="tmp"/></dir><dir name="models"><file name="Account.php" role="data"/><file name="Address.php" role="data"/><file name="Album.php" role="data"/><file name="App.php" role="data"/><file name="App_Category.php" role="data"/><file name="App_User.php" role="data"/><file name="Assignment.php" role="data"/><file name="Auth.php" role="data"/><file name="Author.php" role="data"/><file name="BadlyNamed__Class.php" role="data"/><file name="BarRecord.php" role="data"/><file name="BaseSymfonyRecord.php" role="data"/><file name="Blog.php" role="data"/><file name="BlogTag.php" role="data"/><file name="BoardWithPosition.php" role="data"/><file name="Book.php" role="data"/><file name="Bookmark.php" role="data"/><file name="BookmarkUser.php" role="data"/><file name="BooleanTest.php" role="data"/><file name="CascadeDeleteRelatedTest.php" role="data"/><file name="CascadeDeleteRelatedTest2.php" role="data"/><file name="CascadeDeleteTest.php" role="data"/><file name="CategoryNestedSet.php" role="data"/><file name="CategoryWithPosition.php" role="data"/><file name="CheckConstraintTest.php" role="data"/><file name="ClientModel.php" role="data"/><file name="ColumnAliasTest.php" role="data"/><file name="ConcreteEmail.php" role="data"/><file name="ConcreteGroup.php" role="data"/><file name="ConcreteGroupUser.php" role="data"/><file name="ConcreteInheritanceTestParent.php" role="data"/><file name="ConcreteUser.php" role="data"/><file name="CoverageCodeN.php" role="data"/><file name="CPK_Association.php" role="data"/><file name="CPK_Test.php" role="data"/><file name="CPK_Test2.php" role="data"/><file name="CustomPK.php" role="data"/><file name="CustomSequenceRecord.php" role="data"/><file name="Data_File.php" role="data"/><file name="DateTest.php" role="data"/><file name="Description.php" role="data"/><file name="Element.php" role="data"/><file name="Email.php" role="data"/><file name="Entity.php" role="data"/><file name="EntityAddress.php" role="data"/><file name="EntityReference.php" role="data"/><file name="EnumTest.php" role="data"/><file name="EnumTest2.php" role="data"/><file name="EnumTest3.php" role="data"/><file name="Error.php" role="data"/><file name="EventListenerChainTest.php" role="data"/><file name="EventListenerTest.php" role="data"/><dir name="export"><file name="Cms_Category.php" role="data"/><file name="Cms_CategoryLanguages.php" role="data"/></dir><file name="FieldNameTest.php" role="data"/><file name="File_Owner.php" role="data"/><file name="FilterTest.php" role="data"/><file name="FilterTest2.php" role="data"/><file name="FooBarRecord.php" role="data"/><file name="FooForeignlyOwned.php" role="data"/><file name="FooForeignlyOwnedWithPK.php" role="data"/><file name="FooLocallyOwned.php" role="data"/><file name="FooRecord.php" role="data"/><file name="FooReferenceRecord.php" role="data"/><file name="ForeignKeyTest.php" role="data"/><file name="ForeignKeyTest2.php" role="data"/><file name="Forum_Board.php" role="data"/><file name="Forum_Category.php" role="data"/><file name="Forum_Entry.php" role="data"/><file name="Forum_Thread.php" role="data"/><file name="gnatEmail.php" role="data"/><file name="gnatUser.php" role="data"/><file name="Group.php" role="data"/><file name="GroupUser.php" role="data"/><file name="GzipTest.php" role="data"/><file name="I18nTest.php" role="data"/><file name="InheritanceDeal.php" role="data"/><file name="InheritanceDealUser.php" role="data"/><file name="InheritanceUser.php" role="data"/><file name="JC1.php" role="data"/><file name="JC2.php" role="data"/><file name="JC3.php" role="data"/><file name="LiabilityCodeN.php" role="data"/><file name="Location.php" role="data"/><file name="LocationI18n.php" role="data"/><file name="Log_Entry.php" role="data"/><file name="Log_Status.php" role="data"/><file name="M2MTest.php" role="data"/><file name="M2MTest2.php" role="data"/><file name="MigrationTest.php" role="data"/><file name="mmrGroup_B.php" role="data"/><file name="mmrGroup_C.php" role="data"/><file name="mmrGroupUser_B.php" role="data"/><file name="mmrGroupUser_C.php" role="data"/><file name="mmrUser_B.php" role="data"/><file name="mmrUser_C.php" role="data"/><file name="MyGroup.php" role="data"/><file name="MyOneThing.php" role="data"/><file name="MyOtherThing.php" role="data"/><file name="MysqlGroup.php" role="data"/><file name="MysqlGroupMember.php" role="data"/><file name="MysqlIndexTestRecord.php" role="data"/><file name="MysqlTestRecord.php" role="data"/><file name="MysqlUser.php" role="data"/><file name="MyUser.php" role="data"/><file name="MyUser2.php" role="data"/><file name="MyUserGroup.php" role="data"/><file name="MyUserOneThing.php" role="data"/><file name="MyUserOtherThing.php" role="data"/><file name="NestedSetTest_SingleRootNode.php" role="data"/><file name="NestReference.php" role="data"/><file name="NestTest.php" role="data"/><file name="NotNullTest.php" role="data"/><file name="ORM_AccessControl.php" role="data"/><file name="ORM_AccessControlsGroups.php" role="data"/><file name="ORM_AccessGroup.php" role="data"/><file name="ORM_TestEntry.php" role="data"/><file name="ORM_TestItem.php" role="data"/><file name="Package.php" role="data"/><file name="PackageVersion.php" role="data"/><file name="PackageVersionNotes.php" role="data"/><file name="Page.php" role="data"/><file name="Phonenumber.php" role="data"/><file name="Photo.php" role="data"/><file name="Phototag.php" role="data"/><file name="PluginSymfonyRecord.php" role="data"/><file name="PluginSymfonyRecordTable.php" role="data"/><file name="Policy.php" role="data"/><file name="PolicyAsset.php" role="data"/><file name="PolicyCodeN.php" role="data"/><file name="PolicyN.php" role="data"/><file name="QueryTest_Board.php" role="data"/><file name="QueryTest_Category.php" role="data"/><file name="QueryTest_Entry.php" role="data"/><file name="QueryTest_Item.php" role="data"/><file name="QueryTest_Rank.php" role="data"/><file name="QueryTest_User.php" role="data"/><file name="QueryTest_UserRank.php" role="data"/><file name="RateN.php" role="data"/><file name="Rec1.php" role="data"/><file name="Rec2.php" role="data"/><file name="Record_City.php" role="data"/><file name="Record_Country.php" role="data"/><file name="Record_District.php" role="data"/><file name="RecordFilterTest.php" role="data"/><file name="RecordHookTest.php" role="data"/><file name="RelationTest.php" role="data"/><file name="Resource.php" role="data"/><file name="ResourceReference.php" role="data"/><file name="ResourceType.php" role="data"/><file name="Role.php" role="data"/><file name="RTC1.php" role="data"/><file name="RTC2.php" role="data"/><file name="RTC3.php" role="data"/><file name="RTC4.php" role="data"/><file name="SearchTest.php" role="data"/><file name="SelfRefTest.php" role="data"/><file name="SequenceRecord.php" role="data"/><file name="SerializeTest.php" role="data"/><file name="SoftDeleteTest.php" role="data"/><file name="Song.php" role="data"/><file name="SymfonyRecord.php" role="data"/><file name="SymfonyRecordTable.php" role="data"/><file name="Tag.php" role="data"/><file name="Task.php" role="data"/><file name="TestMovie.php" role="data"/><file name="TestMovieUserBookmark.php" role="data"/><file name="TestMovieUserVote.php" role="data"/><file name="TestRecord.php" role="data"/><file name="TestUser.php" role="data"/><file name="TreeLeaf.php" role="data"/><file name="User.php" role="data"/><file name="ValidatorTest.php" role="data"/><file name="ValidatorTest_AddressModel.php" role="data"/><file name="ValidatorTest_ClientModel.php" role="data"/><file name="ValidatorTest_ClientToAddressModel.php" role="data"/><file name="ValidatorTest_DateModel.php" role="data"/><file name="ValidatorTest_FootballPlayer.php" role="data"/><file name="ValidatorTest_Person.php" role="data"/><file name="VersioningTest.php" role="data"/><file name="ZeroValueTest.php" role="data"/></dir><file name="README" role="data"/><dir name="tests"><file name="AccessTestCase.php" role="data"/><file name="AuditLogTestCase.php" role="data"/><file name="BatchIteratorTestCase.php" role="data"/><dir name="Cache"><file name="ApcTestCase.php" role="data"/><file name="MemcacheTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="CacheFileTestCase.php" role="data"/><file name="CacheQuerySqliteTestCase.php" role="data"/><file name="CacheSqliteTestCase.php" role="data"/><file name="CacheTestCase.php" role="data"/><file name="CascadingDeleteTestCase.php" role="data"/><file name="ClassTableInheritanceTestCase.php" role="data"/><dir name="Collection"><file name="SnapshotTestCase.php" role="data"/></dir><file name="CollectionOffsetTestCase.php" role="data"/><file name="CollectionTestCase.php" role="data"/><file name="ColumnAggregationInheritanceTestCase.php" role="data"/><file name="ColumnAliasTestCase.php" role="data"/><file name="CompositePrimaryKeyTestCase.php" role="data"/><file name="ConfigurableTestCase.php" role="data"/><dir name="Connection"><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="ProfilerTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/><file name="UnitOfWork.php" role="data"/></dir><file name="ConnectionTestCase.php" role="data"/><file name="ConnectionTransactionTestCase.php" role="data"/><dir name="coverage"><file name="coverage.txt" role="data"/><file name="Doctrine.html" role="data"/><file name="Doctrine_Access.html" role="data"/><file name="Doctrine_Adapter_Mock.html" role="data"/><file name="Doctrine_Adapter_Statement_Mock.html" role="data"/><file name="Doctrine_AuditLog.html" role="data"/><file name="Doctrine_AuditLog_Listener.html" role="data"/><file name="Doctrine_Cache_Array.html" role="data"/><file name="Doctrine_Collection.html" role="data"/><file name="Doctrine_Configurable.html" role="data"/><file name="Doctrine_Connection.html" role="data"/><file name="Doctrine_Connection_Common.html" role="data"/><file name="Doctrine_Connection_Exception.html" role="data"/><file name="Doctrine_Connection_Firebird.html" role="data"/><file name="Doctrine_Connection_Firebird_Exception.html" role="data"/><file name="Doctrine_Connection_Module.html" role="data"/><file name="Doctrine_Connection_Mssql.html" role="data"/><file name="Doctrine_Connection_Mssql_Exception.html" role="data"/><file name="Doctrine_Connection_Mysql.html" role="data"/><file name="Doctrine_Connection_Mysql_Exception.html" role="data"/><file name="Doctrine_Connection_Oracle.html" role="data"/><file name="Doctrine_Connection_Oracle_Exception.html" role="data"/><file name="Doctrine_Connection_Pgsql.html" role="data"/><file name="Doctrine_Connection_Pgsql_Exception.html" role="data"/><file name="Doctrine_Connection_Profiler.html" role="data"/><file name="Doctrine_Connection_Sqlite.html" role="data"/><file name="Doctrine_Connection_Sqlite_Exception.html" role="data"/><file name="Doctrine_Connection_Statement.html" role="data"/><file name="Doctrine_Connection_UnitOfWork.html" role="data"/><file name="Doctrine_DataDict.html" role="data"/><file name="Doctrine_DataDict_Exception.html" role="data"/><file name="Doctrine_DataDict_Firebird.html" role="data"/><file name="Doctrine_DataDict_Mssql.html" role="data"/><file name="Doctrine_DataDict_Mysql.html" role="data"/><file name="Doctrine_DataDict_Oracle.html" role="data"/><file name="Doctrine_DataDict_Pgsql.html" role="data"/><file name="Doctrine_DataDict_Sqlite.html" role="data"/><file name="Doctrine_Event.html" role="data"/><file name="Doctrine_EventListener.html" role="data"/><file name="Doctrine_EventListener_Chain.html" role="data"/><file name="Doctrine_Exception.html" role="data"/><file name="Doctrine_Export.html" role="data"/><file name="Doctrine_Export_Exception.html" role="data"/><file name="Doctrine_Export_Firebird.html" role="data"/><file name="Doctrine_Export_Mysql.html" role="data"/><file name="Doctrine_Export_Oracle.html" role="data"/><file name="Doctrine_Export_Pgsql.html" role="data"/><file name="Doctrine_Export_Schema.html" role="data"/><file name="Doctrine_Export_Sqlite.html" role="data"/><file name="Doctrine_Expression.html" role="data"/><file name="Doctrine_Expression_Driver.html" role="data"/><file name="Doctrine_Expression_Exception.html" role="data"/><file name="Doctrine_Expression_Mock.html" role="data"/><file name="Doctrine_Expression_Mysql.html" role="data"/><file name="Doctrine_Expression_Pgsql.html" role="data"/><file name="Doctrine_Expression_Sqlite.html" role="data"/><file name="Doctrine_Formatter.html" role="data"/><file name="Doctrine_Hook.html" role="data"/><file name="Doctrine_Hook_Equal.html" role="data"/><file name="Doctrine_Hook_Integer.html" role="data"/><file name="Doctrine_Hook_Parser.html" role="data"/><file name="Doctrine_Hook_Parser_Complex.html" role="data"/><file name="Doctrine_Hook_WordLike.html" role="data"/><file name="Doctrine_Hydrate.html" role="data"/><file name="Doctrine_Hydrate_Array.html" role="data"/><file name="Doctrine_Hydrate_Record.html" role="data"/><file name="Doctrine_I18n.html" role="data"/><file name="Doctrine_Import.html" role="data"/><file name="Doctrine_Import_Builder.html" role="data"/><file name="Doctrine_Import_Firebird.html" role="data"/><file name="Doctrine_Import_Mssql.html" role="data"/><file name="Doctrine_Import_Oracle.html" role="data"/><file name="Doctrine_Import_Pgsql.html" role="data"/><file name="Doctrine_Import_Schema.html" role="data"/><file name="Doctrine_Import_Sqlite.html" role="data"/><file name="Doctrine_Lib.html" role="data"/><file name="Doctrine_Locator_Injectable.html" role="data"/><file name="Doctrine_Manager.html" role="data"/><file name="Doctrine_Manager_Exception.html" role="data"/><file name="Doctrine_Migration.html" role="data"/><file name="Doctrine_Migration_Process.html" role="data"/><file name="Doctrine_Node.html" role="data"/><file name="Doctrine_Node_NestedSet.html" role="data"/><file name="Doctrine_Null.html" role="data"/><file name="Doctrine_Parser.html" role="data"/><file name="Doctrine_Parser_Yml.html" role="data"/><file name="Doctrine_Plugin.html" role="data"/><file name="Doctrine_Query.html" role="data"/><file name="Doctrine_Query_Abstract.html" role="data"/><file name="Doctrine_Query_Check.html" role="data"/><file name="Doctrine_Query_Condition.html" role="data"/><file name="Doctrine_Query_Exception.html" role="data"/><file name="Doctrine_Query_From.html" role="data"/><file name="Doctrine_Query_Groupby.html" role="data"/><file name="Doctrine_Query_Having.html" role="data"/><file name="Doctrine_Query_JoinCondition.html" role="data"/><file name="Doctrine_Query_Limit.html" role="data"/><file name="Doctrine_Query_Offset.html" role="data"/><file name="Doctrine_Query_Orderby.html" role="data"/><file name="Doctrine_Query_Part.html" role="data"/><file name="Doctrine_Query_Registry.html" role="data"/><file name="Doctrine_Query_Select.html" role="data"/><file name="Doctrine_Query_Set.html" role="data"/><file name="Doctrine_Query_Where.html" role="data"/><file name="Doctrine_RawSql.html" role="data"/><file name="Doctrine_RawSql_Exception.html" role="data"/><file name="Doctrine_Record.html" role="data"/><file name="Doctrine_Record_Abstract.html" role="data"/><file name="Doctrine_Record_Exception.html" role="data"/><file name="Doctrine_Record_Filter.html" role="data"/><file name="Doctrine_Record_Filter_Compound.html" role="data"/><file name="Doctrine_Record_Filter_Standard.html" role="data"/><file name="Doctrine_Record_Iterator.html" role="data"/><file name="Doctrine_Record_Listener.html" role="data"/><file name="Doctrine_Record_Listener_Chain.html" role="data"/><file name="Doctrine_Relation.html" role="data"/><file name="Doctrine_Relation_Association.html" role="data"/><file name="Doctrine_Relation_Exception.html" role="data"/><file name="Doctrine_Relation_ForeignKey.html" role="data"/><file name="Doctrine_Relation_LocalKey.html" role="data"/><file name="Doctrine_Relation_Nest.html" role="data"/><file name="Doctrine_Relation_Parser.html" role="data"/><file name="Doctrine_Relation_Parser_Exception.html" role="data"/><file name="Doctrine_Search.html" role="data"/><file name="Doctrine_Search_Analyzer_Standard.html" role="data"/><file name="Doctrine_Search_Exception.html" role="data"/><file name="Doctrine_Search_File.html" role="data"/><file name="Doctrine_Search_Listener.html" role="data"/><file name="Doctrine_Search_Query.html" role="data"/><file name="Doctrine_Sequence.html" role="data"/><file name="Doctrine_Sequence_Firebird.html" role="data"/><file name="Doctrine_Sequence_Mssql.html" role="data"/><file name="Doctrine_Sequence_Mysql.html" role="data"/><file name="Doctrine_Sequence_Oracle.html" role="data"/><file name="Doctrine_Sequence_Pgsql.html" role="data"/><file name="Doctrine_Sequence_Sqlite.html" role="data"/><file name="Doctrine_Table.html" role="data"/><file name="Doctrine_Table_Exception.html" role="data"/><file name="Doctrine_Table_Repository.html" role="data"/><file name="Doctrine_Template.html" role="data"/><file name="Doctrine_Template_I18n.html" role="data"/><file name="Doctrine_Template_NestedSet.html" role="data"/><file name="Doctrine_Template_Searchable.html" role="data"/><file name="Doctrine_Template_Versionable.html" role="data"/><file name="Doctrine_Tokenizer.html" role="data"/><file name="Doctrine_Transaction.html" role="data"/><file name="Doctrine_Transaction_Exception.html" role="data"/><file name="Doctrine_Transaction_Firebird.html" role="data"/><file name="Doctrine_Transaction_Mock.html" role="data"/><file name="Doctrine_Transaction_Mssql.html" role="data"/><file name="Doctrine_Transaction_Mysql.html" role="data"/><file name="Doctrine_Transaction_Oracle.html" role="data"/><file name="Doctrine_Transaction_Pgsql.html" role="data"/><file name="Doctrine_Transaction_Sqlite.html" role="data"/><file name="Doctrine_Tree.html" role="data"/><file name="Doctrine_Tree_NestedSet.html" role="data"/><file name="Doctrine_Validator.html" role="data"/><file name="Doctrine_Validator_Date.html" role="data"/><file name="Doctrine_Validator_Driver.html" role="data"/><file name="Doctrine_Validator_Email.html" role="data"/><file name="Doctrine_Validator_ErrorStack.html" role="data"/><file name="Doctrine_Validator_Exception.html" role="data"/><file name="Doctrine_Validator_Future.html" role="data"/><file name="Doctrine_Validator_Notblank.html" role="data"/><file name="Doctrine_Validator_Notnull.html" role="data"/><file name="Doctrine_Validator_Past.html" role="data"/><file name="Doctrine_Validator_Range.html" role="data"/><file name="Doctrine_Validator_Regexp.html" role="data"/><file name="Doctrine_Validator_Unique.html" role="data"/><file name="Doctrine_Validator_Unsigned.html" role="data"/><file name="Doctrine_Validator_Usstate.html" role="data"/><file name="Doctrine_View.html" role="data"/><file name="index.php" role="data"/></dir><file name="CustomPrimaryKeyTestCase.php" role="data"/><file name="CustomResultSetOrderTestCase.php" role="data"/><file name="CustomResultSetOrderTestCaseTestCase.php" role="data"/><dir name="DataDict"><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="DataDictSqliteTestCase.php" role="data"/><file name="DataDictTestCase.php" role="data"/><dir name="DataType"><file name="BooleanTestCase.php" role="data"/><file name="EnumTestCase.php" role="data"/></dir><dir name="Db"><file name="ProfilerTestCase.php" role="data"/></dir><file name="DbProfilerTestCase.php" role="data"/><file name="DBTestCase.php" role="data"/><dir name="DoctrineTest"><file name="Coverage.php" role="data"/><file name="Doctrine_UnitTestCase.php" role="data"/><file name="GroupTest.php" role="data"/><dir name="Reporter"><file name="Cli.php" role="data"/><file name="Html.php" role="data"/></dir><file name="Reporter.php" role="data"/><file name="UnitTestCase.php" role="data"/></dir><file name="DoctrineTest.php" role="data"/><file name="DriverTestCase.php" role="data"/><dir name="EventListener"><file name="ChainTestCase.php" role="data"/></dir><file name="EventListenerTestCase.php" role="data"/><dir name="Export"><file name="CheckConstraintTestCase.php" role="data"/><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="RecordTestCase.php" role="data"/><file name="ReporterTestCase.php" role="data"/><file name="SchemaTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="ExportTestCase.php" role="data"/><dir name="Expression"><file name="DriverTestCase.php" role="data"/><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="ExpressionTestCase.php" role="data"/><file name="ForeignKeyTestCase.php" role="data"/><file name="HookTestCase.php" role="data"/><dir name="Hydrate"><file name="FetchModeTestCase.php" role="data"/></dir><file name="HydrateTestCase.php" role="data"/><file name="I18nTestCase.php" role="data"/><dir name="Import"><dir name="_files"/><file name="BuilderTestCase.php" role="data"/><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="SchemaTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="ImportTestCase.php" role="data"/><file name="IntegrityActionTestCase.php" role="data"/><file name="ManagerTestCase.php" role="data"/><dir name="Migration"><file name="MysqlTestCase.php" role="data"/></dir><dir name="migration_classes"><file name="001_add_table.php" role="data"/></dir><file name="MigrationTestCase.php" role="data"/><dir name="mysql_migration_classes"><file name="001_mysql_add_table.php" role="data"/><file name="002_mysql_change_column.php" role="data"/></dir><dir name="NestedSet"><file name="LoadInSetUpTestCase.php" role="data"/><file name="SingleRootTestCase.php" role="data"/></dir><file name="NewCoreTestCase.php" role="data"/><file name="OneTableOneClassInheritanceTestCase.php" role="data"/><file name="PessimisticLockingTestCase.php" role="data"/><dir name="Query"><file name="AggregateValueTestCase.php" role="data"/><file name="ApplyInheritanceTestCase.php" role="data"/><file name="CacheTestCase.php" role="data"/><file name="CheckTestCase.php" role="data"/><file name="ComponentAliasTestCase.php" role="data"/><file name="ConditionTestCase.php" role="data"/><file name="DeleteTestCase.php" role="data"/><file name="DriverTestCase.php" role="data"/><file name="ExpressionTestCase.php" role="data"/><file name="FromTestCase.php" role="data"/><file name="GroupbyTestCase.php" role="data"/><file name="HavingTestCase.php" role="data"/><file name="IdentifierQuotingTestCase.php" role="data"/><file name="JoinCondition2TestCase.php" role="data"/><file name="JoinConditionTestCase.php" role="data"/><file name="JoinTestCase.php" role="data"/><file name="LimitTestCase.php" role="data"/><file name="MultiJoin2TestCase.php" role="data"/><file name="MultiJoinTestCase.php" role="data"/><file name="MultipleAggregateValueTestCase.php" role="data"/><file name="MysqlSubqueryHavingTestCase.php" role="data"/><file name="MysqlSubqueryTestCase.php" role="data"/><file name="OneToOneFetchingTestCase.php" role="data"/><file name="OrderbyTestCase.php" role="data"/><file name="PgsqlSubqueryTestCase.php" role="data"/><file name="ReferenceModelTestCase.php" role="data"/><file name="RegistryTestCase.php" role="data"/><file name="SelectExpressionTestCase.php" role="data"/><file name="SelectTestCase.php" role="data"/><file name="ShortAliasesTestCase.php" role="data"/><file name="SubqueryTestCase.php" role="data"/><file name="UpdateTestCase.php" role="data"/><file name="WhereTestCase.php" role="data"/></dir><file name="QueryTestCase.php" role="data"/><file name="RawSqlTestCase.php" role="data"/><dir name="Record"><file name="FilterTestCase.php" role="data"/><file name="HookTestCase.php" role="data"/><file name="InheritanceTestCase.php" role="data"/><file name="LockTestCase.php" role="data"/><file name="SaveBlankRecordTestCase.php" role="data"/><file name="SerializeUnserializeTestCase.php" role="data"/><file name="StateTestCase.php" role="data"/><file name="SynchronizeTestCase.php" role="data"/><file name="ZeroValuesTestCase.php" role="data"/></dir><file name="RecordFilterTestCase.php" role="data"/><file name="RecordTestCase.php" role="data"/><dir name="Relation"><file name="AccessTestCase.php" role="data"/><file name="CircularSavingTestCase.php" role="data"/><file name="ManyToMany2TestCase.php" role="data"/><file name="ManyToManyTestCase.php" role="data"/><file name="NestTestCase.php" role="data"/><file name="OneToManyTestCase.php" role="data"/><file name="OneToOneTestCase.php" role="data"/><file name="ParserTestCase.php" role="data"/></dir><file name="RelationTestCase.php" role="data"/><file name="RepositoryTestCase.php" role="data"/><file name="run.php" role="data"/><file name="schema.xml" role="data"/><file name="schema.yml" role="data"/><dir name="Search"><dir name="_files"><file name="content.html" role="data"/><file name="content.txt" role="data"/></dir><file name="FileTestCase.php" role="data"/><file name="IndexerTestCase.php" role="data"/><file name="QueryTestCase.php" role="data"/><file name="QueryWeightTestCase.php" role="data"/></dir><file name="SearchTestCase.php" role="data"/><dir name="Sequence"><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="SequenceTestCase.php" role="data"/><file name="TableTestCase.php" role="data"/><file name="template.tpl" role="data"/><file name="TemplateTestCase.php" role="data"/><dir name="Ticket"><file name="381TestCase.php" role="data"/><file name="424BTestCase.php" role="data"/><file name="424CTestCase.php" role="data"/><file name="428TestCase.php" role="data"/><file name="438TestCase.php" role="data"/><file name="576TestCase.php" role="data"/><file name="583TestCase.php" role="data"/><file name="587TestCase.php" role="data"/><file name="642TestCase.php" role="data"/><file name="741TestCase.php" role="data"/><file name="749TestCase.php" role="data"/><file name="NjeroTestCase.php" role="data"/></dir><dir name="tmp"/><file name="TokenizerTestCase.php" role="data"/><dir name="Transaction"><file name="FirebirdTestCase.php" role="data"/><file name="InformixTestCase.php" role="data"/><file name="MssqlTestCase.php" role="data"/><file name="MysqlTestCase.php" role="data"/><file name="OracleTestCase.php" role="data"/><file name="PgsqlTestCase.php" role="data"/><file name="SqliteTestCase.php" role="data"/></dir><file name="TransactionTestCase.php" role="data"/><file name="TreeStructureTestCase.php" role="data"/><file name="UnitOfWorkTestCase.php" role="data"/><file name="unsolved.php" role="data"/><file name="UnsortedTestCase.php" role="data"/><dir name="Validator"><file name="FutureTestCase.php" role="data"/><file name="PastTestCase.php" role="data"/></dir><file name="ValidatorTestCase.php" role="data"/><file name="ValueHolderTestCase.php" role="data"/><file name="ViewTestCase.php" role="data"/></dir><dir name="tools"><dir name="sandbox"><file name="cli" role="data"/><file name="cli.php" role="data"/><file name="config.php.dist" role="data"/><dir name="data"><dir name="fixtures"/><dir name="sql"/></dir><file name="index.php.dist" role="data"/><dir name="migrations"/><dir name="models"/><file name="sandbox.db" role="data"/><dir name="schema"/></dir></dir><dir name="vendor"><file name="PEAR.php" role="data"/><dir name="Sensei"><dir name="Sensei"><dir name="Doc"><dir name="Renderer"><file name="Exception.php" role="data"/><file name="Latex.php" role="data"/><file name="Pdf.php" role="data"/><file name="Xhtml.php" role="data"/></dir><file name="Renderer.php" role="data"/><file name="Section.php" role="data"/><file name="Toc.php" role="data"/></dir><file name="Exception.php" role="data"/></dir><file name="Sensei.php" role="data"/></dir><dir name="spikephpcoverage"><dir name="cli"><file name="driver.php" role="data"/><file name="instrument.php" role="data"/></dir><dir name="conf"><file name="phpcoverage.conf.php" role="data"/></dir><file name="CoverageRecorder.php" role="data"/><dir name="parser"><file name="BasicXmlParser.php" role="data"/><file name="CoverageXmlParser.php" role="data"/><file name="Parser.php" role="data"/><file name="PHPParser.php" role="data"/></dir><file name="PEAR.php" role="data"/><file name="phpcoverage.inc.php" role="data"/><file name="phpcoverage.remote.bottom.inc.php" role="data"/><file name="phpcoverage.remote.top.inc.php" role="data"/><dir name="remote"><file name="RemoteCoverageRecorder.php" role="data"/><file name="XdebugTraceReader.php" role="data"/></dir><dir name="reporter"><file name="CoverageReporter.php" role="data"/><dir name="css"><file name="spikesource.css" role="data"/></dir><dir name="html"><file name="footer.html" role="data"/><file name="header.html" role="data"/><file name="indexfooter.html" role="data"/><file name="indexheader.html" role="data"/></dir><file name="HtmlCoverageReporter.php" role="data"/><dir name="images"><file name="arrow_down.gif" role="data"/><file name="arrow_up.gif" role="data"/><file name="spacer.gif" role="data"/><dir name="spikesource"><file name="phpcoverage.gif" role="data"/></dir></dir><dir name="js"><file name="sort_spikesource.js" role="data"/></dir></dir><dir name="util"><file name="CoverageLogger.php" role="data"/><file name="Utility.php" role="data"/></dir><dir name="XML"><dir name="Parser"><file name="Simple.php" role="data"/></dir><file name="Parser.php" role="data"/></dir></dir><dir name="Text"><dir name="Wiki"><file name="Default.php" role="data"/><dir name="Parse"><dir name="Default"><file name="Anchor.php" role="data"/><file name="Blockquote.php" role="data"/><file name="Bold.php" role="data"/><file name="Break.php" role="data"/><file name="Center.php" role="data"/><file name="Code.php" role="data"/><file name="Colortext.php" role="data"/><file name="Deflist.php" role="data"/><file name="Delimiter.php" role="data"/><file name="Embed.php" role="data"/><file name="Emphasis.php" role="data"/><file name="Freelink.php" role="data"/><file name="Function.php" role="data"/><file name="Heading.php" role="data"/><file name="Horiz.php" role="data"/><file name="Html.php" role="data"/><file name="Image.php" role="data"/><file name="Include.php" role="data"/><file name="Interwiki.php" role="data"/><file name="Italic.php" role="data"/><file name="List.php" role="data"/><file name="Newline.php" role="data"/><file name="Paragraph.php" role="data"/><file name="Phplookup.php" role="data"/><file name="Prefilter.php" role="data"/><file name="Raw.php" role="data"/><file name="Revise.php" role="data"/><file name="Smiley.php" role="data"/><file name="Strong.php" role="data"/><file name="Subscript.php" role="data"/><file name="Superscript.php" role="data"/><file name="Table.php" role="data"/><file name="Tighten.php" role="data"/><file name="Toc.php" role="data"/><file name="Tt.php" role="data"/><file name="Underline.php" role="data"/><file name="Url.php" role="data"/><file name="Wikilink.php" role="data"/></dir></dir><file name="Parse.php" role="data"/><dir name="Render"><dir name="Latex"><file name="Anchor.php" role="data"/><file name="Blockquote.php" role="data"/><file name="Bold.php" role="data"/><file name="Box.php" role="data"/><file name="Break.php" role="data"/><file name="Center.php" role="data"/><file name="Code.php" role="data"/><file name="Colortext.php" role="data"/><file name="Deflist.php" role="data"/><file name="Delimiter.php" role="data"/><file name="Embed.php" role="data"/><file name="Emphasis.php" role="data"/><file name="Font.php" role="data"/><file name="Freelink.php" role="data"/><file name="Function.php" role="data"/><file name="Heading.php" role="data"/><file name="Horiz.php" role="data"/><file name="Html.php" role="data"/><file name="Image.php" role="data"/><file name="Include.php" role="data"/><file name="Interwiki.php" role="data"/><file name="Italic.php" role="data"/><file name="List.php" role="data"/><file name="Newline.php" role="data"/><file name="Page.php" role="data"/><file name="Paragraph.php" role="data"/><file name="Phplookup.php" role="data"/><file name="Plugin.php" role="data"/><file name="Prefilter.php" role="data"/><file name="Preformatted.php" role="data"/><file name="Raw.php" role="data"/><file name="Revise.php" role="data"/><file name="Smiley.php" role="data"/><file name="Specialchar.php" role="data"/><file name="Strong.php" role="data"/><file name="Subscript.php" role="data"/><file name="Superscript.php" role="data"/><file name="Table.php" role="data"/><file name="Tighten.php" role="data"/><file name="Titlebar.php" role="data"/><file name="Toc.php" role="data"/><file name="Tt.php" role="data"/><file name="Underline.php" role="data"/><file name="Url.php" role="data"/><file name="Wikilink.php" role="data"/></dir><file name="Latex.php" role="data"/><dir name="Plain"><file name="Anchor.php" role="data"/><file name="Blockquote.php" role="data"/><file name="Bold.php" role="data"/><file name="Box.php" role="data"/><file name="Break.php" role="data"/><file name="Center.php" role="data"/><file name="Code.php" role="data"/><file name="Colortext.php" role="data"/><file name="Deflist.php" role="data"/><file name="Delimiter.php" role="data"/><file name="Embed.php" role="data"/><file name="Emphasis.php" role="data"/><file name="Font.php" role="data"/><file name="Freelink.php" role="data"/><file name="Function.php" role="data"/><file name="Heading.php" role="data"/><file name="Horiz.php" role="data"/><file name="Html.php" role="data"/><file name="Image.php" role="data"/><file name="Include.php" role="data"/><file name="Interwiki.php" role="data"/><file name="Italic.php" role="data"/><file name="List.php" role="data"/><file name="Newline.php" role="data"/><file name="Page.php" role="data"/><file name="Paragraph.php" role="data"/><file name="Phplookup.php" role="data"/><file name="Plugin.php" role="data"/><file name="Prefilter.php" role="data"/><file name="Preformatted.php" role="data"/><file name="Raw.php" role="data"/><file name="Revise.php" role="data"/><file name="Smiley.php" role="data"/><file name="Specialchar.php" role="data"/><file name="Strong.php" role="data"/><file name="Subscript.php" role="data"/><file name="Superscript.php" role="data"/><file name="Table.php" role="data"/><file name="Tighten.php" role="data"/><file name="Titlebar.php" role="data"/><file name="Toc.php" role="data"/><file name="Tt.php" role="data"/><file name="Underline.php" role="data"/><file name="Url.php" role="data"/><file name="Wikilink.php" role="data"/></dir><file name="Plain.php" role="data"/><dir name="Xhtml"><file name="Address.php" role="data"/><file name="Anchor.php" role="data"/><file name="Blockquote.php" role="data"/><file name="Bold.php" role="data"/><file name="Box.php" role="data"/><file name="Break.php" role="data"/><file name="Center.php" role="data"/><file name="Code.php" role="data"/><file name="Colortext.php" role="data"/><file name="Deflist.php" role="data"/><file name="Delimiter.php" role="data"/><file name="Embed.php" role="data"/><file name="Emphasis.php" role="data"/><file name="Font.php" role="data"/><file name="Freelink.php" role="data"/><file name="Function.php" role="data"/><file name="Heading.php" role="data"/><file name="Horiz.php" role="data"/><file name="Html.php" role="data"/><file name="Image.php" role="data"/><file name="Include.php" role="data"/><file name="Interwiki.php" role="data"/><file name="Italic.php" role="data"/><file name="List.php" role="data"/><file name="Newline.php" role="data"/><file name="Page.php" role="data"/><file name="Paragraph.php" role="data"/><file name="Phplookup.php" role="data"/><file name="Plugin.php" role="data"/><file name="Prefilter.php" role="data"/><file name="Preformatted.php" role="data"/><file name="Raw.php" role="data"/><file name="Revise.php" role="data"/><file name="Smiley.php" role="data"/><file name="Specialchar.php" role="data"/><file name="Strong.php" role="data"/><file name="Subscript.php" role="data"/><file name="Superscript.php" role="data"/><file name="Table.php" role="data"/><file name="Tighten.php" role="data"/><file name="Titlebar.php" role="data"/><file name="Toc.php" role="data"/><file name="Tt.php" role="data"/><file name="Underline.php" role="data"/><file name="Url.php" role="data"/><file name="Wikilink.php" role="data"/></dir><file name="Xhtml.php" role="data"/></dir><file name="Render.php" role="data"/></dir><file name="Wiki.php" role="data"/></dir></dir></dir></contents> 
    31  
     36 <contents> 
     37  <dir baseinstalldir="Doctrine" name="/"> 
     38   <dir name="lib"> 
     39    <dir name="Doctrine"> 
     40     <dir name="Adapter"> 
     41      <dir name="Db2"> 
     42       <file name="Exception.php" role="php" /> 
     43      </dir> <!-- /lib/Doctrine/Adapter/Db2 --> 
     44      <dir name="Statement"> 
     45       <file name="Interface.php" role="php" /> 
     46       <file name="Mock.php" role="php" /> 
     47      </dir> <!-- /lib/Doctrine/Adapter/Statement --> 
     48      <file name="Db2.php" role="php" /> 
     49      <file name="Exception.php" role="php" /> 
     50      <file name="Interface.php" role="php" /> 
     51      <file name="Mock.php" role="php" /> 
     52      <file name="Mysqli.php" role="php" /> 
     53      <file name="Oracle.php" role="php" /> 
     54      <file name="Resource.php" role="php" /> 
     55      <file name="Statement.php" role="php" /> 
     56     </dir> <!-- /lib/Doctrine/Adapter --> 
     57     <dir name="AuditLog"> 
     58      <file name="Listener.php" role="php" /> 
     59     </dir> <!-- /lib/Doctrine/AuditLog --> 
     60     <dir name="Cache"> 
     61      <file name="Apc.php" role="php" /> 
     62      <file name="Array.php" role="php" /> 
     63      <file name="Db.php" role="php" /> 
     64      <file name="Driver.php" role="php" /> 
     65      <file name="Exception.php" role="php" /> 
     66      <file name="Interface.php" role="php" /> 
     67      <file name="Memcache.php" role="php" /> 
     68     </dir> <!-- /lib/Doctrine/Cache --> 
     69     <dir name="Cli"> 
     70      <file name="AnsiColorFormatter.php" role="php" /> 
     71      <file name="Exception.php" role="php" /> 
     72      <file name="Formatter.php" role="php" /> 
     73     </dir> <!-- /lib/Doctrine/Cli --> 
     74     <dir name="Collection"> 
     75      <dir name="Iterator"> 
     76       <file name="Expandable.php" role="php" /> 
     77       <file name="Normal.php" role="php" /> 
     78       <file name="Offset.php" role="php" /> 
     79      </dir> <!-- /lib/Doctrine/Collection/Iterator --> 
     80      <file name="Exception.php" role="php" /> 
     81      <file name="Iterator.php" role="php" /> 
     82      <file name="Offset.php" role="php" /> 
     83     </dir> <!-- /lib/Doctrine/Collection --> 
     84     <dir name="Compiler"> 
     85      <file name="Exception.php" role="php" /> 
     86     </dir> <!-- /lib/Doctrine/Compiler --> 
     87     <dir name="Connection"> 
     88      <dir name="Firebird"> 
     89       <file name="Exception.php" role="php" /> 
     90      </dir> <!-- /lib/Doctrine/Connection/Firebird --> 
     91      <dir name="Informix"> 
     92       <file name="Exception.php" role="php" /> 
     93      </dir> <!-- /lib/Doctrine/Connection/Informix --> 
     94      <dir name="Mssql"> 
     95       <file name="Exception.php" role="php" /> 
     96      </dir> <!-- /lib/Doctrine/Connection/Mssql --> 
     97      <dir name="Mysql"> 
     98       <file name="Exception.php" role="php" /> 
     99      </dir> <!-- /lib/Doctrine/Connection/Mysql --> 
     100      <dir name="Oracle"> 
     101       <file name="Exception.php" role="php" /> 
     102      </dir> <!-- /lib/Doctrine/Connection/Oracle --> 
     103      <dir name="Pgsql"> 
     104       <file name="Exception.php" role="php" /> 
     105      </dir> <!-- /lib/Doctrine/Connection/Pgsql --> 
     106      <dir name="Profiler"> 
     107       <file name="Exception.php" role="php" /> 
     108      </dir> <!-- /lib/Doctrine/Connection/Profiler --> 
     109      <dir name="Sqlite"> 
     110       <file name="Exception.php" role="php" /> 
     111      </dir> <!-- /lib/Doctrine/Connection/Sqlite --> 
     112      <file name="Common.php" role="php" /> 
     113      <file name="Db2.php" role="php" /> 
     114      <file name="Exception.php" role="php" /> 
     115      <file name="Firebird.php" role="php" /> 
     116      <file name="Informix.php" role="php" /> 
     117      <file name="Mock.php" role="php" /> 
     118      <file name="Module.php" role="php" /> 
     119      <file name="Mssql.php" role="php" /> 
     120      <file name="Mysql.php" role="php" /> 
     121      <file name="Oracle.php" role="php" /> 
     122      <file name="Pgsql.php" role="php" /> 
     123      <file name="Profiler.php" role="php" /> 
     124      <file name="Sqlite.php" role="php" /> 
     125      <file name="Statement.php" role="php" /> 
     126      <file name="UnitOfWork.php" role="php" /> 
     127     </dir> <!-- /lib/Doctrine/Connection --> 
     128     <dir name="Data"> 
     129      <file name="Exception.php" role="php" /> 
     130      <file name="Export.php" role="php" /> 
     131      <file name="Import.php" role="php" /> 
     132     </dir> <!-- /lib/Doctrine/Data --> 
     133     <dir name="DataDict"> 
     134      <file name="Exception.php" role="php" /> 
     135      <file name="Firebird.php" role="php" /> 
     136      <file name="Informix.php" role="php" /> 
     137      <file name="Mssql.php" role="php" /> 
     138      <file name="Mysql.php" role="php" /> 
     139      <file name="Oracle.php" role="php" /> 
     140      <file name="Pgsql.php" role="php" /> 
     141      <file name="Sqlite.php" role="php" /> 
     142     </dir> <!-- /lib/Doctrine/DataDict --> 
     143     <dir name="EventListener"> 
     144      <file name="Chain.php" role="php" /> 
     145      <file name="Exception.php" role="php" /> 
     146      <file name="Interface.php" role="php" /> 
     147     </dir> <!-- /lib/Doctrine/EventListener --> 
     148     <dir name="Export"> 
     149      <file name="Exception.php" role="php" /> 
     150      <file name="Firebird.php" role="php" /> 
     151      <file name="Frontbase.php" role="php" /> 
     152      <file name="Mssql.php" role="php" /> 
     153      <file name="Mysql.php" role="php" /> 
     154      <file name="Oracle.php" role="php" /> 
     155      <file name="Pgsql.php" role="php" /> 
     156      <file name="Reporter.php" role="php" /> 
     157      <file name="Schema.php" role="php" /> 
     158      <file name="Sqlite.php" role="php" /> 
     159     </dir> <!-- /lib/Doctrine/Export --> 
     160     <dir name="Expression"> 
     161      <file name="Driver.php" role="php" /> 
     162      <file name="Exception.php" role="php" /> 
     163      <file name="Firebird.php" role="php" /> 
     164      <file name="Informix.php" role="php" /> 
     165      <file name="Mock.php" role="php" /> 
     166      <file name="Mssql.php" role="php" /> 
     167      <file name="Mysql.php" role="php" /> 
     168      <file name="Oracle.php" role="php" /> 
     169      <file name="Pgsql.php" role="php" /> 
     170      <file name="Sqlite.php" role="php" /> 
     171     </dir> <!-- /lib/Doctrine/Expression --> 
     172     <dir name="File"> 
     173      <file name="Index.php" role="php" /> 
     174     </dir> <!-- /lib/Doctrine/File --> 
     175     <dir name="Hook"> 
     176      <dir name="Parser"> 
     177       <file name="Complex.php" role="php" /> 
     178      </dir> <!-- /lib/Doctrine/Hook/Parser --> 
     179      <file name="Equal.php" role="php" /> 
     180      <file name="Integer.php" role="php" /> 
     181      <file name="Parser.php" role="php" /> 
     182      <file name="WordLike.php" role="php" /> 
     183     </dir> <!-- /lib/Doctrine/Hook --> 
     184     <dir name="Hydrate"> 
     185      <file name="Array.php" role="php" /> 
     186      <file name="Exception.php" role="php" /> 
     187      <file name="Record.php" role="php" /> 
     188     </dir> <!-- /lib/Doctrine/Hydrate --> 
     189     <dir name="I18n"> 
     190      <file name="Exception.php" role="php" /> 
     191     </dir> <!-- /lib/Doctrine/I18n --> 
     192     <dir name="Import"> 
     193      <dir name="Builder"> 
     194       <file name="BaseClass.php" role="php" /> 
     195       <file name="Exception.php" role="php" /> 
     196      </dir> <!-- /lib/Doctrine/Import/Builder --> 
     197      <dir name="Reader"> 
     198       <file name="Db.php" role="php" /> 
     199       <file name="Exception.php" role="php" /> 
     200       <file name="Propel.php" role="php" /> 
     201      </dir> <!-- /lib/Doctrine/Import/Reader --> 
     202      <file name="Builder.php" role="php" /> 
     203      <file name="Exception.php" role="php" /> 
     204      <file name="Firebird.php" role="php" /> 
     205      <file name="Informix.php" role="php" /> 
     206      <file name="Mssql.php" role="php" /> 
     207      <file name="Mysql.php" role="php" /> 
     208      <file name="Oracle.php" role="php" /> 
     209      <file name="Pgsql.php" role="php" /> 
     210      <file name="Reader.php" role="php" /> 
     211      <file name="Schema.php" role="php" /> 
     212      <file name="Sqlite.php" role="php" /> 
     213     </dir> <!-- /lib/Doctrine/Import --> 
     214     <dir name="Locator"> 
     215      <file name="Exception.php" role="php" /> 
     216      <file name="Injectable.php" role="php" /> 
     217     </dir> <!-- /lib/Doctrine/Locator --> 
     218     <dir name="Locking"> 
     219      <dir name="Manager"> 
     220       <file name="Pessimistic.php" role="php" /> 
     221      </dir> <!-- /lib/Doctrine/Locking/Manager --> 
     222      <file name="Exception.php" role="php" /> 
     223     </dir> <!-- /lib/Doctrine/Locking --> 
     224     <dir name="Manager"> 
     225      <file name="Exception.php" role="php" /> 
     226     </dir> <!-- /lib/Doctrine/Manager --> 
     227     <dir name="Migration"> 
     228      <file name="Builder.php" role="php" /> 
     229      <file name="Exception.php" role="php" /> 
     230      <file name="IrreversibleMigrationException.php" role="php" /> 
     231      <file name="Process.php" role="php" /> 
     232     </dir> <!-- /lib/Doctrine/Migration --> 
     233     <dir name="Node"> 
     234      <dir name="AdjacencyList"> 
     235       <file name="LevelOrderIterator.php" role="php" /> 
     236       <file name="PostOrderIterator.php" role="php" /> 
     237       <file name="PreOrderIterator.php" role="php" /> 
     238      </dir> <!-- /lib/Doctrine/Node/AdjacencyList --> 
     239      <dir name="MaterializedPath"> 
     240       <file name="LevelOrderIterator.php" role="php" /> 
     241       <file name="PostOrderIterator.php" role="php" /> 
     242       <file name="PreOrderIterator.php" role="php" /> 
     243      </dir> <!-- /lib/Doctrine/Node/MaterializedPath --> 
     244      <dir name="NestedSet"> 
     245       <file name="LevelOrderIterator.php" role="php" /> 
     246       <file name="PostOrderIterator.php" role="php" /> 
     247       <file name="PreOrderIterator.php" role="php" /> 
     248      </dir> <!-- /lib/Doctrine/Node/NestedSet --> 
     249      <file name="AdjacencyList.php" role="php" /> 
     250      <file name="Exception.php" role="php" /> 
     251      <file name="Interface.php" role="php" /> 
     252      <file name="MaterializedPath.php" role="php" /> 
     253      <file name="NestedSet.php" role="php" /> 
     254     </dir> <!-- /lib/Doctrine/Node --> 
     255     <dir name="Pager"> 
     256      <dir name="Range"> 
     257       <file name="Jumping.php" role="php" /> 
     258       <file name="Sliding.php" role="php" /> 
     259      </dir> <!-- /lib/Doctrine/Pager/Range --> 
     260      <file name="Exception.php" role="php" /> 
     261      <file name="Layout.php" role="php" /> 
     262      <file name="Range.php" role="php" /> 
     263     </dir> <!-- /lib/Doctrine/Pager --> 
     264     <dir name="Parser"> 
     265      <file name="Exception.php" role="php" /> 
     266      <file name="Json.php" role="php" /> 
     267      <file name="Serialize.php" role="php" /> 
     268      <file name="spyc.php" role="php" /> 
     269      <file name="Xml.php" role="php" /> 
     270      <file name="Yml.php" role="php" /> 
     271     </dir> <!-- /lib/Doctrine/Parser --> 
     272     <dir name="Plugin"> 
     273      <file name="Exception.php" role="php" /> 
     274     </dir> <!-- /lib/Doctrine/Plugin --> 
     275     <dir name="Query"> 
     276      <dir name="Filter"> 
     277       <file name="Chain.php" role="php" /> 
     278       <file name="Interface.php" role="php" /> 
     279      </dir> <!-- /lib/Doctrine/Query/Filter --> 
     280      <dir name="Registry"> 
     281       <file name="Exception.php" role="php" /> 
     282      </dir> <!-- /lib/Doctrine/Query/Registry --> 
     283      <file name="Abstract.php" role="php" /> 
     284      <file name="Check.php" role="php" /> 
     285      <file name="Condition.php" role="php" /> 
     286      <file name="Exception.php" role="php" /> 
     287      <file name="Filter.php" role="php" /> 
     288      <file name="From.php" role="php" /> 
     289      <file name="Groupby.php" role="php" /> 
     290      <file name="Having.php" role="php" /> 
     291      <file name="JoinCondition.php" role="php" /> 
     292      <file name="Limit.php" role="php" /> 
     293      <file name="Offset.php" role="php" /> 
     294      <file name="Orderby.php" role="php" /> 
     295      <file name="Parser.php" role="php" /> 
     296      <file name="Part.php" role="php" /> 
     297      <file name="Registry.php" role="php" /> 
     298      <file name="Select.php" role="php" /> 
     299      <file name="Set.php" role="php" /> 
     300      <file name="Where.php" role="php" /> 
     301     </dir> <!-- /lib/Doctrine/Query --> 
     302     <dir name="RawSql"> 
     303      <file name="Exception.php" role="php" /> 
     304     </dir> <!-- /lib/Doctrine/RawSql --> 
     305     <dir name="Record"> 
     306      <dir name="Filter"> 
     307       <file name="Compound.php" role="php" /> 
     308       <file name="Standard.php" role="php" /> 
     309      </dir> <!-- /lib/Doctrine/Record/Filter --> 
     310      <dir name="Listener"> 
     311       <file name="Chain.php" role="php" /> 
     312       <file name="Interface.php" role="php" /> 
     313      </dir> <!-- /lib/Doctrine/Record/Listener --> 
     314      <dir name="State"> 
     315       <file name="Exception.php" role="php" /> 
     316      </dir> <!-- /lib/Doctrine/Record/State --> 
     317      <file name="Abstract.php" role="php" /> 
     318      <file name="Exception.php" role="php" /> 
     319      <file name="Filter.php" role="php" /> 
     320      <file name="Iterator.php" role="php" /> 
     321      <file name="Listener.php" role="php" /> 
     322     </dir> <!-- /lib/Doctrine/Record --> 
     323     <dir name="Relation"> 
     324      <dir name="Association"> 
     325       <file name="Self.php" role="php" /> 
     326      </dir> <!-- /lib/Doctrine/Relation/Association --> 
     327      <dir name="Parser"> 
     328       <file name="Exception.php" role="php" /> 
     329      </dir> <!-- /lib/Doctrine/Relation/Parser --> 
     330      <file name="Association.php" role="php" /> 
     331      <file name="Exception.php" role="php" /> 
     332      <file name="ForeignKey.php" role="php" /> 
     333      <file name="LocalKey.php" role="php" /> 
     334      <file name="Nest.php" role="php" /> 
     335      <file name="Parser.php" role="php" /> 
     336     </dir> <!-- /lib/Doctrine/Relation --> 
     337     <dir name="Resource"> 
     338      <file name="Access.php" role="php" /> 
     339      <file name="Client.php" role="php" /> 
     340      <file name="Collection.php" role="php" /> 
     341      <file name="Config.php" role="php" /> 
     342      <file name="Exception.php" role="php" /> 
     343      <file name="Params.php" role="php" /> 
     344      <file name="Query.php" role="php" /> 
     345      <file name="Record.php" role="php" /> 
     346      <file name="Request.php" role="php" /> 
     347      <file name="Server.php" role="php" /> 
     348      <file name="Table.php" role="php" /> 
     349     </dir> <!-- /lib/Doctrine/Resource --> 
     350     <dir name="Search"> 
     351      <dir name="Analyzer"> 
     352       <file name="Exception.php" role="php" /> 
     353       <file name="Interface.php" role="php" /> 
     354       <file name="Standard.php" role="php" /> 
     355      </dir> <!-- /lib/Doctrine/Search/Analyzer --> 
     356      <dir name="Indexer"> 
     357       <file name="Dir.php" role="php" /> 
     358       <file name="Exception.php" role="php" /> 
     359      </dir> <!-- /lib/Doctrine/Search/Indexer --> 
     360      <file name="Analyzer.php" role="php" /> 
     361      <file name="Exception.php" role="php" /> 
     362      <file name="File.php" role="php" /> 
     363      <file name="Indexer.php" role="php" /> 
     364      <file name="Listener.php" role="php" /> 
     365      <file name="Parser.php" role="php" /> 
     366      <file name="Query.php" role="php" /> 
     367      <file name="Record.php" r