]> Some of my projects - tim-server.git/commit
Server
authorAPTX <marek321@gmail.com>
Mon, 10 Jan 2011 02:14:29 +0000 (03:14 +0100)
committerAPTX <marek321@gmail.com>
Mon, 10 Jan 2011 02:14:29 +0000 (03:14 +0100)
commit722cb6c00844273337dba567976c92d32bc98c8d
treed68c0148e26d5733904859a6fcda94060c9d9236
Server
349 files changed:
Doctrine/Common/Annotations/Annotation.php [new file with mode: 0644]
Doctrine/Common/Annotations/AnnotationException.php [new file with mode: 0644]
Doctrine/Common/Annotations/AnnotationReader.php [new file with mode: 0644]
Doctrine/Common/Annotations/Lexer.php [new file with mode: 0644]
Doctrine/Common/Annotations/Parser.php [new file with mode: 0644]
Doctrine/Common/Cache/AbstractCache.php [new file with mode: 0644]
Doctrine/Common/Cache/ApcCache.php [new file with mode: 0644]
Doctrine/Common/Cache/ArrayCache.php [new file with mode: 0644]
Doctrine/Common/Cache/Cache.php [new file with mode: 0644]
Doctrine/Common/Cache/MemcacheCache.php [new file with mode: 0644]
Doctrine/Common/Cache/XcacheCache.php [new file with mode: 0644]
Doctrine/Common/ClassLoader.php [new file with mode: 0644]
Doctrine/Common/Collections/ArrayCollection.php [new file with mode: 0644]
Doctrine/Common/Collections/Collection.php [new file with mode: 0644]
Doctrine/Common/CommonException.php [new file with mode: 0644]
Doctrine/Common/EventArgs.php [new file with mode: 0644]
Doctrine/Common/EventManager.php [new file with mode: 0644]
Doctrine/Common/EventSubscriber.php [new file with mode: 0644]
Doctrine/Common/Lexer.php [new file with mode: 0644]
Doctrine/Common/NotifyPropertyChanged.php [new file with mode: 0644]
Doctrine/Common/PropertyChangedListener.php [new file with mode: 0644]
Doctrine/Common/Util/Debug.php [new file with mode: 0644]
Doctrine/Common/Util/Inflector.php [new file with mode: 0644]
Doctrine/Common/Version.php [new file with mode: 0644]
Doctrine/DBAL/Configuration.php [new file with mode: 0644]
Doctrine/DBAL/Connection.php [new file with mode: 0644]
Doctrine/DBAL/ConnectionException.php [new file with mode: 0644]
Doctrine/DBAL/DBALException.php [new file with mode: 0644]
Doctrine/DBAL/Driver.php [new file with mode: 0644]
Doctrine/DBAL/Driver/Connection.php [new file with mode: 0644]
Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php [new file with mode: 0644]
Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php [new file with mode: 0644]
Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php [new file with mode: 0644]
Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php [new file with mode: 0644]
Doctrine/DBAL/Driver/OCI8/Driver.php [new file with mode: 0644]
Doctrine/DBAL/Driver/OCI8/OCI8Connection.php [new file with mode: 0644]
Doctrine/DBAL/Driver/OCI8/OCI8Exception.php [new file with mode: 0644]
Doctrine/DBAL/Driver/OCI8/OCI8Statement.php [new file with mode: 0644]
Doctrine/DBAL/Driver/PDOConnection.php [new file with mode: 0644]
Doctrine/DBAL/Driver/PDOIbm/Driver.php [new file with mode: 0644]
Doctrine/DBAL/Driver/PDOMySql/Driver.php [new file with mode: 0644]
Doctrine/DBAL/Driver/PDOOracle/Driver.php [new file with mode: 0644]
Doctrine/DBAL/Driver/PDOPgSql/Driver.php [new file with mode: 0644]
Doctrine/DBAL/Driver/PDOSqlite/Driver.php [new file with mode: 0644]
Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php [new file with mode: 0644]
Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php [new file with mode: 0644]
Doctrine/DBAL/Driver/PDOStatement.php [new file with mode: 0644]
Doctrine/DBAL/Driver/Statement.php [new file with mode: 0644]
Doctrine/DBAL/DriverManager.php [new file with mode: 0644]
Doctrine/DBAL/Event/ConnectionEventArgs.php [new file with mode: 0644]
Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php [new file with mode: 0644]
Doctrine/DBAL/Event/Listeners/OracleSessionInit.php [new file with mode: 0644]
Doctrine/DBAL/Events.php [new file with mode: 0644]
Doctrine/DBAL/LockMode.php [new file with mode: 0644]
Doctrine/DBAL/Logging/DebugStack.php [new file with mode: 0644]
Doctrine/DBAL/Logging/EchoSQLLogger.php [new file with mode: 0644]
Doctrine/DBAL/Logging/SQLLogger.php [new file with mode: 0644]
Doctrine/DBAL/Platforms/AbstractPlatform.php [new file with mode: 0644]
Doctrine/DBAL/Platforms/DB2Platform.php [new file with mode: 0644]
Doctrine/DBAL/Platforms/MsSqlPlatform.php [new file with mode: 0644]
Doctrine/DBAL/Platforms/MySqlPlatform.php [new file with mode: 0644]
Doctrine/DBAL/Platforms/OraclePlatform.php [new file with mode: 0644]
Doctrine/DBAL/Platforms/PostgreSqlPlatform.php [new file with mode: 0644]
Doctrine/DBAL/Platforms/SqlitePlatform.php [new file with mode: 0644]
Doctrine/DBAL/README.markdown [new file with mode: 0644]
Doctrine/DBAL/Schema/AbstractAsset.php [new file with mode: 0644]
Doctrine/DBAL/Schema/AbstractSchemaManager.php [new file with mode: 0644]
Doctrine/DBAL/Schema/Column.php [new file with mode: 0644]
Doctrine/DBAL/Schema/ColumnDiff.php [new file with mode: 0644]
Doctrine/DBAL/Schema/Comparator.php [new file with mode: 0644]
Doctrine/DBAL/Schema/Constraint.php [new file with mode: 0644]
Doctrine/DBAL/Schema/DB2SchemaManager.php [new file with mode: 0644]
Doctrine/DBAL/Schema/ForeignKeyConstraint.php [new file with mode: 0644]
Doctrine/DBAL/Schema/Index.php [new file with mode: 0644]
Doctrine/DBAL/Schema/MsSqlSchemaManager.php [new file with mode: 0644]
Doctrine/DBAL/Schema/MySqlSchemaManager.php [new file with mode: 0644]
Doctrine/DBAL/Schema/OracleSchemaManager.php [new file with mode: 0644]
Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php [new file with mode: 0644]
Doctrine/DBAL/Schema/Schema.php [new file with mode: 0644]
Doctrine/DBAL/Schema/SchemaConfig.php [new file with mode: 0644]
Doctrine/DBAL/Schema/SchemaDiff.php [new file with mode: 0644]
Doctrine/DBAL/Schema/SchemaException.php [new file with mode: 0644]
Doctrine/DBAL/Schema/Sequence.php [new file with mode: 0644]
Doctrine/DBAL/Schema/SqliteSchemaManager.php [new file with mode: 0644]
Doctrine/DBAL/Schema/Table.php [new file with mode: 0644]
Doctrine/DBAL/Schema/TableDiff.php [new file with mode: 0644]
Doctrine/DBAL/Schema/View.php [new file with mode: 0644]
Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php [new file with mode: 0644]
Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php [new file with mode: 0644]
Doctrine/DBAL/Schema/Visitor/Visitor.php [new file with mode: 0644]
Doctrine/DBAL/Statement.php [new file with mode: 0644]
Doctrine/DBAL/Tools/Console/Command/ImportCommand.php [new file with mode: 0644]
Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php [new file with mode: 0644]
Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php [new file with mode: 0644]
Doctrine/DBAL/Types/ArrayType.php [new file with mode: 0644]
Doctrine/DBAL/Types/BigIntType.php [new file with mode: 0644]
Doctrine/DBAL/Types/BooleanType.php [new file with mode: 0644]
Doctrine/DBAL/Types/ConversionException.php [new file with mode: 0644]
Doctrine/DBAL/Types/DateTimeType.php [new file with mode: 0644]
Doctrine/DBAL/Types/DateTimeTzType.php [new file with mode: 0644]
Doctrine/DBAL/Types/DateType.php [new file with mode: 0644]
Doctrine/DBAL/Types/DecimalType.php [new file with mode: 0644]
Doctrine/DBAL/Types/FloatType.php [new file with mode: 0644]
Doctrine/DBAL/Types/IntegerType.php [new file with mode: 0644]
Doctrine/DBAL/Types/ObjectType.php [new file with mode: 0644]
Doctrine/DBAL/Types/SmallIntType.php [new file with mode: 0644]
Doctrine/DBAL/Types/StringType.php [new file with mode: 0644]
Doctrine/DBAL/Types/TextType.php [new file with mode: 0644]
Doctrine/DBAL/Types/TimeType.php [new file with mode: 0644]
Doctrine/DBAL/Types/Type.php [new file with mode: 0644]
Doctrine/DBAL/Types/VarDateTimeType.php [new file with mode: 0644]
Doctrine/DBAL/Version.php [new file with mode: 0644]
Doctrine/ORM/AbstractQuery.php [new file with mode: 0644]
Doctrine/ORM/Configuration.php [new file with mode: 0644]
Doctrine/ORM/EntityManager.php [new file with mode: 0644]
Doctrine/ORM/EntityNotFoundException.php [new file with mode: 0644]
Doctrine/ORM/EntityRepository.php [new file with mode: 0644]
Doctrine/ORM/Event/LifecycleEventArgs.php [new file with mode: 0644]
Doctrine/ORM/Event/LoadClassMetadataEventArgs.php [new file with mode: 0644]
Doctrine/ORM/Event/OnFlushEventArgs.php [new file with mode: 0644]
Doctrine/ORM/Event/PreUpdateEventArgs.php [new file with mode: 0644]
Doctrine/ORM/Events.php [new file with mode: 0644]
Doctrine/ORM/Id/AbstractIdGenerator.php [new file with mode: 0644]
Doctrine/ORM/Id/AssignedGenerator.php [new file with mode: 0644]
Doctrine/ORM/Id/IdentityGenerator.php [new file with mode: 0644]
Doctrine/ORM/Id/SequenceGenerator.php [new file with mode: 0644]
Doctrine/ORM/Id/TableGenerator.php [new file with mode: 0644]
Doctrine/ORM/Internal/CommitOrderCalculator.php [new file with mode: 0644]
Doctrine/ORM/Internal/Hydration/AbstractHydrator.php [new file with mode: 0644]
Doctrine/ORM/Internal/Hydration/ArrayHydrator.php [new file with mode: 0644]
Doctrine/ORM/Internal/Hydration/HydrationException.php [new file with mode: 0644]
Doctrine/ORM/Internal/Hydration/IterableResult.php [new file with mode: 0644]
Doctrine/ORM/Internal/Hydration/ObjectHydrator.php [new file with mode: 0644]
Doctrine/ORM/Internal/Hydration/ScalarHydrator.php [new file with mode: 0644]
Doctrine/ORM/Internal/Hydration/SingleScalarHydrator.php [new file with mode: 0644]
Doctrine/ORM/Mapping/ClassMetadata.php [new file with mode: 0644]
Doctrine/ORM/Mapping/ClassMetadataFactory.php [new file with mode: 0644]
Doctrine/ORM/Mapping/ClassMetadataInfo.php [new file with mode: 0644]
Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php [new file with mode: 0644]
Doctrine/ORM/Mapping/Driver/AnnotationDriver.php [new file with mode: 0644]
Doctrine/ORM/Mapping/Driver/DatabaseDriver.php [new file with mode: 0644]
Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php [new file with mode: 0644]
Doctrine/ORM/Mapping/Driver/Driver.php [new file with mode: 0644]
Doctrine/ORM/Mapping/Driver/DriverChain.php [new file with mode: 0644]
Doctrine/ORM/Mapping/Driver/PHPDriver.php [new file with mode: 0644]
Doctrine/ORM/Mapping/Driver/StaticPHPDriver.php [new file with mode: 0644]
Doctrine/ORM/Mapping/Driver/XmlDriver.php [new file with mode: 0644]
Doctrine/ORM/Mapping/Driver/YamlDriver.php [new file with mode: 0644]
Doctrine/ORM/Mapping/MappingException.php [new file with mode: 0644]
Doctrine/ORM/NativeQuery.php [new file with mode: 0644]
Doctrine/ORM/NoResultException.php [new file with mode: 0644]
Doctrine/ORM/NonUniqueResultException.php [new file with mode: 0644]
Doctrine/ORM/ORMException.php [new file with mode: 0644]
Doctrine/ORM/OptimisticLockException.php [new file with mode: 0644]
Doctrine/ORM/PersistentCollection.php [new file with mode: 0644]
Doctrine/ORM/Persisters/AbstractCollectionPersister.php [new file with mode: 0644]
Doctrine/ORM/Persisters/AbstractEntityInheritancePersister.php [new file with mode: 0644]
Doctrine/ORM/Persisters/BasicEntityPersister.php [new file with mode: 0644]
Doctrine/ORM/Persisters/ElementCollectionPersister.php [new file with mode: 0644]
Doctrine/ORM/Persisters/JoinedSubclassPersister.php [new file with mode: 0644]
Doctrine/ORM/Persisters/ManyToManyPersister.php [new file with mode: 0644]
Doctrine/ORM/Persisters/OneToManyPersister.php [new file with mode: 0644]
Doctrine/ORM/Persisters/SingleTablePersister.php [new file with mode: 0644]
Doctrine/ORM/Persisters/UnionSubclassPersister.php [new file with mode: 0644]
Doctrine/ORM/PessimisticLockException.php [new file with mode: 0644]
Doctrine/ORM/Proxy/Proxy.php [new file with mode: 0644]
Doctrine/ORM/Proxy/ProxyException.php [new file with mode: 0644]
Doctrine/ORM/Proxy/ProxyFactory.php [new file with mode: 0644]
Doctrine/ORM/Query.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/ASTException.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/AggregateExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/ArithmeticExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/ArithmeticFactor.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/ArithmeticTerm.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/BetweenExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/CollectionMemberExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/ComparisonExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/ConditionalExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/ConditionalFactor.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/ConditionalPrimary.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/ConditionalTerm.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/DeleteClause.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/DeleteStatement.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/ExistsExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/FromClause.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/AbsFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/ConcatFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/CurrentDateFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/CurrentTimeFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/CurrentTimestampFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/FunctionNode.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/LengthFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/LocateFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/LowerFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/ModFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/SizeFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/SqrtFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/SubstringFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/TrimFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Functions/UpperFunction.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/GroupByClause.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/HavingClause.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/InExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/IndexBy.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/InputParameter.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/InstanceOfExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Join.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/JoinVariableDeclaration.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/LikeExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Literal.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Node.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/NullComparisonExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/OrderByClause.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/OrderByItem.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/PartialObjectExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/PathExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/QuantifiedExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/RangeVariableDeclaration.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/SelectClause.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/SelectExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/SelectStatement.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/SimpleArithmeticExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/SimpleSelectClause.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/SimpleSelectExpression.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/Subselect.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/SubselectFromClause.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/UpdateClause.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/UpdateItem.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/UpdateStatement.php [new file with mode: 0644]
Doctrine/ORM/Query/AST/WhereClause.php [new file with mode: 0644]
Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php [new file with mode: 0644]
Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php [new file with mode: 0644]
Doctrine/ORM/Query/Exec/MultiTableUpdateExecutor.php [new file with mode: 0644]
Doctrine/ORM/Query/Exec/SingleSelectExecutor.php [new file with mode: 0644]
Doctrine/ORM/Query/Exec/SingleTableDeleteUpdateExecutor.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr/Andx.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr/Base.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr/Comparison.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr/From.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr/Func.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr/GroupBy.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr/Join.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr/Literal.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr/Math.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr/OrderBy.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr/Orx.php [new file with mode: 0644]
Doctrine/ORM/Query/Expr/Select.php [new file with mode: 0644]
Doctrine/ORM/Query/Lexer.php [new file with mode: 0644]
Doctrine/ORM/Query/Parser.php [new file with mode: 0644]
Doctrine/ORM/Query/ParserResult.php [new file with mode: 0644]
Doctrine/ORM/Query/Printer.php [new file with mode: 0644]
Doctrine/ORM/Query/QueryException.php [new file with mode: 0644]
Doctrine/ORM/Query/ResultSetMapping.php [new file with mode: 0644]
Doctrine/ORM/Query/SqlWalker.php [new file with mode: 0644]
Doctrine/ORM/Query/TreeWalker.php [new file with mode: 0644]
Doctrine/ORM/Query/TreeWalkerAdapter.php [new file with mode: 0644]
Doctrine/ORM/Query/TreeWalkerChain.php [new file with mode: 0644]
Doctrine/ORM/QueryBuilder.php [new file with mode: 0644]
Doctrine/ORM/README.markdown [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/ConsoleRunner.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php [new file with mode: 0644]
Doctrine/ORM/Tools/Console/MetadataFilter.php [new file with mode: 0644]
Doctrine/ORM/Tools/ConvertDoctrine1Schema.php [new file with mode: 0644]
Doctrine/ORM/Tools/DisconnectedClassMetadataFactory.php [new file with mode: 0644]
Doctrine/ORM/Tools/EntityGenerator.php [new file with mode: 0644]
Doctrine/ORM/Tools/EntityRepositoryGenerator.php [new file with mode: 0644]
Doctrine/ORM/Tools/Event/GenerateSchemaEventArgs.php [new file with mode: 0644]
Doctrine/ORM/Tools/Event/GenerateSchemaTableEventArgs.php [new file with mode: 0644]
Doctrine/ORM/Tools/Export/ClassMetadataExporter.php [new file with mode: 0644]
Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php [new file with mode: 0644]
Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php [new file with mode: 0644]
Doctrine/ORM/Tools/Export/Driver/PhpExporter.php [new file with mode: 0644]
Doctrine/ORM/Tools/Export/Driver/XmlExporter.php [new file with mode: 0644]
Doctrine/ORM/Tools/Export/Driver/YamlExporter.php [new file with mode: 0644]
Doctrine/ORM/Tools/Export/ExportException.php [new file with mode: 0644]
Doctrine/ORM/Tools/SchemaTool.php [new file with mode: 0644]
Doctrine/ORM/Tools/SchemaValidator.php [new file with mode: 0644]
Doctrine/ORM/Tools/ToolEvents.php [new file with mode: 0644]
Doctrine/ORM/Tools/ToolsException.php [new file with mode: 0644]
Doctrine/ORM/TransactionRequiredException.php [new file with mode: 0644]
Doctrine/ORM/UnitOfWork.php [new file with mode: 0644]
Doctrine/ORM/Version.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Application.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Command/Command.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Command/HelpCommand.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Command/ListCommand.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Helper/DialogHelper.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Helper/FormatterHelper.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Helper/Helper.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Helper/HelperInterface.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Helper/HelperSet.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Input/ArgvInput.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Input/ArrayInput.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Input/Input.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Input/InputArgument.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Input/InputDefinition.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Input/InputInterface.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Input/InputOption.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Input/StringInput.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Output/ConsoleOutput.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Output/NullOutput.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Output/Output.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Output/OutputInterface.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Output/StreamOutput.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Shell.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Tester/ApplicationTester.php [new file with mode: 0644]
Doctrine/Symfony/Component/Console/Tester/CommandTester.php [new file with mode: 0644]
Doctrine/Symfony/Component/Yaml/Dumper.php [new file with mode: 0644]
Doctrine/Symfony/Component/Yaml/Exception.php [new file with mode: 0644]
Doctrine/Symfony/Component/Yaml/Inline.php [new file with mode: 0644]
Doctrine/Symfony/Component/Yaml/Parser.php [new file with mode: 0644]
Doctrine/Symfony/Component/Yaml/ParserException.php [new file with mode: 0644]
Doctrine/Symfony/Component/Yaml/Yaml.php [new file with mode: 0644]
Proxies/ScoreProxy.php [new file with mode: 0644]
Proxies/SessionProxy.php [new file with mode: 0644]
Proxies/UserProxy.php [new file with mode: 0644]
Tim/Score.php [new file with mode: 0644]
Tim/Session.php [new file with mode: 0644]
Tim/User.php [new file with mode: 0644]
chatserver.php [new file with mode: 0644]
config/mappings/Score.dcm.xml [new file with mode: 0644]
config/mappings/Session.dcm.xml [new file with mode: 0644]
config/mappings/User.dcm.xml [new file with mode: 0644]
doctrine-orm/LICENSE [new file with mode: 0644]
doctrine-orm/bin/doctrine [new file with mode: 0644]
doctrine-orm/bin/doctrine.bat [new file with mode: 0644]
doctrine-orm/bin/doctrine.php [new file with mode: 0644]
doctrine.php [new file with mode: 0644]
index.php [new file with mode: 0644]
init.php [new file with mode: 0644]