-- MySQL dump 10.11 -- -- Host: localhost Database: doctrine_website -- ------------------------------------------------------ -- Server version 5.0.51a-3ubuntu5.4 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `api_class` -- DROP TABLE IF EXISTS `api_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_class` ( `id` int(11) NOT NULL auto_increment, `api_release_id` int(11) default NULL, `php_doc_id` varchar(255) default NULL, `parent_php_doc_id` varchar(255) default NULL, `package` varchar(255) default NULL, `sub_package` varchar(255) default NULL, `name` varchar(255) default NULL, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `is_helper` tinyint(1) default NULL, `slug` longtext, `created_at` datetime default NULL, `updated_at` datetime default NULL, PRIMARY KEY (`id`), KEY `api_release_id_idx` (`api_release_id`), CONSTRAINT `api_class_ibfk_1` FOREIGN KEY (`api_release_id`) REFERENCES `api_release` (`id`), CONSTRAINT `api_class_ibfk_2` FOREIGN KEY (`api_release_id`) REFERENCES `api_release` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=161619 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_class` -- LOCK TABLES `api_class` WRITE; /*!40000 ALTER TABLE `api_class` DISABLE KEYS */; INSERT INTO `api_class` VALUES (147423,2,'default.doctrine.doctrine',NULL,'Doctrine','doctrine','Doctrine','Doctrine the base class of Doctrine framework','',NULL,'doctrine','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147424,2,'default.doctrine.access.doctrine-access','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','access','Doctrine_Access','','the purpose of Doctrine_Access is to provice array access and property overload interface for subclasses',NULL,'doctrine-access','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147425,2,'default.doctrine.adapter.doctrine-adapter-db2','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Db2','Doctrine_Adapter_Db2 IBM DB2 Adapter [BORROWED FROM ZEND FRAMEWORK]','',NULL,'doctrine-adapter-db2','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147426,2,'default.doctrine.adapter.doctrine-adapter-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Interface','\n Doctrine_Adapter_Interface This adapter interface should be implemented by\n all custom adapters\n','',NULL,'doctrine-adapter-interface','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147427,2,'default.doctrine.adapter.doctrine-adapter-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Mock','Doctrine_Adapter_Mock This class is used for special testing purposes.','',NULL,'doctrine-adapter-mock','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147428,2,'default.doctrine.adapter.doctrine-adapter-mysqli','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Mysqli','Doctrine_Adapter_Mysqli This class is used for special testing purposes.','',NULL,'doctrine-adapter-mysqli','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147429,2,'default.doctrine.adapter.doctrine-adapter-oracle','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Oracle','Doctrine_Adapter_Oracle [BORROWED FROM ZEND FRAMEWORK]','',NULL,'doctrine-adapter-oracle','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147430,2,'default.doctrine.adapter.doctrine-adapter-resource',NULL,'Doctrine','adapter','Doctrine_Adapter_Resource','','',NULL,'doctrine-adapter-resource','2008-07-25 07:40:27','2008-07-25 07:40:27'),(147431,2,'default.doctrine.adapter.doctrine-adapter-statement',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement','','',NULL,'doctrine-adapter-statement','2008-07-25 07:40:27','2008-07-25 07:40:27'),(147432,2,'default.doctrine.adapter.doctrine-adapter-statement-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Interface','Doctrine_Adapter_Statement','',NULL,'doctrine-adapter-statement-interface','2008-07-25 07:40:27','2008-07-25 07:40:27'),(147433,2,'default.doctrine.adapter.doctrine-adapter-statement-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Mock','\n Doctrine_Adapter_Statement_Mock This class is used for special testing\n purposes.\n','',NULL,'doctrine-adapter-statement-mock','2008-07-25 07:40:27','2008-07-25 07:40:27'),(147434,2,'default.doctrine.auditlog.doctrine-auditlog','default.doctrine.plugin.doctrine-plugin','Doctrine','auditlog','Doctrine_AuditLog','','',NULL,'doctrine-audit-log','2008-07-25 07:40:27','2008-07-25 07:40:27'),(147435,2,'default.doctrine.auditlog.doctrine-auditlog-listener','default.doctrine.record.doctrine-record-listener','Doctrine','auditlog','Doctrine_AuditLog_Listener','','',NULL,'doctrine-audit-log-listener','2008-07-25 07:40:27','2008-07-25 07:40:27'),(147436,2,'default.doctrine.cache.doctrine-cache','default.doctrine.eventlistener.doctrine-eventlistener','Doctrine','cache','Doctrine_Cache','','',NULL,'doctrine-cache','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147437,2,'default.doctrine.cache.doctrine-cache-apc','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Apc','','',NULL,'doctrine-cache-apc','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147438,2,'default.doctrine.cache.doctrine-cache-array',NULL,'Doctrine','cache','Doctrine_Cache_Array','Doctrine_Cache_Interface','',NULL,'doctrine-cache-array','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147439,2,'default.doctrine.cache.doctrine-cache-db','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Db','','',NULL,'doctrine-cache-db','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147440,2,'default.doctrine.cache.doctrine-cache-driver',NULL,'Doctrine','cache','Doctrine_Cache_Driver','','',NULL,'doctrine-cache-driver','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147441,2,'default.doctrine.cache.doctrine-cache-interface',NULL,'Doctrine','cache','Doctrine_Cache_Interface','','',NULL,'doctrine-cache-interface','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147442,2,'default.doctrine.cache.doctrine-cache-memcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Memcache','','',NULL,'doctrine-cache-memcache','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147443,2,'default.doctrine.cli.doctrine-cli',NULL,'Doctrine','cli','Doctrine_Cli','','',NULL,'doctrine-cli','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147444,2,'default.doctrine.cli.doctrine-cli-ansicolorformatter','default.doctrine.cli.doctrine-cli-formatter','Doctrine','cli','Doctrine_Cli_AnsiColorFormatter','\n Doctrine_AnsiColorFormatter provides methods to colorize text to be\n displayed on a console.\n','',NULL,'doctrine-cli-ansi-color-formatter','2008-07-25 07:40:30','2008-07-25 07:40:30'),(147445,2,'default.doctrine.cli.doctrine-cli-formatter',NULL,'Doctrine','cli','Doctrine_Cli_Formatter','\n Doctrine_Cli_Formatter provides methods to format text to be displayed on a\n console.\n','',NULL,'doctrine-cli-formatter','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147446,2,'default.doctrine.collection.doctrine-collection','default.doctrine.access.doctrine-access','Doctrine','collection','Doctrine_Collection','Doctrine_Collection Collection of Doctrine_Record objects.','',NULL,'doctrine-collection','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147447,2,'default.doctrine.collection.doctrine-collection-iterator',NULL,'Doctrine','collection','Doctrine_Collection_Iterator','Doctrine_Collection_Iterator iterates through Doctrine_Collection','',NULL,'doctrine-collection-iterator','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147448,2,'default.doctrine.collection.doctrine-collection-iterator-expandable','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Expandable','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-expandable','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147449,2,'default.doctrine.collection.doctrine-collection-iterator-normal','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Normal','','',NULL,'doctrine-collection-iterator-normal','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147450,2,'default.doctrine.collection.doctrine-collection-iterator-offset','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Offset','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-offset','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147451,2,'default.doctrine.collection.doctrine-collection-offset','default.doctrine.collection.doctrine-collection','Doctrine','collection','Doctrine_Collection_Offset','Doctrine_Collection_Offset Collection of Doctrine_Record objects.','',NULL,'doctrine-collection-offset','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147452,2,'default.doctrine.column.doctrine-column','default.doctrine.access.doctrine-access','Doctrine','column','Doctrine_Column','Doctrine_Column This class represents a database column','',NULL,'doctrine-column','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147453,2,'default.doctrine.compiler.doctrine-compiler',NULL,'Doctrine','compiler','Doctrine_Compiler','\n Doctrine_Compiler This class can be used for compiling the entire Doctrine\n framework into a single file\n','',NULL,'doctrine-compiler','2008-07-25 07:40:34','2008-07-25 07:40:34'),(147454,2,'default.doctrine.configurable.doctrine-configurable','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','configurable','Doctrine_Configurable','\n Doctrine_Configurable the base for Doctrine_Table, Doctrine_Manager and\n Doctrine_Connection\n','',NULL,'doctrine-configurable','2008-07-25 07:40:34','2008-07-25 07:40:34'),(147455,2,'default.doctrine.connection.doctrine-connection','default.doctrine.configurable.doctrine-configurable','Doctrine','connection','Doctrine_Connection','','A wrapper layer on top of PDO / Doctrine_Adapter\nDoctrine_Connection is the heart of any Doctrine based application.\n\n \n 2. Lazy-connecting Creating an instance of Doctrine_Connection does not connect to database. Connecting to database is o',NULL,'doctrine-connection','2008-07-25 07:40:34','2008-07-25 07:40:34'),(147456,2,'default.doctrine.connection.doctrine-connection-common','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Common','standard connection, the parent of pgsql, mysql and sqlite','',NULL,'doctrine-connection-common','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147457,2,'default.doctrine.connection.doctrine-connection-db2','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Db2','','',NULL,'doctrine-connection-db2','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147458,2,'default.doctrine.connection.doctrine-connection-exception',NULL,'Doctrine','connection','Doctrine_Connection_Exception','Doctrine_Exception','',NULL,'doctrine-connection-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147459,2,'default.doctrine.connection.doctrine-connection-firebird','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Firebird','','',NULL,'doctrine-connection-firebird','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147460,2,'default.doctrine.connection.doctrine-connection-firebird-exception',NULL,'Doctrine','connection','Doctrine_Connection_Firebird_Exception','','',NULL,'doctrine-connection-firebird-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147461,2,'default.doctrine.connection.doctrine-connection-informix','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Informix','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-informix','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147462,2,'default.doctrine.connection.doctrine-connection-mock','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mock','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-mock','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147463,2,'default.doctrine.connection.doctrine-connection-module',NULL,'Doctrine','connection','Doctrine_Connection_Module','','',NULL,'doctrine-connection-module','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147464,2,'default.doctrine.connection.doctrine-connection-mssql','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Mssql','','',NULL,'doctrine-connection-mssql','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147465,2,'default.doctrine.connection.doctrine-connection-mssql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mssql_Exception','','',NULL,'doctrine-connection-mssql-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147466,2,'default.doctrine.connection.doctrine-connection-mysql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mysql','','',NULL,'doctrine-connection-mysql','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147467,2,'default.doctrine.connection.doctrine-connection-mysql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mysql_Exception','','',NULL,'doctrine-connection-mysql-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147468,2,'default.doctrine.connection.doctrine-connection-oracle','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Oracle','','',NULL,'doctrine-connection-oracle','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147469,2,'default.doctrine.connection.doctrine-connection-oracle-exception',NULL,'Doctrine','connection','Doctrine_Connection_Oracle_Exception','','',NULL,'doctrine-connection-oracle-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147470,2,'default.doctrine.connection.doctrine-connection-pgsql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Pgsql','','',NULL,'doctrine-connection-pgsql','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147471,2,'default.doctrine.connection.doctrine-connection-pgsql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Pgsql_Exception','','',NULL,'doctrine-connection-pgsql-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147472,2,'default.doctrine.connection.doctrine-connection-profiler',NULL,'Doctrine','connection','Doctrine_Connection_Profiler','','',NULL,'doctrine-connection-profiler','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147473,2,'default.doctrine.connection.doctrine-connection-sqlite','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Sqlite','','',NULL,'doctrine-connection-sqlite','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147474,2,'default.doctrine.connection.doctrine-connection-sqlite-exception',NULL,'Doctrine','connection','Doctrine_Connection_Sqlite_Exception','','',NULL,'doctrine-connection-sqlite-exception','2008-07-25 07:40:37','2008-07-25 07:40:37'),(147475,2,'default.doctrine.connection.doctrine-connection-statement',NULL,'Doctrine','connection','Doctrine_Connection_Statement','','',NULL,'doctrine-connection-statement','2008-07-25 07:40:37','2008-07-25 07:40:37'),(147476,2,'default.doctrine.connection.doctrine-connection-unitofwork','default.doctrine.connection.doctrine-connection-module','Doctrine','connection','Doctrine_Connection_UnitOfWork','','',NULL,'doctrine-connection-unit-of-work','2008-07-25 07:40:37','2008-07-25 07:40:37'),(147477,2,'default.doctrine.data.doctrine-data',NULL,'Doctrine','data','Doctrine_Data','','Base Doctrine_Data class for dumping and loading data to and from fixtures files. Support formats are based on what formats are available in Doctrine_Parser such as yaml, xml, json, etc.',NULL,'doctrine-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147478,2,'default.doctrine.data.doctrine-data-export','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Export','','',NULL,'doctrine-data-export','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147479,2,'default.doctrine.data.doctrine-data-import','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Import','','',NULL,'doctrine-data-import','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147480,2,'default.doctrine.datadict.doctrine-datadict','default.doctrine.connection.doctrine-connection-module','Doctrine','datadict','Doctrine_DataDict','','',NULL,'doctrine-data-dict','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147481,2,'default.doctrine.datadict.doctrine-datadict-firebird','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Firebird','','',NULL,'doctrine-data-dict-firebird','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147482,2,'default.doctrine.datadict.doctrine-datadict-informix','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Informix','','',NULL,'doctrine-data-dict-informix','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147483,2,'default.doctrine.datadict.doctrine-datadict-mssql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mssql','','',NULL,'doctrine-data-dict-mssql','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147484,2,'default.doctrine.datadict.doctrine-datadict-mysql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mysql','','',NULL,'doctrine-data-dict-mysql','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147485,2,'default.doctrine.datadict.doctrine-datadict-oracle','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Oracle','','',NULL,'doctrine-data-dict-oracle','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147486,2,'default.doctrine.datadict.doctrine-datadict-pgsql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Pgsql','','',NULL,'doctrine-data-dict-pgsql','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147487,2,'default.doctrine.datadict.doctrine-datadict-sqlite','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Sqlite','','',NULL,'doctrine-data-dict-sqlite','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147488,2,'default.doctrine.datatype.doctrine-datatype',NULL,'Doctrine','datatype','Doctrine_DataType','','',NULL,'doctrine-data-type','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147489,2,'default.doctrine.db.doctrine-db',NULL,'Doctrine','db','Doctrine_Db','','',NULL,'doctrine-db','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147490,2,'default.doctrine.event.doctrine-event',NULL,'Doctrine','event','Doctrine_Event','','',NULL,'doctrine-event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147491,2,'default.doctrine.eventlistener.doctrine-eventlistener',NULL,'Doctrine','eventlistener','Doctrine_EventListener','\n Doctrine_EventListener all event listeners extend this base class\n the empty methods allow child classes to only\n implement the methods they need to implement\n','',NULL,'doctrine-event-listener','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147492,2,'default.doctrine.eventlistener.doctrine-eventlistener-chain','default.doctrine.access.doctrine-access','Doctrine','eventlistener','Doctrine_EventListener_Chain','\n Doctrine_EventListener_Chain this class represents a chain of different\n listeners, useful for having multiple listeners listening the events at\n the same time\n','',NULL,'doctrine-event-listener-chain','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147493,2,'default.doctrine.eventlistener.doctrine-eventlistener-interface',NULL,'Doctrine','eventlistener','Doctrine_EventListener_Interface','\n Doctrine_EventListener all event listeners extend this base class\n the empty methods allow child classes to only\n implement the methods they need to implement\n','',NULL,'doctrine-event-listener-interface','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147494,2,'default.doctrine.exception.doctrine-exception',NULL,'Doctrine','exception','Doctrine_Exception','','',NULL,'doctrine-exception','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147495,2,'default.doctrine.export.doctrine-export','default.doctrine.connection.doctrine-connection-module','Doctrine','export','Doctrine_Export','','',NULL,'doctrine-export','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147496,2,'default.doctrine.export.doctrine-export-firebird','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Firebird','Doctrine_Export_Sqlite','',NULL,'doctrine-export-firebird','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147497,2,'default.doctrine.export.doctrine-export-frontbase','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Frontbase','','',NULL,'doctrine-export-frontbase','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147498,2,'default.doctrine.export.doctrine-export-mssql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mssql','','',NULL,'doctrine-export-mssql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147499,2,'default.doctrine.export.doctrine-export-mysql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mysql','','',NULL,'doctrine-export-mysql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147500,2,'default.doctrine.export.doctrine-export-oracle','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Oracle','','',NULL,'doctrine-export-oracle','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147501,2,'default.doctrine.export.doctrine-export-pgsql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Pgsql','','',NULL,'doctrine-export-pgsql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147502,2,'default.doctrine.export.doctrine-export-reporter',NULL,'Doctrine','export','Doctrine_Export_Reporter','','',NULL,'doctrine-export-reporter','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147503,2,'default.doctrine.export.doctrine-export-schema',NULL,'Doctrine','export','Doctrine_Export_Schema','','Used for exporting a schema to a yaml file',NULL,'doctrine-export-schema','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147504,2,'default.doctrine.export.doctrine-export-sqlite','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Sqlite','','',NULL,'doctrine-export-sqlite','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147505,2,'default.doctrine.expression.doctrine-expression',NULL,'Doctrine','expression','Doctrine_Expression','','',NULL,'doctrine-expression','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147506,2,'default.doctrine.expression.doctrine-expression-driver','default.doctrine.connection.doctrine-connection-module','Doctrine','expression','Doctrine_Expression_Driver','','',NULL,'doctrine-expression-driver','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147507,2,'default.doctrine.expression.doctrine-expression-firebird','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Firebird','','',NULL,'doctrine-expression-firebird','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147508,2,'default.doctrine.expression.doctrine-expression-mssql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mssql','','',NULL,'doctrine-expression-mssql','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147509,2,'default.doctrine.expression.doctrine-expression-mysql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mysql','','',NULL,'doctrine-expression-mysql','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147510,2,'default.doctrine.expression.doctrine-expression-oracle','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Oracle','Doctrine_Expression_Sqlite','',NULL,'doctrine-expression-oracle','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147511,2,'default.doctrine.expression.doctrine-expression-pgsql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Pgsql','','',NULL,'doctrine-expression-pgsql','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147512,2,'default.doctrine.expression.doctrine-expression-sqlite','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Sqlite','','',NULL,'doctrine-expression-sqlite','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147513,2,'default.doctrine.file.doctrine-file','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File','','',NULL,'doctrine-file','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147514,2,'default.doctrine.file.doctrine-file-index','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File_Index','','',NULL,'doctrine-file-index','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147515,2,'default.doctrine.filefinder.doctrine-filefinder',NULL,'Doctrine','filefinder','Doctrine_FileFinder','This is a port of sfFinder from the symfony-project.','http://www.symfony-project.com\nAllow to build rules to find files and directories.\nAll rules may be invoked several times, except for ->in() method. Some rules are cumulative (->name() for example) whereas others are destructive (most recent value',NULL,'doctrine-file-finder','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147516,2,'default.doctrine.filefinder.doctrine-globtoregex',NULL,'Doctrine','filefinder','Doctrine_GlobToRegex','Match globbing patterns against text.','if match_glob("foo.*", "foo.bar") echo "matched\\n";\n// prints foo.bar and foo.baz $regex = glob_to_regex("foo.*"); for (array('foo.bar', 'foo.baz', 'foo', 'bar') as $t) { ',NULL,'doctrine-glob-to-regex','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147517,2,'default.doctrine.filefinder.doctrine-numbercompare',NULL,'Doctrine','filefinder','Doctrine_NumberCompare','Numeric comparisons.','Doctrine_NumberCompare compiles a simple comparison to an anonymous subroutine, which you can call with a value to be tested again. Now this would be very pointless, if Doctrine_NumberCompare didn't understand magnitudes. The target value may use',NULL,'doctrine-number-compare','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147518,2,'default.doctrine.formatter.doctrine-formatter','default.doctrine.connection.doctrine-connection-module','Doctrine','formatter','Doctrine_Formatter','','',NULL,'doctrine-formatter','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147519,2,'default.doctrine.hook.doctrine-hook',NULL,'Doctrine','hook','Doctrine_Hook','','',NULL,'doctrine-hook','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147520,2,'default.doctrine.hook.doctrine-hook-equal','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Equal','','',NULL,'doctrine-hook-equal','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147521,2,'default.doctrine.hook.doctrine-hook-integer','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_Integer','','',NULL,'doctrine-hook-integer','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147522,2,'default.doctrine.hook.doctrine-hook-parser',NULL,'Doctrine','hook','Doctrine_Hook_Parser','','',NULL,'doctrine-hook-parser','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147523,2,'default.doctrine.hook.doctrine-hook-parser-complex','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Parser_Complex','','',NULL,'doctrine-hook-parser-complex','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147524,2,'default.doctrine.hook.doctrine-hook-wordlike','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_WordLike','','',NULL,'doctrine-hook-word-like','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147525,2,'default.doctrine.hydrate.doctrine-hydrate','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrate','Doctrine_Hydrate is a base class for Doctrine_RawSql and Doctrine_Query.','Its purpose is to populate object graphs.',NULL,'doctrine-hydrate','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147526,2,'default.doctrine.hydrate.doctrine-hydrate-array',NULL,'Doctrine','hydrate','Doctrine_Hydrate_Array','\n Doctrine_Hydrate_Array defines an array fetching strategy for\n Doctrine_Hydrate\n','',NULL,'doctrine-hydrate-array','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147527,2,'default.doctrine.hydrate.doctrine-hydrate-record','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrate_Record','\n Doctrine_Hydrate_Record defines a record fetching strategy for\n Doctrine_Hydrate\n','',NULL,'doctrine-hydrate-record','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147528,2,'default.doctrine.i18n.doctrine-i18n','default.doctrine.plugin.doctrine-plugin','Doctrine','i18n','Doctrine_I18n','','',NULL,'doctrine-i18n','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147529,2,'default.doctrine.import.doctrine-import','default.doctrine.connection.doctrine-connection-module','Doctrine','import','Doctrine_Import','\n class Doctrine_Import Main responsible of performing import operation.\n Delegates database schema reading to a reader object and passes the result\n to a builder object which builds a Doctrine data model.\n','',NULL,'doctrine-import','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147530,2,'default.doctrine.import.doctrine-import-builder',NULL,'Doctrine','import','Doctrine_Import_Builder','','Import builder is responsible of building Doctrine_Record classes based on a database schema.',NULL,'doctrine-import-builder','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147531,2,'default.doctrine.import.doctrine-import-firebird','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Firebird','','',NULL,'doctrine-import-firebird','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147532,2,'default.doctrine.import.doctrine-import-mssql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mssql','','',NULL,'doctrine-import-mssql','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147533,2,'default.doctrine.import.doctrine-import-mysql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mysql','','',NULL,'doctrine-import-mysql','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147534,2,'default.doctrine.import.doctrine-import-oracle','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Oracle','','',NULL,'doctrine-import-oracle','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147535,2,'default.doctrine.import.doctrine-import-pgsql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Pgsql','','',NULL,'doctrine-import-pgsql','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147536,2,'default.doctrine.import.doctrine-import-reader',NULL,'Doctrine','import','Doctrine_Import_Reader','\n class Doctrine_Import_Reader Is responsible of reading a database\n definitions from a source and costructing a database schema\n','',NULL,'doctrine-import-reader','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147537,2,'default.doctrine.import.doctrine-import-reader-db','default.doctrine.import.doctrine-import-reader','Doctrine','import','Doctrine_Import_Reader_Db','\n class Doctrine_Import_Reader_Db Reads a database using the given PDO\n connection and constructs a database schema\n','',NULL,'doctrine-import-reader-db','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147538,2,'default.doctrine.import.doctrine-import-reader-xml-propel','default.doctrine.import.doctrine-import-reader','Doctrine','import','Doctrine_Import_Reader_Xml_Propel','class Doctrine_Import_Reader_Xml_Propel','',NULL,'doctrine-import-reader-xml-propel','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147539,2,'default.doctrine.import.doctrine-import-schema',NULL,'Doctrine','import','Doctrine_Import_Schema','class Doctrine_Import_Schema','Different methods to import a XML schema. The logic behind using two different methods is simple. Some people will like the idea of producing Doctrine_Record objects directly, which is totally fine. But in fast and growing application, table definition',NULL,'doctrine-import-schema','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147540,2,'default.doctrine.import.doctrine-import-sqlite','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Sqlite','','',NULL,'doctrine-import-sqlite','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147541,2,'default.doctrine.integritymapper.doctrine-integritymapper',NULL,'Doctrine','integritymapper','Doctrine_IntegrityMapper','','',NULL,'doctrine-integrity-mapper','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147542,2,'default.doctrine.lib.doctrine-lib',NULL,'Doctrine','lib','Doctrine_Lib','\n Doctrine_Lib has not commonly used static functions, mostly for debugging\n purposes\n','',NULL,'doctrine-lib','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147543,2,'default.doctrine.locking.doctrine-locking-manager-pessimistic',NULL,'Doctrine','locking','Doctrine_Locking_Manager_Pessimistic','\n Offline locking of records comes in handy where you need to make sure that\n a time-consuming task on a record or many records, which is spread over\n several page requests can't be interfered by other users.\n','',NULL,'doctrine-locking-manager-pessimistic','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147544,2,'default.doctrine.manager.doctrine-manager','default.doctrine.configurable.doctrine-configurable','Doctrine','manager','Doctrine_Manager','Doctrine_Manager is the base component of all doctrine based projects.','It opens and keeps track of all connections (database connections).',NULL,'doctrine-manager','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147545,2,'default.doctrine.migration.doctrine-migration',NULL,'Doctrine','migration','Doctrine_Migration','','this class represents a database view',NULL,'doctrine-migration','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147546,2,'default.doctrine.migration.doctrine-migration-builder',NULL,'Doctrine','migration','Doctrine_Migration_Builder','','',NULL,'doctrine-migration-builder','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147547,2,'default.doctrine.migration.doctrine-migration-process',NULL,'Doctrine','migration','Doctrine_Migration_Process','','',NULL,'doctrine-migration-process','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147548,2,'default.doctrine.node.doctrine-node',NULL,'Doctrine','node','Doctrine_Node','','',NULL,'doctrine-node','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147549,2,'default.doctrine.node.doctrine-node-interface',NULL,'Doctrine','node','Doctrine_Node_Interface','','',NULL,'doctrine-node-interface','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147550,2,'default.doctrine.node.doctrine-node-materializedpath-levelorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_LevelOrderIterator','','',NULL,'doctrine-node-materialized-path-level-order-iterator','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147551,2,'default.doctrine.node.doctrine-node-materializedpath-postorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PostOrderIterator','','',NULL,'doctrine-node-materialized-path-post-order-iterator','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147552,2,'default.doctrine.node.doctrine-node-materializedpath-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PreOrderIterator','','',NULL,'doctrine-node-materialized-path-pre-order-iterator','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147553,2,'default.doctrine.node.doctrine-node-nestedset','default.doctrine.node.doctrine-node','Doctrine','node','Doctrine_Node_NestedSet','','',NULL,'doctrine-node-nested-set','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147554,2,'default.doctrine.node.doctrine-node-nestedset-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_NestedSet_PreOrderIterator','','',NULL,'doctrine-node-nested-set-pre-order-iterator','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147555,2,'default.doctrine.null.doctrine-null',NULL,'Doctrine','null','Doctrine_Null','','Simple empty class representing a null value used for extra fast null value testing with isset() rather than array_key_exists()',NULL,'doctrine-null','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147556,2,'default.doctrine.overloadable.doctrine-overloadable',NULL,'Doctrine','overloadable','Doctrine_Overloadable','Doctrine_Overloadable a very generic overloading interface','',NULL,'doctrine-overloadable','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147557,2,'default.doctrine.pager.doctrine-pager',NULL,'Doctrine','pager','Doctrine_Pager','','',NULL,'doctrine-pager','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147558,2,'default.doctrine.pager.doctrine-pager-layout',NULL,'Doctrine','pager','Doctrine_Pager_Layout','','',NULL,'doctrine-pager-layout','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147559,2,'default.doctrine.pager.doctrine-pager-range',NULL,'Doctrine','pager','Doctrine_Pager_Range','','',NULL,'doctrine-pager-range','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147560,2,'default.doctrine.pager.doctrine-pager-range-jumping','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Jumping','','',NULL,'doctrine-pager-range-jumping','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147561,2,'default.doctrine.pager.doctrine-pager-range-sliding','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Sliding','','',NULL,'doctrine-pager-range-sliding','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147562,2,'default.doctrine.parser.doctrine-parser',NULL,'Doctrine','parser','Doctrine_Parser','','',NULL,'doctrine-parser','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147563,2,'default.doctrine.parser.doctrine-parser-json','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Json','','',NULL,'doctrine-parser-json','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147564,2,'default.doctrine.parser.doctrine-parser-serialize','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Serialize','','',NULL,'doctrine-parser-serialize','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147565,2,'default.doctrine.parser.doctrine-parser-xml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Xml','','',NULL,'doctrine-parser-xml','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147566,2,'default.doctrine.parser.doctrine-parser-yml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Yml','','',NULL,'doctrine-parser-yml','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147567,2,'default.doctrine.plugin.doctrine-plugin',NULL,'Doctrine','plugin','Doctrine_Plugin','','',NULL,'doctrine-plugin','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147568,2,'default.doctrine.query.doctrine-query','default.doctrine.query.doctrine-query-abstract','Doctrine','query','Doctrine_Query','','',NULL,'doctrine-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147569,2,'default.doctrine.query.doctrine-query-abstract','default.doctrine.hydrate.doctrine-hydrate','Doctrine','query','Doctrine_Query_Abstract','','',NULL,'doctrine-query-abstract','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147570,2,'default.doctrine.query.doctrine-query-check',NULL,'Doctrine','query','Doctrine_Query_Check','','',NULL,'doctrine-query-check','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147571,2,'default.doctrine.query.doctrine-query-condition','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Condition','','',NULL,'doctrine-query-condition','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147572,2,'default.doctrine.query.doctrine-query-filter',NULL,'Doctrine','query','Doctrine_Query_Filter','','',NULL,'doctrine-query-filter','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147573,2,'default.doctrine.query.doctrine-query-filter-chain',NULL,'Doctrine','query','Doctrine_Query_Filter_Chain','','',NULL,'doctrine-query-filter-chain','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147574,2,'default.doctrine.query.doctrine-query-filter-interface',NULL,'Doctrine','query','Doctrine_Query_Filter_Interface','','',NULL,'doctrine-query-filter-interface','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147575,2,'default.doctrine.query.doctrine-query-from','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_From','','',NULL,'doctrine-query-from','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147576,2,'default.doctrine.query.doctrine-query-groupby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Groupby','','',NULL,'doctrine-query-groupby','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147577,2,'default.doctrine.query.doctrine-query-having','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Having','','',NULL,'doctrine-query-having','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147578,2,'default.doctrine.query.doctrine-query-joincondition','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_JoinCondition','','',NULL,'doctrine-query-join-condition','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147579,2,'default.doctrine.query.doctrine-query-limit','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Limit','','',NULL,'doctrine-query-limit','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147580,2,'default.doctrine.query.doctrine-query-offset','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Offset','','',NULL,'doctrine-query-offset','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147581,2,'default.doctrine.query.doctrine-query-orderby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Orderby','','',NULL,'doctrine-query-orderby','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147582,2,'default.doctrine.query.doctrine-query-part',NULL,'Doctrine','query','Doctrine_Query_Part','','',NULL,'doctrine-query-part','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147583,2,'default.doctrine.query.doctrine-query-registry',NULL,'Doctrine','query','Doctrine_Query_Registry','','',NULL,'doctrine-query-registry','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147584,2,'default.doctrine.query.doctrine-query-select','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Select','','',NULL,'doctrine-query-select','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147585,2,'default.doctrine.query.doctrine-query-set','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Set','Doctrine_Query','',NULL,'doctrine-query-set','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147586,2,'default.doctrine.query.doctrine-query-where','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Where','','',NULL,'doctrine-query-where','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147587,2,'default.doctrine.rawsql.doctrine-rawsql','default.doctrine.query.doctrine-query-abstract','Doctrine','rawsql','Doctrine_RawSql','','',NULL,'doctrine-raw-sql','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147588,2,'default.doctrine.record.doctrine-record','default.doctrine.record.doctrine-record-abstract','Doctrine','record','Doctrine_Record','Doctrine_Record All record classes should inherit this super class','',NULL,'doctrine-record','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147589,2,'default.doctrine.record.doctrine-record-abstract','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Abstract','','',NULL,'doctrine-record-abstract','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147590,2,'default.doctrine.record.doctrine-record-filter',NULL,'Doctrine','record','Doctrine_Record_Filter','Doctrine_Record_Filter Filters the record getters and setters','',NULL,'doctrine-record-filter','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147591,2,'default.doctrine.record.doctrine-record-filter-compound','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Compound','','',NULL,'doctrine-record-filter-compound','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147592,2,'default.doctrine.record.doctrine-record-filter-standard','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Standard','Doctrine_Record_Filter_Standard Filters the record getters and setters','',NULL,'doctrine-record-filter-standard','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147593,2,'default.doctrine.record.doctrine-record-iterator',NULL,'Doctrine','record','Doctrine_Record_Iterator','','',NULL,'doctrine-record-iterator','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147594,2,'default.doctrine.record.doctrine-record-listener',NULL,'Doctrine','record','Doctrine_Record_Listener','','',NULL,'doctrine-record-listener','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147595,2,'default.doctrine.record.doctrine-record-listener-chain','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Listener_Chain','\n Doctrine_Record_Listener_Chain this class represents a chain of different\n listeners, useful for having multiple listeners listening the events at\n the same time\n','',NULL,'doctrine-record-listener-chain','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147596,2,'default.doctrine.record.doctrine-record-listener-interface',NULL,'Doctrine','record','Doctrine_Record_Listener_Interface','Doctrine_Record_Listener','',NULL,'doctrine-record-listener-interface','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147597,2,'default.doctrine.relation.doctrine-relation',NULL,'Doctrine','relation','Doctrine_Relation','Doctrine_Relation This class represents a relation between components','',NULL,'doctrine-relation','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147598,2,'default.doctrine.relation.doctrine-relation-association','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_Association','\n Doctrine_Relation_Association this class takes care of association\n mapping (= many-to-many relationships, where the\n relationship is handled with an additional relational table\n which holds 2 foreign keys)\n','',NULL,'doctrine-relation-association','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147599,2,'default.doctrine.relation.doctrine-relation-association-self','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Association_Self','','',NULL,'doctrine-relation-association-self','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147600,2,'default.doctrine.relation.doctrine-relation-foreignkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_ForeignKey','Doctrine_Relation_ForeignKey This class represents a foreign key relation','',NULL,'doctrine-relation-foreign-key','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147601,2,'default.doctrine.relation.doctrine-relation-localkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_LocalKey','Doctrine_Relation_LocalKey This class represents a local key relation','',NULL,'doctrine-relation-local-key','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147602,2,'default.doctrine.relation.doctrine-relation-nest','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Nest','Doctrine_Relation_Association_Self','',NULL,'doctrine-relation-nest','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147603,2,'default.doctrine.relation.doctrine-relation-parser',NULL,'Doctrine','relation','Doctrine_Relation_Parser','','',NULL,'doctrine-relation-parser','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147604,2,'default.doctrine.resource.doctrine-resource',NULL,'Doctrine','resource','Doctrine_Resource','','',NULL,'doctrine-resource','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147605,2,'default.doctrine.resource.doctrine-resource-client','default.doctrine.resource.doctrine-resource','Doctrine','resource','Doctrine_Resource_Client','','',NULL,'doctrine-resource-client','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147606,2,'default.doctrine.resource.doctrine-resource-collection','default.doctrine.resource.doctrine-resource-access','Doctrine','resource','Doctrine_Resource_Collection','','',NULL,'doctrine-resource-collection','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147607,2,'default.doctrine.resource.doctrine-resource-params',NULL,'Doctrine','resource','Doctrine_Resource_Params','','',NULL,'doctrine-resource-params','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147608,2,'default.doctrine.resource.doctrine-resource-query',NULL,'Doctrine','resource','Doctrine_Resource_Query','','',NULL,'doctrine-resource-query','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147609,2,'default.doctrine.resource.doctrine-resource-record','default.doctrine.resource.doctrine-resource-access','Doctrine','resource','Doctrine_Resource_Record','','',NULL,'doctrine-resource-record','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147610,2,'default.doctrine.resource.doctrine-resource-request','default.doctrine.resource.doctrine-resource-params','Doctrine','resource','Doctrine_Resource_Request','','',NULL,'doctrine-resource-request','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147611,2,'default.doctrine.resource.doctrine-resource-server','default.doctrine.resource.doctrine-resource','Doctrine','resource','Doctrine_Resource_Server','','',NULL,'doctrine-resource-server','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147612,2,'default.doctrine.resource.doctrine-resource-table',NULL,'Doctrine','resource','Doctrine_Resource_Table','','',NULL,'doctrine-resource-table','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147613,2,'default.doctrine.search.doctrine-search','default.doctrine.plugin.doctrine-plugin','Doctrine','search','Doctrine_Search','','',NULL,'doctrine-search','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147614,2,'default.doctrine.search.doctrine-search-analyzer',NULL,'Doctrine','search','Doctrine_Search_Analyzer','','',NULL,'doctrine-search-analyzer','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147615,2,'default.doctrine.search.doctrine-search-analyzer-interface',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Interface','','',NULL,'doctrine-search-analyzer-interface','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147616,2,'default.doctrine.search.doctrine-search-analyzer-standard',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Standard','','',NULL,'doctrine-search-analyzer-standard','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147617,2,'default.doctrine.search.doctrine-search-file','default.doctrine.search.doctrine-search','Doctrine','search','Doctrine_Search_File','Doctrine_Search','',NULL,'doctrine-search-file','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147618,2,'default.doctrine.search.doctrine-search-indexer',NULL,'Doctrine','search','Doctrine_Search_Indexer','','',NULL,'doctrine-search-indexer','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147619,2,'default.doctrine.search.doctrine-search-indexer-dir',NULL,'Doctrine','search','Doctrine_Search_Indexer_Dir','','',NULL,'doctrine-search-indexer-dir','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147620,2,'default.doctrine.search.doctrine-search-listener','default.doctrine.record.doctrine-record-listener','Doctrine','search','Doctrine_Search_Listener','','',NULL,'doctrine-search-listener','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147621,2,'default.doctrine.search.doctrine-search-parser',NULL,'Doctrine','search','Doctrine_Search_Parser','Doctrine_Search_Parser_Standard','',NULL,'doctrine-search-parser','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147622,2,'default.doctrine.search.doctrine-search-query',NULL,'Doctrine','search','Doctrine_Search_Query','','',NULL,'doctrine-search-query','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147623,2,'default.doctrine.search.doctrine-search-record','default.doctrine.template.doctrine-template','Doctrine','search','Doctrine_Search_Record','','',NULL,'doctrine-search-record','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147624,2,'default.doctrine.search.doctrine-search-scorer',NULL,'Doctrine','search','Doctrine_Search_Scorer','','',NULL,'doctrine-search-scorer','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147625,2,'default.doctrine.sequence.doctrine-sequence','default.doctrine.connection.doctrine-connection-module','Doctrine','sequence','Doctrine_Sequence','Doctrine_Sequence The base class for sequence handling drivers.','',NULL,'doctrine-sequence','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147626,2,'default.doctrine.sequence.doctrine-sequence-db2','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Db2','','',NULL,'doctrine-sequence-db2','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147627,2,'default.doctrine.sequence.doctrine-sequence-firebird','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Firebird','','',NULL,'doctrine-sequence-firebird','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147628,2,'default.doctrine.sequence.doctrine-sequence-mssql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mssql','','',NULL,'doctrine-sequence-mssql','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147629,2,'default.doctrine.sequence.doctrine-sequence-mysql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mysql','','',NULL,'doctrine-sequence-mysql','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147630,2,'default.doctrine.sequence.doctrine-sequence-oracle','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Oracle','','',NULL,'doctrine-sequence-oracle','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147631,2,'default.doctrine.sequence.doctrine-sequence-pgsql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Pgsql','','',NULL,'doctrine-sequence-pgsql','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147632,2,'default.doctrine.sequence.doctrine-sequence-sqlite','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Sqlite','','',NULL,'doctrine-sequence-sqlite','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147633,2,'default.doctrine.spyc.doctrine-spyc',NULL,'Doctrine','spyc','Doctrine_Spyc','The Simple PHP YAML Class.','This class can be used to read a YAML file and convert its contents into a PHP array. It currently supports a very limited subsection of the YAML spec.\n\n Usage:\n \n ',NULL,'doctrine-spyc','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147634,2,'default.doctrine.spyc.doctrine-yamlnode',NULL,'Doctrine','spyc','Doctrine_YamlNode','A node, used by Doctrine_Spyc for parsing YAML.','',NULL,'doctrine-yaml-node','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147635,2,'default.doctrine.table.doctrine-table','default.doctrine.configurable.doctrine-configurable','Doctrine','table','Doctrine_Table','\n Doctrine_Table represents a database table each\n Doctrine_Table holds the information of foreignKeys and associations\n','',NULL,'doctrine-table','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147636,2,'default.doctrine.table.doctrine-table-exception',NULL,'Doctrine','table','Doctrine_Table_Exception','\n thrown when user tries to initialize a new instance of Doctrine_Table,\n while there already exists an instance of that table\n','',NULL,'doctrine-table-exception','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147637,2,'default.doctrine.table.doctrine-table-repository',NULL,'Doctrine','table','Doctrine_Table_Repository','\n Doctrine_Repository each record is added into Doctrine_Repository at the\n same time they are created, loaded from the database or retrieved from the\n cache\n','',NULL,'doctrine-table-repository','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147638,2,'default.doctrine.task.doctrine-task',NULL,'Doctrine','task','Doctrine_Task','','Abstract class used for writing Doctrine Tasks',NULL,'doctrine-task','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147639,2,'default.doctrine.task.doctrine-task-buildall','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAll','','',NULL,'doctrine-task-build-all','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147640,2,'default.doctrine.task.doctrine-task-buildallload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllLoad','','',NULL,'doctrine-task-build-all-load','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147641,2,'default.doctrine.task.doctrine-task-buildallreload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllReload','','',NULL,'doctrine-task-build-all-reload','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147642,2,'default.doctrine.task.doctrine-task-compile','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Compile','','',NULL,'doctrine-task-compile','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147643,2,'default.doctrine.task.doctrine-task-createdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateDb','','',NULL,'doctrine-task-create-db','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147644,2,'default.doctrine.task.doctrine-task-createtables','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateTables','','',NULL,'doctrine-task-create-tables','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147645,2,'default.doctrine.task.doctrine-task-dql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Dql','','',NULL,'doctrine-task-dql','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147646,2,'default.doctrine.task.doctrine-task-dropdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DropDb','','',NULL,'doctrine-task-drop-db','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147647,2,'default.doctrine.task.doctrine-task-dumpdata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DumpData','','',NULL,'doctrine-task-dump-data','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147648,2,'default.doctrine.task.doctrine-task-generatemigration','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigration','','',NULL,'doctrine-task-generate-migration','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147649,2,'default.doctrine.task.doctrine-task-generatemigrationsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDb','','',NULL,'doctrine-task-generate-migrations-db','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147650,2,'default.doctrine.task.doctrine-task-generatemigrationsmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsModels','','',NULL,'doctrine-task-generate-migrations-models','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147651,2,'default.doctrine.task.doctrine-task-generatemodelsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsDb','','',NULL,'doctrine-task-generate-models-db','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147652,2,'default.doctrine.task.doctrine-task-generatemodelsyaml','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsYaml','','',NULL,'doctrine-task-generate-models-yaml','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147653,2,'default.doctrine.task.doctrine-task-generatesql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateSql','','',NULL,'doctrine-task-generate-sql','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147654,2,'default.doctrine.task.doctrine-task-generateyamldb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlDb','','',NULL,'doctrine-task-generate-yaml-db','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147655,2,'default.doctrine.task.doctrine-task-generateyamlmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlModels','Doctrine_Task_GenerateFromModels','',NULL,'doctrine-task-generate-yaml-models','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147656,2,'default.doctrine.task.doctrine-task-loaddata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadData','','',NULL,'doctrine-task-load-data','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147657,2,'default.doctrine.task.doctrine-task-loaddummydata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadDummyData','','',NULL,'doctrine-task-load-dummy-data','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147658,2,'default.doctrine.task.doctrine-task-migrate','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Migrate','','',NULL,'doctrine-task-migrate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147659,2,'default.doctrine.task.doctrine-task-rebuilddb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_RebuildDb','','',NULL,'doctrine-task-rebuild-db','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147660,2,'default.doctrine.template.doctrine-template','default.doctrine.record.doctrine-record-abstract','Doctrine','template','Doctrine_Template','','',NULL,'doctrine-template','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147661,2,'default.doctrine.template.doctrine-template-i18n','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_I18n','','',NULL,'doctrine-template-i18n','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147662,2,'default.doctrine.template.doctrine-template-listener-sluggable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-listener-sluggable','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147663,2,'default.doctrine.template.doctrine-template-listener-timestampable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Timestampable','','',NULL,'doctrine-template-listener-timestampable','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147664,2,'default.doctrine.template.doctrine-template-nestedset','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_NestedSet','','',NULL,'doctrine-template-nested-set','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147665,2,'default.doctrine.template.doctrine-template-searchable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Searchable','','',NULL,'doctrine-template-searchable','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147666,2,'default.doctrine.template.doctrine-template-sluggable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-sluggable','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147667,2,'default.doctrine.template.doctrine-template-timestampable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Timestampable','','Easily add created and updated at timestamps to your doctrine records',NULL,'doctrine-template-timestampable','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147668,2,'default.doctrine.template.doctrine-template-versionable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Versionable','','',NULL,'doctrine-template-versionable','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147669,2,'default.doctrine.tokenizer.doctrine-tokenizer',NULL,'Doctrine','tokenizer','Doctrine_Tokenizer','','',NULL,'doctrine-tokenizer','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147670,2,'default.doctrine.transaction.doctrine-transaction','default.doctrine.connection.doctrine-connection-module','Doctrine','transaction','Doctrine_Transaction','\n Doctrine_Transaction Handles transaction savepoint and isolation\n abstraction\n','',NULL,'doctrine-transaction','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147671,2,'default.doctrine.transaction.doctrine-transaction-firebird','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Firebird','','',NULL,'doctrine-transaction-firebird','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147672,2,'default.doctrine.transaction.doctrine-transaction-mssql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mssql','','',NULL,'doctrine-transaction-mssql','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147673,2,'default.doctrine.transaction.doctrine-transaction-mysql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mysql','','',NULL,'doctrine-transaction-mysql','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147674,2,'default.doctrine.transaction.doctrine-transaction-oracle','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Oracle','','',NULL,'doctrine-transaction-oracle','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147675,2,'default.doctrine.transaction.doctrine-transaction-pgsql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Pgsql','','',NULL,'doctrine-transaction-pgsql','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147676,2,'default.doctrine.transaction.doctrine-transaction-sqlite','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Sqlite','','',NULL,'doctrine-transaction-sqlite','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147677,2,'default.doctrine.tree.doctrine-tree',NULL,'Doctrine','tree','Doctrine_Tree','','',NULL,'doctrine-tree','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147678,2,'default.doctrine.tree.doctrine-tree-interface',NULL,'Doctrine','tree','Doctrine_Tree_Interface','','',NULL,'doctrine-tree-interface','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147679,2,'default.doctrine.tree.doctrine-tree-nestedset','default.doctrine.tree.doctrine-tree','Doctrine','tree','Doctrine_Tree_NestedSet','','',NULL,'doctrine-tree-nested-set','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147680,2,'default.doctrine.validator.doctrine-validator','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','validator','Doctrine_Validator','\n Doctrine_Validator Doctrine_Validator performs validations in record\n properties\n','',NULL,'doctrine-validator','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147681,2,'default.doctrine.validator.doctrine-validator-country',NULL,'Doctrine','validator','Doctrine_Validator_Country','','',NULL,'doctrine-validator-country','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147682,2,'default.doctrine.validator.doctrine-validator-creditcard',NULL,'Doctrine','validator','Doctrine_Validator_Creditcard','','',NULL,'doctrine-validator-creditcard','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147683,2,'default.doctrine.validator.doctrine-validator-date',NULL,'Doctrine','validator','Doctrine_Validator_Date','','',NULL,'doctrine-validator-date','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147684,2,'default.doctrine.validator.doctrine-validator-driver',NULL,'Doctrine','validator','Doctrine_Validator_Driver','','',NULL,'doctrine-validator-driver','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147685,2,'default.doctrine.validator.doctrine-validator-email',NULL,'Doctrine','validator','Doctrine_Validator_Email','','',NULL,'doctrine-validator-email','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147686,2,'default.doctrine.validator.doctrine-validator-errorstack','default.doctrine.access.doctrine-access','Doctrine','validator','Doctrine_Validator_ErrorStack','','',NULL,'doctrine-validator-error-stack','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147687,2,'default.doctrine.validator.doctrine-validator-exception',NULL,'Doctrine','validator','Doctrine_Validator_Exception','','',NULL,'doctrine-validator-exception','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147688,2,'default.doctrine.validator.doctrine-validator-future',NULL,'Doctrine','validator','Doctrine_Validator_Future','','',NULL,'doctrine-validator-future','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147689,2,'default.doctrine.validator.doctrine-validator-htmlcolor',NULL,'Doctrine','validator','Doctrine_Validator_HtmlColor','','',NULL,'doctrine-validator-html-color','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147690,2,'default.doctrine.validator.doctrine-validator-ip',NULL,'Doctrine','validator','Doctrine_Validator_Ip','','',NULL,'doctrine-validator-ip','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147691,2,'default.doctrine.validator.doctrine-validator-minlength',NULL,'Doctrine','validator','Doctrine_Validator_Minlength','Doctrine_Validator_Regexp','',NULL,'doctrine-validator-minlength','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147692,2,'default.doctrine.validator.doctrine-validator-nospace','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Nospace','','',NULL,'doctrine-validator-nospace','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147693,2,'default.doctrine.validator.doctrine-validator-notblank','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notblank','','',NULL,'doctrine-validator-notblank','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147694,2,'default.doctrine.validator.doctrine-validator-notnull','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notnull','','',NULL,'doctrine-validator-notnull','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147695,2,'default.doctrine.validator.doctrine-validator-past',NULL,'Doctrine','validator','Doctrine_Validator_Past','','',NULL,'doctrine-validator-past','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147696,2,'default.doctrine.validator.doctrine-validator-range',NULL,'Doctrine','validator','Doctrine_Validator_Range','','',NULL,'doctrine-validator-range','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147697,2,'default.doctrine.validator.doctrine-validator-readonly',NULL,'Doctrine','validator','Doctrine_Validator_Readonly','','',NULL,'doctrine-validator-readonly','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147698,2,'default.doctrine.validator.doctrine-validator-regexp',NULL,'Doctrine','validator','Doctrine_Validator_Regexp','','',NULL,'doctrine-validator-regexp','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147699,2,'default.doctrine.validator.doctrine-validator-unique',NULL,'Doctrine','validator','Doctrine_Validator_Unique','','',NULL,'doctrine-validator-unique','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147700,2,'default.doctrine.validator.doctrine-validator-unsigned',NULL,'Doctrine','validator','Doctrine_Validator_Unsigned','','',NULL,'doctrine-validator-unsigned','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147701,2,'default.doctrine.validator.doctrine-validator-usstate',NULL,'Doctrine','validator','Doctrine_Validator_Usstate','','',NULL,'doctrine-validator-usstate','2008-07-25 07:40:51','2008-07-25 07:40:51'),(147702,2,'default.doctrine.view.doctrine-view',NULL,'Doctrine','view','Doctrine_View','','this class represents a database view',NULL,'doctrine-view','2008-07-25 07:40:51','2008-07-25 07:40:51'),(147703,3,'default.doctrine.doctrine',NULL,'Doctrine','doctrine','Doctrine','Doctrine the base class of Doctrine framework','',NULL,'doctrine','2008-07-25 07:40:54','2008-07-25 07:40:54'),(147704,3,'default.doctrine.access.doctrine-access','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','access','Doctrine_Access','\n Provides array access and property overload interface for Doctrine\n subclasses\n','',NULL,'doctrine-access','2008-07-25 07:40:54','2008-07-25 07:40:54'),(147705,3,'default.doctrine.adapter.doctrine-adapter-db2','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Db2','IBM DB2 Adapter. This class was ported from the Zend Framework','',NULL,'doctrine-adapter-db2','2008-07-25 07:40:54','2008-07-25 07:40:54'),(147706,3,'default.doctrine.adapter.doctrine-adapter-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Interface','This adapter interface should be implemented by all custom adapters','',NULL,'doctrine-adapter-interface','2008-07-25 07:40:54','2008-07-25 07:40:54'),(147707,3,'default.doctrine.adapter.doctrine-adapter-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Mock','','This class is used for special testing purposes.',NULL,'doctrine-adapter-mock','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147708,3,'default.doctrine.adapter.doctrine-adapter-mysqli','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Mysqli','Doctrine_Adapter_Mysqli This class is used for special testing purposes.','',NULL,'doctrine-adapter-mysqli','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147709,3,'default.doctrine.adapter.doctrine-adapter-oracle','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Oracle','Doctrine_Adapter_Oracle [BORROWED FROM ZEND FRAMEWORK]','',NULL,'doctrine-adapter-oracle','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147710,3,'default.doctrine.adapter.doctrine-adapter-statement',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement','','',NULL,'doctrine-adapter-statement','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147711,3,'default.doctrine.adapter.doctrine-adapter-statement-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Interface','Doctrine_Adapter_Statement','',NULL,'doctrine-adapter-statement-interface','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147712,3,'default.doctrine.adapter.doctrine-adapter-statement-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Mock','\n Doctrine_Adapter_Statement_Mock This class is used for special testing\n purposes.\n','',NULL,'doctrine-adapter-statement-mock','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147713,3,'default.doctrine.auditlog.doctrine-auditlog','default.doctrine.plugin.doctrine-record-generator','Doctrine','auditlog','Doctrine_AuditLog','','',NULL,'doctrine-audit-log','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147714,3,'default.doctrine.auditlog.doctrine-auditlog-listener','default.doctrine.record.doctrine-record-listener','Doctrine','auditlog','Doctrine_AuditLog_Listener','','',NULL,'doctrine-audit-log-listener','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147715,3,'default.doctrine.cache.doctrine-cache','default.doctrine.eventlistener.doctrine-eventlistener','Doctrine','cache','Doctrine_Cache','','',NULL,'doctrine-cache','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147716,3,'default.doctrine.cache.doctrine-cache-apc','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Apc','','',NULL,'doctrine-cache-apc','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147717,3,'default.doctrine.cache.doctrine-cache-array',NULL,'Doctrine','cache','Doctrine_Cache_Array','Doctrine_Cache_Interface','',NULL,'doctrine-cache-array','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147718,3,'default.doctrine.cache.doctrine-cache-db','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Db','','',NULL,'doctrine-cache-db','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147719,3,'default.doctrine.cache.doctrine-cache-driver',NULL,'Doctrine','cache','Doctrine_Cache_Driver','','',NULL,'doctrine-cache-driver','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147720,3,'default.doctrine.cache.doctrine-cache-interface',NULL,'Doctrine','cache','Doctrine_Cache_Interface','','',NULL,'doctrine-cache-interface','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147721,3,'default.doctrine.cache.doctrine-cache-memcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Memcache','','',NULL,'doctrine-cache-memcache','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147722,3,'default.doctrine.cache.doctrine-cache-xcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Xcache','','',NULL,'doctrine-cache-xcache','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147723,3,'default.doctrine.cli.doctrine-cli',NULL,'Doctrine','cli','Doctrine_Cli','','',NULL,'doctrine-cli','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147724,3,'default.doctrine.cli.doctrine-cli-ansicolorformatter','default.doctrine.cli.doctrine-cli-formatter','Doctrine','cli','Doctrine_Cli_AnsiColorFormatter','\n Doctrine_AnsiColorFormatter provides methods to colorize text to be\n displayed on a console.\n','',NULL,'doctrine-cli-ansi-color-formatter','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147725,3,'default.doctrine.cli.doctrine-cli-formatter',NULL,'Doctrine','cli','Doctrine_Cli_Formatter','\n Doctrine_Cli_Formatter provides methods to format text to be displayed on a\n console.\n','',NULL,'doctrine-cli-formatter','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147726,3,'default.doctrine.collection.doctrine-collection','default.doctrine.access.doctrine-access','Doctrine','collection','Doctrine_Collection','Doctrine_Collection Collection of Doctrine_Record objects.','',NULL,'doctrine-collection','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147727,3,'default.doctrine.collection.doctrine-collection-iterator',NULL,'Doctrine','collection','Doctrine_Collection_Iterator','Doctrine_Collection_Iterator iterates through Doctrine_Collection','',NULL,'doctrine-collection-iterator','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147728,3,'default.doctrine.collection.doctrine-collection-iterator-expandable','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Expandable','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-expandable','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147729,3,'default.doctrine.collection.doctrine-collection-iterator-normal','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Normal','','',NULL,'doctrine-collection-iterator-normal','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147730,3,'default.doctrine.collection.doctrine-collection-iterator-offset','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Offset','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-offset','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147731,3,'default.doctrine.collection.doctrine-collection-offset','default.doctrine.collection.doctrine-collection','Doctrine','collection','Doctrine_Collection_Offset','Doctrine_Collection_Offset Collection of Doctrine_Record objects.','',NULL,'doctrine-collection-offset','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147732,3,'default.doctrine.column.doctrine-column','default.doctrine.access.doctrine-access','Doctrine','column','Doctrine_Column','Doctrine_Column This class represents a database column','',NULL,'doctrine-column','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147733,3,'default.doctrine.compiler.doctrine-compiler',NULL,'Doctrine','compiler','Doctrine_Compiler','\n Doctrine_Compiler This class can be used for compiling the entire Doctrine\n framework into a single file\n','',NULL,'doctrine-compiler','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147734,3,'default.doctrine.configurable.doctrine-configurable','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','configurable','Doctrine_Configurable','\n Doctrine_Configurable the base for Doctrine_Table, Doctrine_Manager and\n Doctrine_Connection\n','',NULL,'doctrine-configurable','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147735,3,'default.doctrine.connection.doctrine-connection','default.doctrine.configurable.doctrine-configurable','Doctrine','connection','Doctrine_Connection','','A wrapper layer on top of PDO / Doctrine_Adapter\nDoctrine_Connection is the heart of any Doctrine based application.\n\n \n 2. Lazy-connecting Creating an instance of Doctrine_Connection does not connect to database. Connecting to database is o',NULL,'doctrine-connection','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147736,3,'default.doctrine.connection.doctrine-connection-common','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Common','standard connection, the parent of pgsql, mysql and sqlite','',NULL,'doctrine-connection-common','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147737,3,'default.doctrine.connection.doctrine-connection-db2','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Db2','','',NULL,'doctrine-connection-db2','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147738,3,'default.doctrine.connection.doctrine-connection-exception',NULL,'Doctrine','connection','Doctrine_Connection_Exception','Doctrine_Exception','',NULL,'doctrine-connection-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147739,3,'default.doctrine.connection.doctrine-connection-firebird','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Firebird','','',NULL,'doctrine-connection-firebird','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147740,3,'default.doctrine.connection.doctrine-connection-firebird-exception',NULL,'Doctrine','connection','Doctrine_Connection_Firebird_Exception','','',NULL,'doctrine-connection-firebird-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147741,3,'default.doctrine.connection.doctrine-connection-informix','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Informix','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-informix','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147742,3,'default.doctrine.connection.doctrine-connection-mock','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mock','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-mock','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147743,3,'default.doctrine.connection.doctrine-connection-module',NULL,'Doctrine','connection','Doctrine_Connection_Module','','',NULL,'doctrine-connection-module','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147744,3,'default.doctrine.connection.doctrine-connection-mssql','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Mssql','','',NULL,'doctrine-connection-mssql','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147745,3,'default.doctrine.connection.doctrine-connection-mssql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mssql_Exception','','',NULL,'doctrine-connection-mssql-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147746,3,'default.doctrine.connection.doctrine-connection-mysql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mysql','','',NULL,'doctrine-connection-mysql','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147747,3,'default.doctrine.connection.doctrine-connection-mysql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mysql_Exception','','',NULL,'doctrine-connection-mysql-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147748,3,'default.doctrine.connection.doctrine-connection-oracle','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Oracle','','',NULL,'doctrine-connection-oracle','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147749,3,'default.doctrine.connection.doctrine-connection-oracle-exception',NULL,'Doctrine','connection','Doctrine_Connection_Oracle_Exception','','',NULL,'doctrine-connection-oracle-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147750,3,'default.doctrine.connection.doctrine-connection-pgsql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Pgsql','','',NULL,'doctrine-connection-pgsql','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147751,3,'default.doctrine.connection.doctrine-connection-pgsql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Pgsql_Exception','','',NULL,'doctrine-connection-pgsql-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147752,3,'default.doctrine.connection.doctrine-connection-profiler',NULL,'Doctrine','connection','Doctrine_Connection_Profiler','','',NULL,'doctrine-connection-profiler','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147753,3,'default.doctrine.connection.doctrine-connection-sqlite','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Sqlite','','',NULL,'doctrine-connection-sqlite','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147754,3,'default.doctrine.connection.doctrine-connection-sqlite-exception',NULL,'Doctrine','connection','Doctrine_Connection_Sqlite_Exception','','',NULL,'doctrine-connection-sqlite-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147755,3,'default.doctrine.connection.doctrine-connection-statement',NULL,'Doctrine','connection','Doctrine_Connection_Statement','','',NULL,'doctrine-connection-statement','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147756,3,'default.doctrine.connection.doctrine-connection-unitofwork','default.doctrine.connection.doctrine-connection-module','Doctrine','connection','Doctrine_Connection_UnitOfWork','','',NULL,'doctrine-connection-unit-of-work','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147757,3,'default.doctrine.data.doctrine-data',NULL,'Doctrine','data','Doctrine_Data','','Base Doctrine_Data class for dumping and loading data to and from fixtures files. Support formats are based on what formats are available in Doctrine_Parser such as yaml, xml, json, etc.',NULL,'doctrine-data','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147758,3,'default.doctrine.data.doctrine-data-export','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Export','','',NULL,'doctrine-data-export','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147759,3,'default.doctrine.data.doctrine-data-import','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Import','','',NULL,'doctrine-data-import','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147760,3,'default.doctrine.datadict.doctrine-datadict','default.doctrine.connection.doctrine-connection-module','Doctrine','datadict','Doctrine_DataDict','','',NULL,'doctrine-data-dict','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147761,3,'default.doctrine.datadict.doctrine-datadict-firebird','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Firebird','','',NULL,'doctrine-data-dict-firebird','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147762,3,'default.doctrine.datadict.doctrine-datadict-informix','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Informix','','',NULL,'doctrine-data-dict-informix','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147763,3,'default.doctrine.datadict.doctrine-datadict-mssql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mssql','','',NULL,'doctrine-data-dict-mssql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147764,3,'default.doctrine.datadict.doctrine-datadict-mysql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mysql','','',NULL,'doctrine-data-dict-mysql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147765,3,'default.doctrine.datadict.doctrine-datadict-oracle','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Oracle','','',NULL,'doctrine-data-dict-oracle','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147766,3,'default.doctrine.datadict.doctrine-datadict-pgsql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Pgsql','','',NULL,'doctrine-data-dict-pgsql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147767,3,'default.doctrine.datadict.doctrine-datadict-sqlite','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Sqlite','','',NULL,'doctrine-data-dict-sqlite','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147768,3,'default.doctrine.datatype.doctrine-datatype',NULL,'Doctrine','datatype','Doctrine_DataType','','',NULL,'doctrine-data-type','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147769,3,'default.doctrine.event.doctrine-event',NULL,'Doctrine','event','Doctrine_Event','','',NULL,'doctrine-event','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147770,3,'default.doctrine.eventlistener.doctrine-eventlistener',NULL,'Doctrine','eventlistener','Doctrine_EventListener','\n Doctrine_EventListener all event listeners extend this base class\n the empty methods allow child classes to only\n implement the methods they need to implement\n','',NULL,'doctrine-event-listener','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147771,3,'default.doctrine.eventlistener.doctrine-eventlistener-chain','default.doctrine.access.doctrine-access','Doctrine','eventlistener','Doctrine_EventListener_Chain','\n Doctrine_EventListener_Chain this class represents a chain of different\n listeners, useful for having multiple listeners listening the events at\n the same time\n','',NULL,'doctrine-event-listener-chain','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147772,3,'default.doctrine.eventlistener.doctrine-eventlistener-interface',NULL,'Doctrine','eventlistener','Doctrine_EventListener_Interface','\n Doctrine_EventListener all event listeners extend this base class\n the empty methods allow child classes to only\n implement the methods they need to implement\n','',NULL,'doctrine-event-listener-interface','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147773,3,'default.doctrine.exception.doctrine-exception',NULL,'Doctrine','exception','Doctrine_Exception','','',NULL,'doctrine-exception','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147774,3,'default.doctrine.export.doctrine-export','default.doctrine.connection.doctrine-connection-module','Doctrine','export','Doctrine_Export','','',NULL,'doctrine-export','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147775,3,'default.doctrine.export.doctrine-export-firebird','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Firebird','Doctrine_Export_Sqlite','',NULL,'doctrine-export-firebird','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147776,3,'default.doctrine.export.doctrine-export-frontbase','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Frontbase','','',NULL,'doctrine-export-frontbase','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147777,3,'default.doctrine.export.doctrine-export-mssql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mssql','','',NULL,'doctrine-export-mssql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147778,3,'default.doctrine.export.doctrine-export-mysql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mysql','','',NULL,'doctrine-export-mysql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147779,3,'default.doctrine.export.doctrine-export-oracle','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Oracle','','',NULL,'doctrine-export-oracle','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147780,3,'default.doctrine.export.doctrine-export-pgsql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Pgsql','','',NULL,'doctrine-export-pgsql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147781,3,'default.doctrine.export.doctrine-export-reporter',NULL,'Doctrine','export','Doctrine_Export_Reporter','','',NULL,'doctrine-export-reporter','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147782,3,'default.doctrine.export.doctrine-export-schema',NULL,'Doctrine','export','Doctrine_Export_Schema','','Used for exporting a schema to a yaml file',NULL,'doctrine-export-schema','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147783,3,'default.doctrine.export.doctrine-export-sqlite','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Sqlite','','',NULL,'doctrine-export-sqlite','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147784,3,'default.doctrine.expression.doctrine-expression',NULL,'Doctrine','expression','Doctrine_Expression','','',NULL,'doctrine-expression','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147785,3,'default.doctrine.expression.doctrine-expression-driver','default.doctrine.connection.doctrine-connection-module','Doctrine','expression','Doctrine_Expression_Driver','','',NULL,'doctrine-expression-driver','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147786,3,'default.doctrine.expression.doctrine-expression-firebird','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Firebird','','',NULL,'doctrine-expression-firebird','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147787,3,'default.doctrine.expression.doctrine-expression-mssql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mssql','','',NULL,'doctrine-expression-mssql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147788,3,'default.doctrine.expression.doctrine-expression-mysql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mysql','','',NULL,'doctrine-expression-mysql','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147789,3,'default.doctrine.expression.doctrine-expression-oracle','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Oracle','Doctrine_Expression_Sqlite','',NULL,'doctrine-expression-oracle','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147790,3,'default.doctrine.expression.doctrine-expression-pgsql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Pgsql','','',NULL,'doctrine-expression-pgsql','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147791,3,'default.doctrine.expression.doctrine-expression-sqlite','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Sqlite','','',NULL,'doctrine-expression-sqlite','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147792,3,'default.doctrine.file.doctrine-file','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File','','',NULL,'doctrine-file','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147793,3,'default.doctrine.file.doctrine-file-index','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File_Index','','',NULL,'doctrine-file-index','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147794,3,'default.doctrine.formatter.doctrine-formatter','default.doctrine.connection.doctrine-connection-module','Doctrine','formatter','Doctrine_Formatter','','',NULL,'doctrine-formatter','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147795,3,'default.doctrine.hook.doctrine-hook',NULL,'Doctrine','hook','Doctrine_Hook','','',NULL,'doctrine-hook','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147796,3,'default.doctrine.hook.doctrine-hook-equal','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Equal','','',NULL,'doctrine-hook-equal','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147797,3,'default.doctrine.hook.doctrine-hook-integer','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_Integer','','',NULL,'doctrine-hook-integer','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147798,3,'default.doctrine.hook.doctrine-hook-parser',NULL,'Doctrine','hook','Doctrine_Hook_Parser','','',NULL,'doctrine-hook-parser','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147799,3,'default.doctrine.hook.doctrine-hook-parser-complex','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Parser_Complex','','',NULL,'doctrine-hook-parser-complex','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147800,3,'default.doctrine.hook.doctrine-hook-wordlike','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_WordLike','','',NULL,'doctrine-hook-word-like','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147801,3,'default.doctrine.hydrate.doctrine-hydrator','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator','Doctrine_Hydrate is a base class for Doctrine_RawSql and Doctrine_Query.','Its purpose is to populate object graphs.',NULL,'doctrine-hydrator','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147802,3,'default.doctrine.hydrate.doctrine-hydrator-abstract','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_Abstract','','',NULL,'doctrine-hydrator-abstract','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147803,3,'default.doctrine.hydrate.doctrine-hydrator-arraydriver',NULL,'Doctrine','hydrate','Doctrine_Hydrator_ArrayDriver','\n Doctrine_Hydrate_Array defines an array fetching strategy for\n Doctrine_Hydrate\n','',NULL,'doctrine-hydrator-array-driver','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147804,3,'default.doctrine.hydrate.doctrine-hydrator-recorddriver','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_RecordDriver','\n Doctrine_Hydrate_RecordDriver Hydration strategy used for creating\n collections of entity objects.\n','',NULL,'doctrine-hydrator-record-driver','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147805,3,'default.doctrine.i18n.doctrine-i18n','default.doctrine.plugin.doctrine-record-generator','Doctrine','i18n','Doctrine_I18n','','',NULL,'doctrine-i18n','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147806,3,'default.doctrine.import.doctrine-import','default.doctrine.connection.doctrine-connection-module','Doctrine','import','Doctrine_Import','\n class Doctrine_Import Main responsible of performing import operation.\n Delegates database schema reading to a reader object and passes the result\n to a builder object which builds a Doctrine data model.\n','',NULL,'doctrine-import','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147807,3,'default.doctrine.import.doctrine-import-builder',NULL,'Doctrine','import','Doctrine_Import_Builder','','Import builder is responsible of building Doctrine_Record classes based on a database schema.',NULL,'doctrine-import-builder','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147808,3,'default.doctrine.import.doctrine-import-firebird','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Firebird','','',NULL,'doctrine-import-firebird','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147809,3,'default.doctrine.import.doctrine-import-mssql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mssql','','',NULL,'doctrine-import-mssql','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147810,3,'default.doctrine.import.doctrine-import-mysql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mysql','','',NULL,'doctrine-import-mysql','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147811,3,'default.doctrine.import.doctrine-import-oracle','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Oracle','','',NULL,'doctrine-import-oracle','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147812,3,'default.doctrine.import.doctrine-import-pgsql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Pgsql','','',NULL,'doctrine-import-pgsql','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147813,3,'default.doctrine.import.doctrine-import-schema',NULL,'Doctrine','import','Doctrine_Import_Schema','','Class for importing Doctrine_Record classes from a yaml schema definition',NULL,'doctrine-import-schema','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147814,3,'default.doctrine.import.doctrine-import-sqlite','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Sqlite','','',NULL,'doctrine-import-sqlite','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147815,3,'default.doctrine.inflector.doctrine-inflector',NULL,'Doctrine','inflector','Doctrine_Inflector','Doctrine_Inflector has static methods for inflecting text','The methods in these classes are from several different sources collected across the internet through php development for several years. They have been updated and modified a little bit for Doctrine but are mainly untouched.',NULL,'doctrine-inflector','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147816,3,'default.doctrine.integritymapper.doctrine-integritymapper',NULL,'Doctrine','integritymapper','Doctrine_IntegrityMapper','','',NULL,'doctrine-integrity-mapper','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147817,3,'default.doctrine.lib.doctrine-lib',NULL,'Doctrine','lib','Doctrine_Lib','\n Doctrine_Lib has not commonly used static functions, mostly for debugging\n purposes\n','',NULL,'doctrine-lib','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147818,3,'default.doctrine.locking.doctrine-locking-manager-pessimistic',NULL,'Doctrine','locking','Doctrine_Locking_Manager_Pessimistic','\n Offline locking of records comes in handy where you need to make sure that\n a time-consuming task on a record or many records, which is spread over\n several page requests can't be interfered by other users.\n','',NULL,'doctrine-locking-manager-pessimistic','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147819,3,'default.doctrine.log.doctrine-log',NULL,'Doctrine','log','Doctrine_Log','','',NULL,'doctrine-log','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147820,3,'default.doctrine.log.doctrine-log-filter-interface',NULL,'Doctrine','log','Doctrine_Log_Filter_Interface','','',NULL,'doctrine-log-filter-interface','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147821,3,'default.doctrine.log.doctrine-log-filter-message',NULL,'Doctrine','log','Doctrine_Log_Filter_Message','','',NULL,'doctrine-log-filter-message','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147822,3,'default.doctrine.log.doctrine-log-filter-priority',NULL,'Doctrine','log','Doctrine_Log_Filter_Priority','','',NULL,'doctrine-log-filter-priority','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147823,3,'default.doctrine.log.doctrine-log-filter-suppress',NULL,'Doctrine','log','Doctrine_Log_Filter_Suppress','','',NULL,'doctrine-log-filter-suppress','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147824,3,'default.doctrine.log.doctrine-log-formatter-interface',NULL,'Doctrine','log','Doctrine_Log_Formatter_Interface','','',NULL,'doctrine-log-formatter-interface','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147825,3,'default.doctrine.log.doctrine-log-formatter-simple',NULL,'Doctrine','log','Doctrine_Log_Formatter_Simple','','',NULL,'doctrine-log-formatter-simple','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147826,3,'default.doctrine.log.doctrine-log-formatter-xml',NULL,'Doctrine','log','Doctrine_Log_Formatter_Xml','','',NULL,'doctrine-log-formatter-xml','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147827,3,'default.doctrine.log.doctrine-log-writer-abstract',NULL,'Doctrine','log','Doctrine_Log_Writer_Abstract','','',NULL,'doctrine-log-writer-abstract','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147828,3,'default.doctrine.log.doctrine-log-writer-db','default.doctrine.log.doctrine-log-writer-abstract','Doctrine','log','Doctrine_Log_Writer_Db','','',NULL,'doctrine-log-writer-db','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147829,3,'default.doctrine.log.doctrine-log-writer-mock','default.doctrine.log.doctrine-log-writer-abstract','Doctrine','log','Doctrine_Log_Writer_Mock','','',NULL,'doctrine-log-writer-mock','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147830,3,'default.doctrine.log.doctrine-log-writer-null','default.doctrine.log.doctrine-log-writer-abstract','Doctrine','log','Doctrine_Log_Writer_Null','','',NULL,'doctrine-log-writer-null','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147831,3,'default.doctrine.log.doctrine-log-writer-stream','default.doctrine.log.doctrine-log-writer-abstract','Doctrine','log','Doctrine_Log_Writer_Stream','','',NULL,'doctrine-log-writer-stream','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147832,3,'default.doctrine.manager.doctrine-manager','default.doctrine.configurable.doctrine-configurable','Doctrine','manager','Doctrine_Manager','Doctrine_Manager is the base component of all doctrine based projects.','It opens and keeps track of all connections (database connections).',NULL,'doctrine-manager','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147833,3,'default.doctrine.migration.doctrine-migration',NULL,'Doctrine','migration','Doctrine_Migration','','this class represents a database view',NULL,'doctrine-migration','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147834,3,'default.doctrine.migration.doctrine-migration-builder',NULL,'Doctrine','migration','Doctrine_Migration_Builder','','',NULL,'doctrine-migration-builder','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147835,3,'default.doctrine.migration.doctrine-migration-process',NULL,'Doctrine','migration','Doctrine_Migration_Process','','',NULL,'doctrine-migration-process','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147836,3,'default.doctrine.node.doctrine-node',NULL,'Doctrine','node','Doctrine_Node','','',NULL,'doctrine-node','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147837,3,'default.doctrine.node.doctrine-node-interface',NULL,'Doctrine','node','Doctrine_Node_Interface','','',NULL,'doctrine-node-interface','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147838,3,'default.doctrine.node.doctrine-node-materializedpath-levelorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_LevelOrderIterator','','',NULL,'doctrine-node-materialized-path-level-order-iterator','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147839,3,'default.doctrine.node.doctrine-node-materializedpath-postorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PostOrderIterator','','',NULL,'doctrine-node-materialized-path-post-order-iterator','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147840,3,'default.doctrine.node.doctrine-node-materializedpath-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PreOrderIterator','','',NULL,'doctrine-node-materialized-path-pre-order-iterator','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147841,3,'default.doctrine.node.doctrine-node-nestedset','default.doctrine.node.doctrine-node','Doctrine','node','Doctrine_Node_NestedSet','','',NULL,'doctrine-node-nested-set','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147842,3,'default.doctrine.node.doctrine-node-nestedset-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_NestedSet_PreOrderIterator','','',NULL,'doctrine-node-nested-set-pre-order-iterator','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147843,3,'default.doctrine.null.doctrine-null',NULL,'Doctrine','null','Doctrine_Null','','Simple empty class representing a null value used for extra fast null value testing with isset() rather than array_key_exists()',NULL,'doctrine-null','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147844,3,'default.doctrine.overloadable.doctrine-overloadable',NULL,'Doctrine','overloadable','Doctrine_Overloadable','Doctrine_Overloadable a very generic overloading interface','',NULL,'doctrine-overloadable','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147845,3,'default.doctrine.pager.doctrine-pager',NULL,'Doctrine','pager','Doctrine_Pager','','',NULL,'doctrine-pager','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147846,3,'default.doctrine.pager.doctrine-pager-layout',NULL,'Doctrine','pager','Doctrine_Pager_Layout','','',NULL,'doctrine-pager-layout','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147847,3,'default.doctrine.pager.doctrine-pager-range',NULL,'Doctrine','pager','Doctrine_Pager_Range','','',NULL,'doctrine-pager-range','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147848,3,'default.doctrine.pager.doctrine-pager-range-jumping','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Jumping','','',NULL,'doctrine-pager-range-jumping','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147849,3,'default.doctrine.pager.doctrine-pager-range-sliding','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Sliding','','',NULL,'doctrine-pager-range-sliding','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147850,3,'default.doctrine.parser.doctrine-parser',NULL,'Doctrine','parser','Doctrine_Parser','','',NULL,'doctrine-parser','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147851,3,'default.doctrine.parser.doctrine-parser-json','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Json','','',NULL,'doctrine-parser-json','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147852,3,'default.doctrine.parser.doctrine-parser-serialize','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Serialize','','',NULL,'doctrine-parser-serialize','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147853,3,'default.doctrine.parser.doctrine-parser-xml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Xml','','',NULL,'doctrine-parser-xml','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147854,3,'default.doctrine.parser.doctrine-parser-yml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Yml','','',NULL,'doctrine-parser-yml','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147855,3,'default.doctrine.plugin.doctrine-record-generator','default.doctrine.record.doctrine-record-abstract','Doctrine','plugin','Doctrine_Record_Generator','','',NULL,'doctrine-record-generator','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147856,3,'default.doctrine.query.doctrine-query','default.doctrine.query.doctrine-query-abstract','Doctrine','query','Doctrine_Query','\n Doctrine_Query A Doctrine_Query object represents a DQL query. It is used\n to query databases for data in an object-oriented fashion. A DQL query\n understands relations and inheritance and is dbms independant.\n','',NULL,'doctrine-query','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147857,3,'default.doctrine.query.doctrine-query-abstract',NULL,'Doctrine','query','Doctrine_Query_Abstract','','',NULL,'doctrine-query-abstract','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147858,3,'default.doctrine.query.doctrine-query-check',NULL,'Doctrine','query','Doctrine_Query_Check','','',NULL,'doctrine-query-check','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147859,3,'default.doctrine.query.doctrine-query-condition','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Condition','','',NULL,'doctrine-query-condition','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147860,3,'default.doctrine.query.doctrine-query-filter',NULL,'Doctrine','query','Doctrine_Query_Filter','','',NULL,'doctrine-query-filter','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147861,3,'default.doctrine.query.doctrine-query-filter-chain',NULL,'Doctrine','query','Doctrine_Query_Filter_Chain','','',NULL,'doctrine-query-filter-chain','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147862,3,'default.doctrine.query.doctrine-query-filter-interface',NULL,'Doctrine','query','Doctrine_Query_Filter_Interface','','',NULL,'doctrine-query-filter-interface','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147863,3,'default.doctrine.query.doctrine-query-from','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_From','','',NULL,'doctrine-query-from','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147864,3,'default.doctrine.query.doctrine-query-groupby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Groupby','','',NULL,'doctrine-query-groupby','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147865,3,'default.doctrine.query.doctrine-query-having','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Having','','',NULL,'doctrine-query-having','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147866,3,'default.doctrine.query.doctrine-query-joincondition','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_JoinCondition','','',NULL,'doctrine-query-join-condition','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147867,3,'default.doctrine.query.doctrine-query-limit','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Limit','','',NULL,'doctrine-query-limit','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147868,3,'default.doctrine.query.doctrine-query-offset','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Offset','','',NULL,'doctrine-query-offset','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147869,3,'default.doctrine.query.doctrine-query-orderby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Orderby','','',NULL,'doctrine-query-orderby','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147870,3,'default.doctrine.query.doctrine-query-part',NULL,'Doctrine','query','Doctrine_Query_Part','','',NULL,'doctrine-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147871,3,'default.doctrine.query.doctrine-query-registry',NULL,'Doctrine','query','Doctrine_Query_Registry','','',NULL,'doctrine-query-registry','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147872,3,'default.doctrine.query.doctrine-query-select','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Select','','',NULL,'doctrine-query-select','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147873,3,'default.doctrine.query.doctrine-query-set','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Set','Doctrine_Query','',NULL,'doctrine-query-set','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147874,3,'default.doctrine.query.doctrine-query-tokenizer',NULL,'Doctrine','query','Doctrine_Query_Tokenizer','','',NULL,'doctrine-query-tokenizer','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147875,3,'default.doctrine.query.doctrine-query-where','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Where','','',NULL,'doctrine-query-where','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147876,3,'default.doctrine.rawsql.doctrine-rawsql','default.doctrine.query.doctrine-query-abstract','Doctrine','rawsql','Doctrine_RawSql','','Doctrine_RawSql is an implementation of Doctrine_Query_Abstract that skips the entire DQL parsing procedure. The "DQL" that is passed to a RawSql query object for execution is considered to be plain SQL and will be used "as is". The ',NULL,'doctrine-raw-sql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147877,3,'default.doctrine.record.doctrine-record','default.doctrine.record.doctrine-record-abstract','Doctrine','record','Doctrine_Record','Doctrine_Record All record classes should inherit this super class','',NULL,'doctrine-record','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147878,3,'default.doctrine.record.doctrine-record-abstract','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Abstract','','',NULL,'doctrine-record-abstract','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147879,3,'default.doctrine.record.doctrine-record-filter',NULL,'Doctrine','record','Doctrine_Record_Filter','Doctrine_Record_Filter Filters the record getters and setters','',NULL,'doctrine-record-filter','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147880,3,'default.doctrine.record.doctrine-record-filter-compound','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Compound','','',NULL,'doctrine-record-filter-compound','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147881,3,'default.doctrine.record.doctrine-record-filter-standard','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Standard','Doctrine_Record_Filter_Standard Filters the record getters and setters','',NULL,'doctrine-record-filter-standard','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147882,3,'default.doctrine.record.doctrine-record-iterator',NULL,'Doctrine','record','Doctrine_Record_Iterator','','',NULL,'doctrine-record-iterator','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147883,3,'default.doctrine.record.doctrine-record-listener',NULL,'Doctrine','record','Doctrine_Record_Listener','','',NULL,'doctrine-record-listener','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147884,3,'default.doctrine.record.doctrine-record-listener-chain','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Listener_Chain','\n Doctrine_Record_Listener_Chain this class represents a chain of different\n listeners, useful for having multiple listeners listening the events at\n the same time\n','',NULL,'doctrine-record-listener-chain','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147885,3,'default.doctrine.record.doctrine-record-listener-interface',NULL,'Doctrine','record','Doctrine_Record_Listener_Interface','Doctrine_Record_Listener','',NULL,'doctrine-record-listener-interface','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147886,3,'default.doctrine.relation.doctrine-relation',NULL,'Doctrine','relation','Doctrine_Relation','Doctrine_Relation This class represents a relation between components','',NULL,'doctrine-relation','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147887,3,'default.doctrine.relation.doctrine-relation-association','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_Association','\n Doctrine_Relation_Association this class takes care of association\n mapping (= many-to-many relationships, where the\n relationship is handled with an additional relational table\n which holds 2 foreign keys)\n','',NULL,'doctrine-relation-association','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147888,3,'default.doctrine.relation.doctrine-relation-association-self','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Association_Self','','',NULL,'doctrine-relation-association-self','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147889,3,'default.doctrine.relation.doctrine-relation-foreignkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_ForeignKey','Doctrine_Relation_ForeignKey This class represents a foreign key relation','',NULL,'doctrine-relation-foreign-key','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147890,3,'default.doctrine.relation.doctrine-relation-localkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_LocalKey','Doctrine_Relation_LocalKey This class represents a local key relation','',NULL,'doctrine-relation-local-key','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147891,3,'default.doctrine.relation.doctrine-relation-nest','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Nest','Doctrine_Relation_Association_Self','',NULL,'doctrine-relation-nest','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147892,3,'default.doctrine.relation.doctrine-relation-parser',NULL,'Doctrine','relation','Doctrine_Relation_Parser','','',NULL,'doctrine-relation-parser','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147893,3,'default.doctrine.search.doctrine-search','default.doctrine.plugin.doctrine-record-generator','Doctrine','search','Doctrine_Search','','',NULL,'doctrine-search','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147894,3,'default.doctrine.search.doctrine-search-analyzer',NULL,'Doctrine','search','Doctrine_Search_Analyzer','','',NULL,'doctrine-search-analyzer','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147895,3,'default.doctrine.search.doctrine-search-analyzer-interface',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Interface','','',NULL,'doctrine-search-analyzer-interface','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147896,3,'default.doctrine.search.doctrine-search-analyzer-standard',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Standard','','',NULL,'doctrine-search-analyzer-standard','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147897,3,'default.doctrine.search.doctrine-search-file','default.doctrine.search.doctrine-search','Doctrine','search','Doctrine_Search_File','Doctrine_Search','',NULL,'doctrine-search-file','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147898,3,'default.doctrine.search.doctrine-search-indexer',NULL,'Doctrine','search','Doctrine_Search_Indexer','','',NULL,'doctrine-search-indexer','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147899,3,'default.doctrine.search.doctrine-search-indexer-dir',NULL,'Doctrine','search','Doctrine_Search_Indexer_Dir','','',NULL,'doctrine-search-indexer-dir','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147900,3,'default.doctrine.search.doctrine-search-listener','default.doctrine.record.doctrine-record-listener','Doctrine','search','Doctrine_Search_Listener','','',NULL,'doctrine-search-listener','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147901,3,'default.doctrine.search.doctrine-search-parser',NULL,'Doctrine','search','Doctrine_Search_Parser','Doctrine_Search_Parser_Standard','',NULL,'doctrine-search-parser','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147902,3,'default.doctrine.search.doctrine-search-query',NULL,'Doctrine','search','Doctrine_Search_Query','','',NULL,'doctrine-search-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147903,3,'default.doctrine.search.doctrine-search-record','default.doctrine.template.doctrine-template','Doctrine','search','Doctrine_Search_Record','','',NULL,'doctrine-search-record','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147904,3,'default.doctrine.search.doctrine-search-scorer',NULL,'Doctrine','search','Doctrine_Search_Scorer','','',NULL,'doctrine-search-scorer','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147905,3,'default.doctrine.sequence.doctrine-sequence','default.doctrine.connection.doctrine-connection-module','Doctrine','sequence','Doctrine_Sequence','Doctrine_Sequence The base class for sequence handling drivers.','',NULL,'doctrine-sequence','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147906,3,'default.doctrine.sequence.doctrine-sequence-db2','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Db2','','',NULL,'doctrine-sequence-db2','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147907,3,'default.doctrine.sequence.doctrine-sequence-firebird','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Firebird','','',NULL,'doctrine-sequence-firebird','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147908,3,'default.doctrine.sequence.doctrine-sequence-mssql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mssql','','',NULL,'doctrine-sequence-mssql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147909,3,'default.doctrine.sequence.doctrine-sequence-mysql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mysql','','',NULL,'doctrine-sequence-mysql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147910,3,'default.doctrine.sequence.doctrine-sequence-oracle','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Oracle','','',NULL,'doctrine-sequence-oracle','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147911,3,'default.doctrine.sequence.doctrine-sequence-pgsql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Pgsql','','',NULL,'doctrine-sequence-pgsql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147912,3,'default.doctrine.sequence.doctrine-sequence-sqlite','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Sqlite','','',NULL,'doctrine-sequence-sqlite','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147913,3,'default.doctrine.spyc.doctrine-parser-spyc',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc','The Simple PHP YAML Class.','This class can be used to read a YAML file and convert its contents into a PHP array. It currently supports a very limited subsection of the YAML spec.\n\n Usage:\n \n ',NULL,'doctrine-parser-spyc','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147914,3,'default.doctrine.spyc.doctrine-parser-spyc-yamlnode',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc_YamlNode','A node, used by Doctrine_Parser_Spyc for parsing YAML.','',NULL,'doctrine-parser-spyc-yaml-node','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147915,3,'default.doctrine.table.doctrine-table','default.doctrine.configurable.doctrine-configurable','Doctrine','table','Doctrine_Table','\n Doctrine_Table represents a database table each\n Doctrine_Table holds the information of foreignKeys and associations\n','',NULL,'doctrine-table','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147916,3,'default.doctrine.table.doctrine-table-exception',NULL,'Doctrine','table','Doctrine_Table_Exception','\n thrown when user tries to initialize a new instance of Doctrine_Table,\n while there already exists an instance of that table\n','',NULL,'doctrine-table-exception','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147917,3,'default.doctrine.table.doctrine-table-repository',NULL,'Doctrine','table','Doctrine_Table_Repository','\n Doctrine_Repository each record is added into Doctrine_Repository at the\n same time they are created, loaded from the database or retrieved from the\n cache\n','',NULL,'doctrine-table-repository','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147918,3,'default.doctrine.task.doctrine-task',NULL,'Doctrine','task','Doctrine_Task','','Abstract class used for writing Doctrine Tasks',NULL,'doctrine-task','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147919,3,'default.doctrine.task.doctrine-task-buildall','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAll','','',NULL,'doctrine-task-build-all','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147920,3,'default.doctrine.task.doctrine-task-buildallload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllLoad','','',NULL,'doctrine-task-build-all-load','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147921,3,'default.doctrine.task.doctrine-task-buildallreload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllReload','','',NULL,'doctrine-task-build-all-reload','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147922,3,'default.doctrine.task.doctrine-task-compile','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Compile','','',NULL,'doctrine-task-compile','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147923,3,'default.doctrine.task.doctrine-task-createdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateDb','','',NULL,'doctrine-task-create-db','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147924,3,'default.doctrine.task.doctrine-task-createtables','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateTables','','',NULL,'doctrine-task-create-tables','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147925,3,'default.doctrine.task.doctrine-task-dql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Dql','','',NULL,'doctrine-task-dql','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147926,3,'default.doctrine.task.doctrine-task-dropdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DropDb','','',NULL,'doctrine-task-drop-db','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147927,3,'default.doctrine.task.doctrine-task-dumpdata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DumpData','','',NULL,'doctrine-task-dump-data','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147928,3,'default.doctrine.task.doctrine-task-generatemigration','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigration','','',NULL,'doctrine-task-generate-migration','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147929,3,'default.doctrine.task.doctrine-task-generatemigrationsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDb','','',NULL,'doctrine-task-generate-migrations-db','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147930,3,'default.doctrine.task.doctrine-task-generatemigrationsmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsModels','','',NULL,'doctrine-task-generate-migrations-models','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147931,3,'default.doctrine.task.doctrine-task-generatemodelsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsDb','','',NULL,'doctrine-task-generate-models-db','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147932,3,'default.doctrine.task.doctrine-task-generatemodelsyaml','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsYaml','','',NULL,'doctrine-task-generate-models-yaml','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147933,3,'default.doctrine.task.doctrine-task-generatesql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateSql','','',NULL,'doctrine-task-generate-sql','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147934,3,'default.doctrine.task.doctrine-task-generateyamldb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlDb','','',NULL,'doctrine-task-generate-yaml-db','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147935,3,'default.doctrine.task.doctrine-task-generateyamlmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlModels','Doctrine_Task_GenerateFromModels','',NULL,'doctrine-task-generate-yaml-models','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147936,3,'default.doctrine.task.doctrine-task-loaddata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadData','','',NULL,'doctrine-task-load-data','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147937,3,'default.doctrine.task.doctrine-task-loaddummydata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadDummyData','','',NULL,'doctrine-task-load-dummy-data','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147938,3,'default.doctrine.task.doctrine-task-migrate','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Migrate','','',NULL,'doctrine-task-migrate','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147939,3,'default.doctrine.task.doctrine-task-rebuilddb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_RebuildDb','','',NULL,'doctrine-task-rebuild-db','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147940,3,'default.doctrine.template.doctrine-template','default.doctrine.record.doctrine-record-abstract','Doctrine','template','Doctrine_Template','','',NULL,'doctrine-template','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147941,3,'default.doctrine.template.doctrine-template-geographical','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Geographical','','Easily add longitude and latitude columns to your records and use inherited functionality for calculating distances',NULL,'doctrine-template-geographical','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147942,3,'default.doctrine.template.doctrine-template-i18n','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_I18n','','',NULL,'doctrine-template-i18n','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147943,3,'default.doctrine.template.doctrine-template-listener-sluggable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-listener-sluggable','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147944,3,'default.doctrine.template.doctrine-template-listener-timestampable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Timestampable','','',NULL,'doctrine-template-listener-timestampable','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147945,3,'default.doctrine.template.doctrine-template-nestedset','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_NestedSet','','',NULL,'doctrine-template-nested-set','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147946,3,'default.doctrine.template.doctrine-template-searchable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Searchable','','',NULL,'doctrine-template-searchable','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147947,3,'default.doctrine.template.doctrine-template-sluggable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-sluggable','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147948,3,'default.doctrine.template.doctrine-template-timestampable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Timestampable','','Easily add created and updated at timestamps to your doctrine records',NULL,'doctrine-template-timestampable','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147949,3,'default.doctrine.template.doctrine-template-versionable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Versionable','','',NULL,'doctrine-template-versionable','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147950,3,'default.doctrine.transaction.doctrine-transaction','default.doctrine.connection.doctrine-connection-module','Doctrine','transaction','Doctrine_Transaction','\n Doctrine_Transaction Handles transaction savepoint and isolation\n abstraction\n','',NULL,'doctrine-transaction','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147951,3,'default.doctrine.transaction.doctrine-transaction-firebird','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Firebird','','',NULL,'doctrine-transaction-firebird','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147952,3,'default.doctrine.transaction.doctrine-transaction-mssql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mssql','','',NULL,'doctrine-transaction-mssql','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147953,3,'default.doctrine.transaction.doctrine-transaction-mysql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mysql','','',NULL,'doctrine-transaction-mysql','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147954,3,'default.doctrine.transaction.doctrine-transaction-oracle','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Oracle','','',NULL,'doctrine-transaction-oracle','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147955,3,'default.doctrine.transaction.doctrine-transaction-pgsql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Pgsql','','',NULL,'doctrine-transaction-pgsql','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147956,3,'default.doctrine.transaction.doctrine-transaction-sqlite','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Sqlite','','',NULL,'doctrine-transaction-sqlite','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147957,3,'default.doctrine.tree.doctrine-tree',NULL,'Doctrine','tree','Doctrine_Tree','','',NULL,'doctrine-tree','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147958,3,'default.doctrine.tree.doctrine-tree-interface',NULL,'Doctrine','tree','Doctrine_Tree_Interface','','',NULL,'doctrine-tree-interface','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147959,3,'default.doctrine.tree.doctrine-tree-nestedset','default.doctrine.tree.doctrine-tree','Doctrine','tree','Doctrine_Tree_NestedSet','','',NULL,'doctrine-tree-nested-set','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147960,3,'default.doctrine.validator.doctrine-validator','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','validator','Doctrine_Validator','\n Doctrine_Validator Doctrine_Validator performs validations on record\n properties\n','',NULL,'doctrine-validator','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147961,3,'default.doctrine.validator.doctrine-validator-country',NULL,'Doctrine','validator','Doctrine_Validator_Country','','',NULL,'doctrine-validator-country','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147962,3,'default.doctrine.validator.doctrine-validator-creditcard',NULL,'Doctrine','validator','Doctrine_Validator_Creditcard','','',NULL,'doctrine-validator-creditcard','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147963,3,'default.doctrine.validator.doctrine-validator-date',NULL,'Doctrine','validator','Doctrine_Validator_Date','','',NULL,'doctrine-validator-date','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147964,3,'default.doctrine.validator.doctrine-validator-driver',NULL,'Doctrine','validator','Doctrine_Validator_Driver','','',NULL,'doctrine-validator-driver','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147965,3,'default.doctrine.validator.doctrine-validator-email',NULL,'Doctrine','validator','Doctrine_Validator_Email','','',NULL,'doctrine-validator-email','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147966,3,'default.doctrine.validator.doctrine-validator-errorstack','default.doctrine.access.doctrine-access','Doctrine','validator','Doctrine_Validator_ErrorStack','','',NULL,'doctrine-validator-error-stack','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147967,3,'default.doctrine.validator.doctrine-validator-exception',NULL,'Doctrine','validator','Doctrine_Validator_Exception','','',NULL,'doctrine-validator-exception','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147968,3,'default.doctrine.validator.doctrine-validator-future',NULL,'Doctrine','validator','Doctrine_Validator_Future','','',NULL,'doctrine-validator-future','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147969,3,'default.doctrine.validator.doctrine-validator-htmlcolor',NULL,'Doctrine','validator','Doctrine_Validator_HtmlColor','','',NULL,'doctrine-validator-html-color','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147970,3,'default.doctrine.validator.doctrine-validator-ip',NULL,'Doctrine','validator','Doctrine_Validator_Ip','','',NULL,'doctrine-validator-ip','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147971,3,'default.doctrine.validator.doctrine-validator-minlength',NULL,'Doctrine','validator','Doctrine_Validator_Minlength','Doctrine_Validator_Regexp','',NULL,'doctrine-validator-minlength','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147972,3,'default.doctrine.validator.doctrine-validator-nospace','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Nospace','','',NULL,'doctrine-validator-nospace','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147973,3,'default.doctrine.validator.doctrine-validator-notblank','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notblank','','',NULL,'doctrine-validator-notblank','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147974,3,'default.doctrine.validator.doctrine-validator-notnull','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notnull','','',NULL,'doctrine-validator-notnull','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147975,3,'default.doctrine.validator.doctrine-validator-past',NULL,'Doctrine','validator','Doctrine_Validator_Past','','',NULL,'doctrine-validator-past','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147976,3,'default.doctrine.validator.doctrine-validator-range',NULL,'Doctrine','validator','Doctrine_Validator_Range','','',NULL,'doctrine-validator-range','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147977,3,'default.doctrine.validator.doctrine-validator-readonly',NULL,'Doctrine','validator','Doctrine_Validator_Readonly','','',NULL,'doctrine-validator-readonly','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147978,3,'default.doctrine.validator.doctrine-validator-regexp',NULL,'Doctrine','validator','Doctrine_Validator_Regexp','','',NULL,'doctrine-validator-regexp','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147979,3,'default.doctrine.validator.doctrine-validator-time',NULL,'Doctrine','validator','Doctrine_Validator_Time','','',NULL,'doctrine-validator-time','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147980,3,'default.doctrine.validator.doctrine-validator-timestamp',NULL,'Doctrine','validator','Doctrine_Validator_Timestamp','','',NULL,'doctrine-validator-timestamp','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147981,3,'default.doctrine.validator.doctrine-validator-unique',NULL,'Doctrine','validator','Doctrine_Validator_Unique','','',NULL,'doctrine-validator-unique','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147982,3,'default.doctrine.validator.doctrine-validator-unsigned',NULL,'Doctrine','validator','Doctrine_Validator_Unsigned','','',NULL,'doctrine-validator-unsigned','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147983,3,'default.doctrine.validator.doctrine-validator-usstate',NULL,'Doctrine','validator','Doctrine_Validator_Usstate','','',NULL,'doctrine-validator-usstate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147984,3,'default.doctrine.view.doctrine-view',NULL,'Doctrine','view','Doctrine_View','','this class represents a database view',NULL,'doctrine-view','2008-07-25 07:41:05','2008-07-25 07:41:05'),(158865,4,'default.doctrine.doctrine',NULL,'Doctrine','doctrine','Doctrine','Doctrine the base class of Doctrine framework','',NULL,'doctrine','2008-09-01 05:38:29','2008-09-01 05:38:29'),(158866,4,'default.doctrine.access.doctrine-access','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','access','Doctrine_Access','\n Provides array access and property overload interface for Doctrine\n subclasses\n','',NULL,'doctrine-access','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158867,4,'default.doctrine.adapter.doctrine-adapter-db2','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Db2','IBM DB2 Adapter. This class was ported from the Zend Framework','',NULL,'doctrine-adapter-db2','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158868,4,'default.doctrine.adapter.doctrine-adapter-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Interface','This adapter interface should be implemented by all custom adapters','',NULL,'doctrine-adapter-interface','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158869,4,'default.doctrine.adapter.doctrine-adapter-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Mock','\n Doctrine mock connection adapter. This class is used for special testing\n purposes.\n','',NULL,'doctrine-adapter-mock','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158870,4,'default.doctrine.adapter.doctrine-adapter-mysqli','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Mysqli','Custom Doctrine connection adapter for mysqli','',NULL,'doctrine-adapter-mysqli','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158871,4,'default.doctrine.adapter.doctrine-adapter-oracle','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Oracle','Custom Doctrine connection adapter for oracle','',NULL,'doctrine-adapter-oracle','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158872,4,'default.doctrine.adapter.doctrine-adapter-statement',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement','','',NULL,'doctrine-adapter-statement','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158873,4,'default.doctrine.adapter.doctrine-adapter-statement-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Interface','Interface for Doctrine adapter statements','',NULL,'doctrine-adapter-statement-interface','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158874,4,'default.doctrine.adapter.doctrine-adapter-statement-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Mock','Mock connection adapter statement class. Used for special testing purposes','',NULL,'doctrine-adapter-statement-mock','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158875,4,'default.doctrine.auditlog.doctrine-auditlog','default.doctrine.plugin.doctrine-record-generator','Doctrine','auditlog','Doctrine_AuditLog','','',NULL,'doctrine-audit-log','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158876,4,'default.doctrine.auditlog.doctrine-auditlog-listener','default.doctrine.record.doctrine-record-listener','Doctrine','auditlog','Doctrine_AuditLog_Listener','','',NULL,'doctrine-audit-log-listener','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158877,4,'default.doctrine.builder.doctrine-builder',NULL,'Doctrine','builder','Doctrine_Builder','Base class for any code builders/generators for Doctrine','',NULL,'doctrine-builder','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158878,4,'default.doctrine.cache.doctrine-cache','default.doctrine.eventlistener.doctrine-eventlistener','Doctrine','cache','Doctrine_Cache','','',NULL,'doctrine-cache','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158879,4,'default.doctrine.cache.doctrine-cache-apc','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Apc','APC Cache Driver','',NULL,'doctrine-cache-apc','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158880,4,'default.doctrine.cache.doctrine-cache-array',NULL,'Doctrine','cache','Doctrine_Cache_Array','Array cache driver','',NULL,'doctrine-cache-array','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158881,4,'default.doctrine.cache.doctrine-cache-db','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Db','Database cache driver','',NULL,'doctrine-cache-db','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158882,4,'default.doctrine.cache.doctrine-cache-driver',NULL,'Doctrine','cache','Doctrine_Cache_Driver','Abstract cache driver class','',NULL,'doctrine-cache-driver','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158883,4,'default.doctrine.cache.doctrine-cache-interface',NULL,'Doctrine','cache','Doctrine_Cache_Interface','Doctrine cache driver interface','',NULL,'doctrine-cache-interface','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158884,4,'default.doctrine.cache.doctrine-cache-memcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Memcache','Memcache cache driver','',NULL,'doctrine-cache-memcache','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158885,4,'default.doctrine.cache.doctrine-cache-xcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Xcache','Xcache cache driver','',NULL,'doctrine-cache-xcache','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158886,4,'default.doctrine.cli.doctrine-cli',NULL,'Doctrine','cli','Doctrine_Cli','\n Command line interface class Interface for easily executing Doctrine_Task\n classes from a command line interface\n','',NULL,'doctrine-cli','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158887,4,'default.doctrine.cli.doctrine-cli-ansicolorformatter','default.doctrine.cli.doctrine-cli-formatter','Doctrine','cli','Doctrine_Cli_AnsiColorFormatter','\n Doctrine_AnsiColorFormatter provides methods to colorize text to be\n displayed on a console.\n','This class was taken from the symfony-project source',NULL,'doctrine-cli-ansi-color-formatter','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158888,4,'default.doctrine.cli.doctrine-cli-formatter',NULL,'Doctrine','cli','Doctrine_Cli_Formatter','\n Doctrine_Cli_Formatter provides methods to format text to be displayed on a\n console.\n','This class was taken from the symfony-project source',NULL,'doctrine-cli-formatter','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158889,4,'default.doctrine.collection.doctrine-collection','default.doctrine.access.doctrine-access','Doctrine','collection','Doctrine_Collection','Doctrine_Collection Collection of Doctrine_Record objects.','',NULL,'doctrine-collection','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158890,4,'default.doctrine.collection.doctrine-collection-iterator',NULL,'Doctrine','collection','Doctrine_Collection_Iterator','Doctrine_Collection_Iterator iterates through Doctrine_Collection','',NULL,'doctrine-collection-iterator','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158891,4,'default.doctrine.collection.doctrine-collection-iterator-expandable','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Expandable','Expandable collection iterator class','',NULL,'doctrine-collection-iterator-expandable','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158892,4,'default.doctrine.collection.doctrine-collection-iterator-normal','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Normal','','',NULL,'doctrine-collection-iterator-normal','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158893,4,'default.doctrine.collection.doctrine-collection-iterator-offset','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Offset','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-offset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158894,4,'default.doctrine.collection.doctrine-collection-offset','default.doctrine.collection.doctrine-collection','Doctrine','collection','Doctrine_Collection_Offset','Doctrine_Collection_Offset Collection of Doctrine_Record objects.','',NULL,'doctrine-collection-offset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158895,4,'default.doctrine.column.doctrine-column','default.doctrine.access.doctrine-access','Doctrine','column','Doctrine_Column','Doctrine_Column This class represents a database column','',NULL,'doctrine-column','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158896,4,'default.doctrine.compiler.doctrine-compiler',NULL,'Doctrine','compiler','Doctrine_Compiler','\n Doctrine_Compiler This class can be used for compiling the entire Doctrine\n framework into a single file\n','',NULL,'doctrine-compiler','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158897,4,'default.doctrine.configurable.doctrine-configurable','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','configurable','Doctrine_Configurable','\n Doctrine_Configurable the base for Doctrine_Table, Doctrine_Manager and\n Doctrine_Connection\n','',NULL,'doctrine-configurable','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158898,4,'default.doctrine.connection.doctrine-connection','default.doctrine.configurable.doctrine-configurable','Doctrine','connection','Doctrine_Connection','','A wrapper layer on top of PDO / Doctrine_Adapter\nDoctrine_Connection is the heart of any Doctrine based application.\n\n \n 2. Lazy-connecting Creating an instance of Doctrine_Connection does not connect to database. Connecting to database is o',NULL,'doctrine-connection','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158899,4,'default.doctrine.connection.doctrine-connection-common','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Common','standard connection, the parent of pgsql, mysql and sqlite','',NULL,'doctrine-connection-common','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158900,4,'default.doctrine.connection.doctrine-connection-db2','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Db2','','',NULL,'doctrine-connection-db2','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158901,4,'default.doctrine.connection.doctrine-connection-exception',NULL,'Doctrine','connection','Doctrine_Connection_Exception','Doctrine_Exception','',NULL,'doctrine-connection-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158902,4,'default.doctrine.connection.doctrine-connection-firebird','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Firebird','','',NULL,'doctrine-connection-firebird','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158903,4,'default.doctrine.connection.doctrine-connection-firebird-exception',NULL,'Doctrine','connection','Doctrine_Connection_Firebird_Exception','','',NULL,'doctrine-connection-firebird-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158904,4,'default.doctrine.connection.doctrine-connection-informix','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Informix','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-informix','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158905,4,'default.doctrine.connection.doctrine-connection-mock','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mock','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-mock','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158906,4,'default.doctrine.connection.doctrine-connection-module',NULL,'Doctrine','connection','Doctrine_Connection_Module','','',NULL,'doctrine-connection-module','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158907,4,'default.doctrine.connection.doctrine-connection-mssql','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Mssql','','',NULL,'doctrine-connection-mssql','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158908,4,'default.doctrine.connection.doctrine-connection-mssql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mssql_Exception','','',NULL,'doctrine-connection-mssql-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158909,4,'default.doctrine.connection.doctrine-connection-mysql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mysql','','',NULL,'doctrine-connection-mysql','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158910,4,'default.doctrine.connection.doctrine-connection-mysql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mysql_Exception','','',NULL,'doctrine-connection-mysql-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158911,4,'default.doctrine.connection.doctrine-connection-oracle','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Oracle','','',NULL,'doctrine-connection-oracle','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158912,4,'default.doctrine.connection.doctrine-connection-oracle-exception',NULL,'Doctrine','connection','Doctrine_Connection_Oracle_Exception','','',NULL,'doctrine-connection-oracle-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158913,4,'default.doctrine.connection.doctrine-connection-pgsql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Pgsql','','',NULL,'doctrine-connection-pgsql','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158914,4,'default.doctrine.connection.doctrine-connection-pgsql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Pgsql_Exception','','',NULL,'doctrine-connection-pgsql-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158915,4,'default.doctrine.connection.doctrine-connection-profiler',NULL,'Doctrine','connection','Doctrine_Connection_Profiler','','',NULL,'doctrine-connection-profiler','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158916,4,'default.doctrine.connection.doctrine-connection-sqlite','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Sqlite','','',NULL,'doctrine-connection-sqlite','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158917,4,'default.doctrine.connection.doctrine-connection-sqlite-exception',NULL,'Doctrine','connection','Doctrine_Connection_Sqlite_Exception','','',NULL,'doctrine-connection-sqlite-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158918,4,'default.doctrine.connection.doctrine-connection-statement',NULL,'Doctrine','connection','Doctrine_Connection_Statement','','',NULL,'doctrine-connection-statement','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158919,4,'default.doctrine.connection.doctrine-connection-unitofwork','default.doctrine.connection.doctrine-connection-module','Doctrine','connection','Doctrine_Connection_UnitOfWork','','Note: This class does not have the semantics of a real "Unit of Work" in 0.10/1.0. Database operations are not queued. All changes to objects are immediately written to the database. You can think of it as a unit of work in auto-flush mode.\nRe',NULL,'doctrine-connection-unit-of-work','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158920,4,'default.doctrine.data.doctrine-data',NULL,'Doctrine','data','Doctrine_Data','','Base Doctrine_Data class for dumping and loading data to and from fixtures files. Support formats are based on what formats are available in Doctrine_Parser such as yaml, xml, json, etc.',NULL,'doctrine-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158921,4,'default.doctrine.data.doctrine-data-export','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Export','','',NULL,'doctrine-data-export','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158922,4,'default.doctrine.data.doctrine-data-import','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Import','','',NULL,'doctrine-data-import','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158923,4,'default.doctrine.datadict.doctrine-datadict','default.doctrine.connection.doctrine-connection-module','Doctrine','datadict','Doctrine_DataDict','','',NULL,'doctrine-data-dict','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158924,4,'default.doctrine.datadict.doctrine-datadict-firebird','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Firebird','','',NULL,'doctrine-data-dict-firebird','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158925,4,'default.doctrine.datadict.doctrine-datadict-informix','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Informix','','',NULL,'doctrine-data-dict-informix','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158926,4,'default.doctrine.datadict.doctrine-datadict-mssql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mssql','','',NULL,'doctrine-data-dict-mssql','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158927,4,'default.doctrine.datadict.doctrine-datadict-mysql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mysql','','',NULL,'doctrine-data-dict-mysql','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158928,4,'default.doctrine.datadict.doctrine-datadict-oracle','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Oracle','','',NULL,'doctrine-data-dict-oracle','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158929,4,'default.doctrine.datadict.doctrine-datadict-pgsql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Pgsql','','',NULL,'doctrine-data-dict-pgsql','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158930,4,'default.doctrine.datadict.doctrine-datadict-sqlite','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Sqlite','','',NULL,'doctrine-data-dict-sqlite','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158931,4,'default.doctrine.datatype.doctrine-datatype',NULL,'Doctrine','datatype','Doctrine_DataType','','',NULL,'doctrine-data-type','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158932,4,'default.doctrine.event.doctrine-event',NULL,'Doctrine','event','Doctrine_Event','','',NULL,'doctrine-event','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158933,4,'default.doctrine.eventlistener.doctrine-eventlistener',NULL,'Doctrine','eventlistener','Doctrine_EventListener','\n Doctrine_EventListener all event listeners extend this base class\n the empty methods allow child classes to only\n implement the methods they need to implement\n','',NULL,'doctrine-event-listener','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158934,4,'default.doctrine.eventlistener.doctrine-eventlistener-chain','default.doctrine.access.doctrine-access','Doctrine','eventlistener','Doctrine_EventListener_Chain','\n Doctrine_EventListener_Chain this class represents a chain of different\n listeners, useful for having multiple listeners listening the events at\n the same time\n','',NULL,'doctrine-event-listener-chain','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158935,4,'default.doctrine.eventlistener.doctrine-eventlistener-interface',NULL,'Doctrine','eventlistener','Doctrine_EventListener_Interface','\n Doctrine_EventListener all event listeners extend this base class\n the empty methods allow child classes to only\n implement the methods they need to implement\n','',NULL,'doctrine-event-listener-interface','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158936,4,'default.doctrine.exception.doctrine-exception',NULL,'Doctrine','exception','Doctrine_Exception','','',NULL,'doctrine-exception','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158937,4,'default.doctrine.export.doctrine-export','default.doctrine.connection.doctrine-connection-module','Doctrine','export','Doctrine_Export','','',NULL,'doctrine-export','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158938,4,'default.doctrine.export.doctrine-export-firebird','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Firebird','Doctrine_Export_Sqlite','',NULL,'doctrine-export-firebird','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158939,4,'default.doctrine.export.doctrine-export-frontbase','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Frontbase','','',NULL,'doctrine-export-frontbase','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158940,4,'default.doctrine.export.doctrine-export-mssql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mssql','','',NULL,'doctrine-export-mssql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158941,4,'default.doctrine.export.doctrine-export-mysql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mysql','','',NULL,'doctrine-export-mysql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158942,4,'default.doctrine.export.doctrine-export-oracle','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Oracle','','',NULL,'doctrine-export-oracle','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158943,4,'default.doctrine.export.doctrine-export-pgsql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Pgsql','','',NULL,'doctrine-export-pgsql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158944,4,'default.doctrine.export.doctrine-export-reporter',NULL,'Doctrine','export','Doctrine_Export_Reporter','','',NULL,'doctrine-export-reporter','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158945,4,'default.doctrine.export.doctrine-export-schema',NULL,'Doctrine','export','Doctrine_Export_Schema','','Used for exporting a schema to a yaml file',NULL,'doctrine-export-schema','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158946,4,'default.doctrine.export.doctrine-export-sqlite','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Sqlite','','',NULL,'doctrine-export-sqlite','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158947,4,'default.doctrine.expression.doctrine-expression',NULL,'Doctrine','expression','Doctrine_Expression','','',NULL,'doctrine-expression','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158948,4,'default.doctrine.expression.doctrine-expression-driver','default.doctrine.connection.doctrine-connection-module','Doctrine','expression','Doctrine_Expression_Driver','','',NULL,'doctrine-expression-driver','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158949,4,'default.doctrine.expression.doctrine-expression-firebird','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Firebird','','',NULL,'doctrine-expression-firebird','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158950,4,'default.doctrine.expression.doctrine-expression-mssql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mssql','','',NULL,'doctrine-expression-mssql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158951,4,'default.doctrine.expression.doctrine-expression-mysql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mysql','','',NULL,'doctrine-expression-mysql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158952,4,'default.doctrine.expression.doctrine-expression-oracle','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Oracle','Doctrine_Expression_Sqlite','',NULL,'doctrine-expression-oracle','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158953,4,'default.doctrine.expression.doctrine-expression-pgsql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Pgsql','','',NULL,'doctrine-expression-pgsql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158954,4,'default.doctrine.expression.doctrine-expression-sqlite','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Sqlite','','',NULL,'doctrine-expression-sqlite','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158955,4,'default.doctrine.file.doctrine-file','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File','','',NULL,'doctrine-file','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158956,4,'default.doctrine.file.doctrine-file-index','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File_Index','','',NULL,'doctrine-file-index','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158957,4,'default.doctrine.formatter.doctrine-formatter','default.doctrine.connection.doctrine-connection-module','Doctrine','formatter','Doctrine_Formatter','','',NULL,'doctrine-formatter','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158958,4,'default.doctrine.hook.doctrine-hook',NULL,'Doctrine','hook','Doctrine_Hook','','',NULL,'doctrine-hook','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158959,4,'default.doctrine.hook.doctrine-hook-equal','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Equal','','',NULL,'doctrine-hook-equal','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158960,4,'default.doctrine.hook.doctrine-hook-integer','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_Integer','','',NULL,'doctrine-hook-integer','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158961,4,'default.doctrine.hook.doctrine-hook-parser',NULL,'Doctrine','hook','Doctrine_Hook_Parser','','',NULL,'doctrine-hook-parser','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158962,4,'default.doctrine.hook.doctrine-hook-parser-complex','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Parser_Complex','','',NULL,'doctrine-hook-parser-complex','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158963,4,'default.doctrine.hook.doctrine-hook-wordlike','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_WordLike','','',NULL,'doctrine-hook-word-like','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158964,4,'default.doctrine.hydrate.doctrine-hydrator','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator','Its purpose is to populate object graphs.','',NULL,'doctrine-hydrator','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158965,4,'default.doctrine.hydrate.doctrine-hydrator-abstract','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_Abstract','','',NULL,'doctrine-hydrator-abstract','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158966,4,'default.doctrine.hydrate.doctrine-hydrator-arraydriver',NULL,'Doctrine','hydrate','Doctrine_Hydrator_ArrayDriver','\n Doctrine_Hydrate_Array defines an array fetching strategy for\n Doctrine_Hydrate\n','',NULL,'doctrine-hydrator-array-driver','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158967,4,'default.doctrine.hydrate.doctrine-hydrator-recorddriver','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_RecordDriver','\n Doctrine_Hydrate_RecordDriver Hydration strategy used for creating\n collections of entity objects.\n','',NULL,'doctrine-hydrator-record-driver','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158968,4,'default.doctrine.i18n.doctrine-i18n','default.doctrine.plugin.doctrine-record-generator','Doctrine','i18n','Doctrine_I18n','','',NULL,'doctrine-i18n','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158969,4,'default.doctrine.import.doctrine-import','default.doctrine.connection.doctrine-connection-module','Doctrine','import','Doctrine_Import','\n class Doctrine_Import Main responsible of performing import operation.\n Delegates database schema reading to a reader object and passes the result\n to a builder object which builds a Doctrine data model.\n','',NULL,'doctrine-import','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158970,4,'default.doctrine.import.doctrine-import-builder','default.doctrine.builder.doctrine-builder','Doctrine','import','Doctrine_Import_Builder','','Import builder is responsible of building Doctrine_Record classes based on a database schema.',NULL,'doctrine-import-builder','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158971,4,'default.doctrine.import.doctrine-import-firebird','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Firebird','','',NULL,'doctrine-import-firebird','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158972,4,'default.doctrine.import.doctrine-import-mssql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mssql','','',NULL,'doctrine-import-mssql','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158973,4,'default.doctrine.import.doctrine-import-mysql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mysql','','',NULL,'doctrine-import-mysql','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158974,4,'default.doctrine.import.doctrine-import-oracle','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Oracle','','',NULL,'doctrine-import-oracle','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158975,4,'default.doctrine.import.doctrine-import-pgsql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Pgsql','','',NULL,'doctrine-import-pgsql','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158976,4,'default.doctrine.import.doctrine-import-schema',NULL,'Doctrine','import','Doctrine_Import_Schema','','Class for importing Doctrine_Record classes from a yaml schema definition',NULL,'doctrine-import-schema','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158977,4,'default.doctrine.import.doctrine-import-sqlite','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Sqlite','','',NULL,'doctrine-import-sqlite','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158978,4,'default.doctrine.inflector.doctrine-inflector',NULL,'Doctrine','inflector','Doctrine_Inflector','Doctrine inflector has static methods for inflecting text','The methods in these classes are from several different sources collected across several different php projects and several different authors. The original author names and emails are not known',NULL,'doctrine-inflector','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158979,4,'default.doctrine.integritymapper.doctrine-integritymapper',NULL,'Doctrine','integritymapper','Doctrine_IntegrityMapper','','',NULL,'doctrine-integrity-mapper','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158980,4,'default.doctrine.lib.doctrine-lib',NULL,'Doctrine','lib','Doctrine_Lib','\n Doctrine_Lib has not commonly used static functions, mostly for debugging\n purposes\n','',NULL,'doctrine-lib','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158981,4,'default.doctrine.locking.doctrine-locking-manager-pessimistic',NULL,'Doctrine','locking','Doctrine_Locking_Manager_Pessimistic','\n Offline locking of records comes in handy where you need to make sure that\n a time-consuming task on a record or many records, which is spread over\n several page requests can't be interfered by other users.\n','',NULL,'doctrine-locking-manager-pessimistic','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158982,4,'default.doctrine.manager.doctrine-manager','default.doctrine.configurable.doctrine-configurable','Doctrine','manager','Doctrine_Manager','Doctrine_Manager is the base component of all doctrine based projects.','It opens and keeps track of all connections (database connections).',NULL,'doctrine-manager','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158983,4,'default.doctrine.migration.doctrine-migration',NULL,'Doctrine','migration','Doctrine_Migration','','this class represents a database view',NULL,'doctrine-migration','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158984,4,'default.doctrine.migration.doctrine-migration-builder','default.doctrine.builder.doctrine-builder','Doctrine','migration','Doctrine_Migration_Builder','','',NULL,'doctrine-migration-builder','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158985,4,'default.doctrine.migration.doctrine-migration-process',NULL,'Doctrine','migration','Doctrine_Migration_Process','','',NULL,'doctrine-migration-process','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158986,4,'default.doctrine.node.doctrine-node',NULL,'Doctrine','node','Doctrine_Node','','',NULL,'doctrine-node','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158987,4,'default.doctrine.node.doctrine-node-interface',NULL,'Doctrine','node','Doctrine_Node_Interface','','',NULL,'doctrine-node-interface','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158988,4,'default.doctrine.node.doctrine-node-materializedpath-levelorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_LevelOrderIterator','','',NULL,'doctrine-node-materialized-path-level-order-iterator','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158989,4,'default.doctrine.node.doctrine-node-materializedpath-postorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PostOrderIterator','','',NULL,'doctrine-node-materialized-path-post-order-iterator','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158990,4,'default.doctrine.node.doctrine-node-materializedpath-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PreOrderIterator','','',NULL,'doctrine-node-materialized-path-pre-order-iterator','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158991,4,'default.doctrine.node.doctrine-node-nestedset','default.doctrine.node.doctrine-node','Doctrine','node','Doctrine_Node_NestedSet','','',NULL,'doctrine-node-nested-set','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158992,4,'default.doctrine.node.doctrine-node-nestedset-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_NestedSet_PreOrderIterator','','',NULL,'doctrine-node-nested-set-pre-order-iterator','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158993,4,'default.doctrine.null.doctrine-null',NULL,'Doctrine','null','Doctrine_Null','','Simple empty class representing a null value used for extra fast null value testing with isset() rather than array_key_exists()',NULL,'doctrine-null','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158994,4,'default.doctrine.overloadable.doctrine-overloadable',NULL,'Doctrine','overloadable','Doctrine_Overloadable','Doctrine_Overloadable a very generic overloading interface','',NULL,'doctrine-overloadable','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158995,4,'default.doctrine.pager.doctrine-pager',NULL,'Doctrine','pager','Doctrine_Pager','','',NULL,'doctrine-pager','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158996,4,'default.doctrine.pager.doctrine-pager-layout',NULL,'Doctrine','pager','Doctrine_Pager_Layout','','',NULL,'doctrine-pager-layout','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158997,4,'default.doctrine.pager.doctrine-pager-range',NULL,'Doctrine','pager','Doctrine_Pager_Range','','',NULL,'doctrine-pager-range','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158998,4,'default.doctrine.pager.doctrine-pager-range-jumping','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Jumping','','',NULL,'doctrine-pager-range-jumping','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158999,4,'default.doctrine.pager.doctrine-pager-range-sliding','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Sliding','','',NULL,'doctrine-pager-range-sliding','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159000,4,'default.doctrine.parser.doctrine-parser',NULL,'Doctrine','parser','Doctrine_Parser','','',NULL,'doctrine-parser','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159001,4,'default.doctrine.parser.doctrine-parser-json','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Json','','',NULL,'doctrine-parser-json','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159002,4,'default.doctrine.parser.doctrine-parser-serialize','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Serialize','','',NULL,'doctrine-parser-serialize','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159003,4,'default.doctrine.parser.doctrine-parser-xml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Xml','','',NULL,'doctrine-parser-xml','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159004,4,'default.doctrine.parser.doctrine-parser-yml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Yml','','',NULL,'doctrine-parser-yml','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159005,4,'default.doctrine.plugin.doctrine-record-generator','default.doctrine.record.doctrine-record-abstract','Doctrine','plugin','Doctrine_Record_Generator','','',NULL,'doctrine-record-generator','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159006,4,'default.doctrine.query.doctrine-query','default.doctrine.query.doctrine-query-abstract','Doctrine','query','Doctrine_Query','\n Doctrine_Query A Doctrine_Query object represents a DQL query. It is used\n to query databases for data in an object-oriented fashion. A DQL query\n understands relations and inheritance and is dbms independant.\n','',NULL,'doctrine-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159007,4,'default.doctrine.query.doctrine-query-abstract',NULL,'Doctrine','query','Doctrine_Query_Abstract','','',NULL,'doctrine-query-abstract','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159008,4,'default.doctrine.query.doctrine-query-check',NULL,'Doctrine','query','Doctrine_Query_Check','','',NULL,'doctrine-query-check','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159009,4,'default.doctrine.query.doctrine-query-condition','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Condition','','',NULL,'doctrine-query-condition','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159010,4,'default.doctrine.query.doctrine-query-filter',NULL,'Doctrine','query','Doctrine_Query_Filter','','',NULL,'doctrine-query-filter','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159011,4,'default.doctrine.query.doctrine-query-filter-chain',NULL,'Doctrine','query','Doctrine_Query_Filter_Chain','','',NULL,'doctrine-query-filter-chain','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159012,4,'default.doctrine.query.doctrine-query-filter-interface',NULL,'Doctrine','query','Doctrine_Query_Filter_Interface','','',NULL,'doctrine-query-filter-interface','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159013,4,'default.doctrine.query.doctrine-query-from','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_From','','',NULL,'doctrine-query-from','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159014,4,'default.doctrine.query.doctrine-query-groupby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Groupby','','',NULL,'doctrine-query-groupby','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159015,4,'default.doctrine.query.doctrine-query-having','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Having','','',NULL,'doctrine-query-having','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159016,4,'default.doctrine.query.doctrine-query-joincondition','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_JoinCondition','','',NULL,'doctrine-query-join-condition','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159017,4,'default.doctrine.query.doctrine-query-limit','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Limit','','',NULL,'doctrine-query-limit','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159018,4,'default.doctrine.query.doctrine-query-offset','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Offset','','',NULL,'doctrine-query-offset','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159019,4,'default.doctrine.query.doctrine-query-orderby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Orderby','','',NULL,'doctrine-query-orderby','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159020,4,'default.doctrine.query.doctrine-query-part',NULL,'Doctrine','query','Doctrine_Query_Part','','',NULL,'doctrine-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159021,4,'default.doctrine.query.doctrine-query-registry',NULL,'Doctrine','query','Doctrine_Query_Registry','','',NULL,'doctrine-query-registry','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159022,4,'default.doctrine.query.doctrine-query-select','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Select','','',NULL,'doctrine-query-select','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159023,4,'default.doctrine.query.doctrine-query-set','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Set','Doctrine_Query','',NULL,'doctrine-query-set','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159024,4,'default.doctrine.query.doctrine-query-tokenizer',NULL,'Doctrine','query','Doctrine_Query_Tokenizer','','',NULL,'doctrine-query-tokenizer','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159025,4,'default.doctrine.query.doctrine-query-where','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Where','','',NULL,'doctrine-query-where','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159026,4,'default.doctrine.rawsql.doctrine-rawsql','default.doctrine.query.doctrine-query-abstract','Doctrine','rawsql','Doctrine_RawSql','','Doctrine_RawSql is an implementation of Doctrine_Query_Abstract that skips the entire DQL parsing procedure. The "DQL" that is passed to a RawSql query object for execution is considered to be plain SQL and will be used "as is". The ',NULL,'doctrine-raw-sql','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159027,4,'default.doctrine.record.doctrine-record','default.doctrine.record.doctrine-record-abstract','Doctrine','record','Doctrine_Record','Doctrine_Record All record classes should inherit this super class','',NULL,'doctrine-record','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159028,4,'default.doctrine.record.doctrine-record-abstract','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Abstract','','',NULL,'doctrine-record-abstract','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159029,4,'default.doctrine.record.doctrine-record-filter',NULL,'Doctrine','record','Doctrine_Record_Filter','Doctrine_Record_Filter Filters the record getters and setters','',NULL,'doctrine-record-filter','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159030,4,'default.doctrine.record.doctrine-record-filter-compound','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Compound','','',NULL,'doctrine-record-filter-compound','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159031,4,'default.doctrine.record.doctrine-record-filter-standard','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Standard','Doctrine_Record_Filter_Standard Filters the record getters and setters','',NULL,'doctrine-record-filter-standard','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159032,4,'default.doctrine.record.doctrine-record-iterator',NULL,'Doctrine','record','Doctrine_Record_Iterator','','',NULL,'doctrine-record-iterator','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159033,4,'default.doctrine.record.doctrine-record-listener',NULL,'Doctrine','record','Doctrine_Record_Listener','','',NULL,'doctrine-record-listener','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159034,4,'default.doctrine.record.doctrine-record-listener-chain','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Listener_Chain','\n Doctrine_Record_Listener_Chain this class represents a chain of different\n listeners, useful for having multiple listeners listening the events at\n the same time\n','',NULL,'doctrine-record-listener-chain','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159035,4,'default.doctrine.record.doctrine-record-listener-interface',NULL,'Doctrine','record','Doctrine_Record_Listener_Interface','Doctrine_Record_Listener','',NULL,'doctrine-record-listener-interface','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159036,4,'default.doctrine.relation.doctrine-relation',NULL,'Doctrine','relation','Doctrine_Relation','Doctrine_Relation This class represents a relation between components','',NULL,'doctrine-relation','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159037,4,'default.doctrine.relation.doctrine-relation-association','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_Association','\n Doctrine_Relation_Association this class takes care of association\n mapping (= many-to-many relationships, where the\n relationship is handled with an additional relational table\n which holds 2 foreign keys)\n','',NULL,'doctrine-relation-association','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159038,4,'default.doctrine.relation.doctrine-relation-association-self','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Association_Self','','',NULL,'doctrine-relation-association-self','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159039,4,'default.doctrine.relation.doctrine-relation-foreignkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_ForeignKey','Doctrine_Relation_ForeignKey This class represents a foreign key relation','',NULL,'doctrine-relation-foreign-key','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159040,4,'default.doctrine.relation.doctrine-relation-localkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_LocalKey','Doctrine_Relation_LocalKey This class represents a local key relation','',NULL,'doctrine-relation-local-key','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159041,4,'default.doctrine.relation.doctrine-relation-nest','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Nest','Doctrine_Relation_Association_Self','',NULL,'doctrine-relation-nest','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159042,4,'default.doctrine.relation.doctrine-relation-parser',NULL,'Doctrine','relation','Doctrine_Relation_Parser','','',NULL,'doctrine-relation-parser','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159043,4,'default.doctrine.search.doctrine-search','default.doctrine.plugin.doctrine-record-generator','Doctrine','search','Doctrine_Search','','',NULL,'doctrine-search','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159044,4,'default.doctrine.search.doctrine-search-analyzer',NULL,'Doctrine','search','Doctrine_Search_Analyzer','','',NULL,'doctrine-search-analyzer','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159045,4,'default.doctrine.search.doctrine-search-analyzer-interface',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Interface','','',NULL,'doctrine-search-analyzer-interface','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159046,4,'default.doctrine.search.doctrine-search-analyzer-standard',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Standard','','',NULL,'doctrine-search-analyzer-standard','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159047,4,'default.doctrine.search.doctrine-search-file','default.doctrine.search.doctrine-search','Doctrine','search','Doctrine_Search_File','Doctrine_Search','',NULL,'doctrine-search-file','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159048,4,'default.doctrine.search.doctrine-search-indexer',NULL,'Doctrine','search','Doctrine_Search_Indexer','','',NULL,'doctrine-search-indexer','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159049,4,'default.doctrine.search.doctrine-search-indexer-dir',NULL,'Doctrine','search','Doctrine_Search_Indexer_Dir','','',NULL,'doctrine-search-indexer-dir','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159050,4,'default.doctrine.search.doctrine-search-listener','default.doctrine.record.doctrine-record-listener','Doctrine','search','Doctrine_Search_Listener','','',NULL,'doctrine-search-listener','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159051,4,'default.doctrine.search.doctrine-search-parser',NULL,'Doctrine','search','Doctrine_Search_Parser','Doctrine_Search_Parser_Standard','',NULL,'doctrine-search-parser','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159052,4,'default.doctrine.search.doctrine-search-query',NULL,'Doctrine','search','Doctrine_Search_Query','','',NULL,'doctrine-search-query','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159053,4,'default.doctrine.search.doctrine-search-record','default.doctrine.template.doctrine-template','Doctrine','search','Doctrine_Search_Record','','',NULL,'doctrine-search-record','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159054,4,'default.doctrine.search.doctrine-search-scorer',NULL,'Doctrine','search','Doctrine_Search_Scorer','','',NULL,'doctrine-search-scorer','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159055,4,'default.doctrine.sequence.doctrine-sequence','default.doctrine.connection.doctrine-connection-module','Doctrine','sequence','Doctrine_Sequence','Doctrine_Sequence The base class for sequence handling drivers.','',NULL,'doctrine-sequence','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159056,4,'default.doctrine.sequence.doctrine-sequence-db2','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Db2','','',NULL,'doctrine-sequence-db2','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159057,4,'default.doctrine.sequence.doctrine-sequence-firebird','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Firebird','','',NULL,'doctrine-sequence-firebird','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159058,4,'default.doctrine.sequence.doctrine-sequence-mssql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mssql','','',NULL,'doctrine-sequence-mssql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159059,4,'default.doctrine.sequence.doctrine-sequence-mysql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mysql','','',NULL,'doctrine-sequence-mysql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159060,4,'default.doctrine.sequence.doctrine-sequence-oracle','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Oracle','','',NULL,'doctrine-sequence-oracle','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159061,4,'default.doctrine.sequence.doctrine-sequence-pgsql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Pgsql','','',NULL,'doctrine-sequence-pgsql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159062,4,'default.doctrine.sequence.doctrine-sequence-sqlite','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Sqlite','','',NULL,'doctrine-sequence-sqlite','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159063,4,'default.doctrine.spyc.doctrine-parser-spyc',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc','The Simple PHP YAML Class.','This class can be used to read a YAML file and convert its contents into a PHP array. It currently supports a very limited subsection of the YAML spec.\n\n Usage:\n \n ',NULL,'doctrine-parser-spyc','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159064,4,'default.doctrine.spyc.doctrine-parser-spyc-yamlnode',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc_YamlNode','A node, used by Doctrine_Parser_Spyc for parsing YAML.','',NULL,'doctrine-parser-spyc-yaml-node','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159065,4,'default.doctrine.table.doctrine-table','default.doctrine.configurable.doctrine-configurable','Doctrine','table','Doctrine_Table','\n Doctrine_Table represents a database table each\n Doctrine_Table holds the information of foreignKeys and associations\n','',NULL,'doctrine-table','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159066,4,'default.doctrine.table.doctrine-table-exception',NULL,'Doctrine','table','Doctrine_Table_Exception','\n thrown when user tries to initialize a new instance of Doctrine_Table,\n while there already exists an instance of that table\n','',NULL,'doctrine-table-exception','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159067,4,'default.doctrine.table.doctrine-table-repository',NULL,'Doctrine','table','Doctrine_Table_Repository','\n Doctrine_Repository each record is added into Doctrine_Repository at the\n same time they are created, loaded from the database or retrieved from the\n cache\n','',NULL,'doctrine-table-repository','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159068,4,'default.doctrine.task.doctrine-task',NULL,'Doctrine','task','Doctrine_Task','','Abstract class used for writing Doctrine Tasks',NULL,'doctrine-task','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159069,4,'default.doctrine.task.doctrine-task-buildall','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAll','','',NULL,'doctrine-task-build-all','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159070,4,'default.doctrine.task.doctrine-task-buildallload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllLoad','','',NULL,'doctrine-task-build-all-load','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159071,4,'default.doctrine.task.doctrine-task-buildallreload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllReload','','',NULL,'doctrine-task-build-all-reload','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159072,4,'default.doctrine.task.doctrine-task-compile','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Compile','','',NULL,'doctrine-task-compile','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159073,4,'default.doctrine.task.doctrine-task-createdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateDb','','',NULL,'doctrine-task-create-db','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159074,4,'default.doctrine.task.doctrine-task-createtables','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateTables','','',NULL,'doctrine-task-create-tables','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159075,4,'default.doctrine.task.doctrine-task-dql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Dql','','',NULL,'doctrine-task-dql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159076,4,'default.doctrine.task.doctrine-task-dropdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DropDb','','',NULL,'doctrine-task-drop-db','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159077,4,'default.doctrine.task.doctrine-task-dumpdata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DumpData','','',NULL,'doctrine-task-dump-data','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159078,4,'default.doctrine.task.doctrine-task-generatemigration','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigration','','',NULL,'doctrine-task-generate-migration','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159079,4,'default.doctrine.task.doctrine-task-generatemigrationsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDb','','',NULL,'doctrine-task-generate-migrations-db','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159080,4,'default.doctrine.task.doctrine-task-generatemigrationsmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsModels','','',NULL,'doctrine-task-generate-migrations-models','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159081,4,'default.doctrine.task.doctrine-task-generatemodelsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsDb','','',NULL,'doctrine-task-generate-models-db','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159082,4,'default.doctrine.task.doctrine-task-generatemodelsyaml','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsYaml','','',NULL,'doctrine-task-generate-models-yaml','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159083,4,'default.doctrine.task.doctrine-task-generatesql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateSql','','',NULL,'doctrine-task-generate-sql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159084,4,'default.doctrine.task.doctrine-task-generateyamldb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlDb','','',NULL,'doctrine-task-generate-yaml-db','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159085,4,'default.doctrine.task.doctrine-task-generateyamlmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlModels','Doctrine_Task_GenerateFromModels','',NULL,'doctrine-task-generate-yaml-models','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159086,4,'default.doctrine.task.doctrine-task-loaddata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadData','','',NULL,'doctrine-task-load-data','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159087,4,'default.doctrine.task.doctrine-task-loaddummydata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadDummyData','','',NULL,'doctrine-task-load-dummy-data','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159088,4,'default.doctrine.task.doctrine-task-migrate','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Migrate','','',NULL,'doctrine-task-migrate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159089,4,'default.doctrine.task.doctrine-task-rebuilddb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_RebuildDb','','',NULL,'doctrine-task-rebuild-db','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159090,4,'default.doctrine.template.doctrine-template','default.doctrine.record.doctrine-record-abstract','Doctrine','template','Doctrine_Template','\n Base abstract class for defining templates which are the base of all\n behaviors that can be attached to your Doctrine models\n','',NULL,'doctrine-template','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159091,4,'default.doctrine.template.doctrine-template-geographical','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Geographical','\n Easily add longitude and latitude columns to your records and use inherited\n functionality for calculating distances\n','',NULL,'doctrine-template-geographical','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159092,4,'default.doctrine.template.doctrine-template-i18n','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_I18n','Add multilingual capabilities to your Doctrine models','',NULL,'doctrine-template-i18n','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159093,4,'default.doctrine.template.doctrine-template-listener-sluggable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Sluggable','Easily create a slug for each record based on a specified set of fields','',NULL,'doctrine-template-listener-sluggable','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159094,4,'default.doctrine.template.doctrine-template-listener-softdelete','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_SoftDelete','\n Listener for SoftDelete behavior which will allow you to turn on the\n behavior which sets a delete flag instead of actually deleting the record\n and all queries automatically include a check for the deleted flag to\n exclude deleted records','',NULL,'doctrine-template-listener-soft-delete','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159095,4,'default.doctrine.template.doctrine-template-listener-timestampable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Timestampable','\n Listener for the Timestampable behavior which automatically sets the\n created and updated columns when a record is inserted and updated.\n','',NULL,'doctrine-template-listener-timestampable','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159096,4,'default.doctrine.template.doctrine-template-nestedset','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_NestedSet','Doctrine template which implements the custom NestedSet implementation','',NULL,'doctrine-template-nested-set','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159097,4,'default.doctrine.template.doctrine-template-searchable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Searchable','','',NULL,'doctrine-template-searchable','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159098,4,'default.doctrine.template.doctrine-template-sluggable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-sluggable','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159099,4,'default.doctrine.template.doctrine-template-softdelete','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_SoftDelete','','',NULL,'doctrine-template-soft-delete','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159100,4,'default.doctrine.template.doctrine-template-timestampable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Timestampable','','Easily add created and updated at timestamps to your doctrine records that are automatically set when records are saved',NULL,'doctrine-template-timestampable','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159101,4,'default.doctrine.template.doctrine-template-versionable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Versionable','','Add revisioning/audit log to your models',NULL,'doctrine-template-versionable','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159102,4,'default.doctrine.transaction.doctrine-transaction','default.doctrine.connection.doctrine-connection-module','Doctrine','transaction','Doctrine_Transaction','\n Doctrine_Transaction Handles transaction savepoint and isolation\n abstraction\n','',NULL,'doctrine-transaction','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159103,4,'default.doctrine.transaction.doctrine-transaction-firebird','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Firebird','','',NULL,'doctrine-transaction-firebird','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159104,4,'default.doctrine.transaction.doctrine-transaction-mssql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mssql','','',NULL,'doctrine-transaction-mssql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159105,4,'default.doctrine.transaction.doctrine-transaction-mysql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mysql','','',NULL,'doctrine-transaction-mysql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159106,4,'default.doctrine.transaction.doctrine-transaction-oracle','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Oracle','','',NULL,'doctrine-transaction-oracle','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159107,4,'default.doctrine.transaction.doctrine-transaction-pgsql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Pgsql','','',NULL,'doctrine-transaction-pgsql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159108,4,'default.doctrine.transaction.doctrine-transaction-sqlite','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Sqlite','','',NULL,'doctrine-transaction-sqlite','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159109,4,'default.doctrine.tree.doctrine-tree',NULL,'Doctrine','tree','Doctrine_Tree','','',NULL,'doctrine-tree','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159110,4,'default.doctrine.tree.doctrine-tree-interface',NULL,'Doctrine','tree','Doctrine_Tree_Interface','','',NULL,'doctrine-tree-interface','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159111,4,'default.doctrine.tree.doctrine-tree-nestedset','default.doctrine.tree.doctrine-tree','Doctrine','tree','Doctrine_Tree_NestedSet','','',NULL,'doctrine-tree-nested-set','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159112,4,'default.doctrine.validator.doctrine-validator','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','validator','Doctrine_Validator','\n This class is responsible for performing all validations on record\n properties\n','',NULL,'doctrine-validator','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159113,4,'default.doctrine.validator.doctrine-validator-country',NULL,'Doctrine','validator','Doctrine_Validator_Country','','',NULL,'doctrine-validator-country','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159114,4,'default.doctrine.validator.doctrine-validator-creditcard',NULL,'Doctrine','validator','Doctrine_Validator_Creditcard','','',NULL,'doctrine-validator-creditcard','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159115,4,'default.doctrine.validator.doctrine-validator-date',NULL,'Doctrine','validator','Doctrine_Validator_Date','','',NULL,'doctrine-validator-date','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159116,4,'default.doctrine.validator.doctrine-validator-driver',NULL,'Doctrine','validator','Doctrine_Validator_Driver','','',NULL,'doctrine-validator-driver','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159117,4,'default.doctrine.validator.doctrine-validator-email',NULL,'Doctrine','validator','Doctrine_Validator_Email','','',NULL,'doctrine-validator-email','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159118,4,'default.doctrine.validator.doctrine-validator-errorstack','default.doctrine.access.doctrine-access','Doctrine','validator','Doctrine_Validator_ErrorStack','','',NULL,'doctrine-validator-error-stack','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159119,4,'default.doctrine.validator.doctrine-validator-exception',NULL,'Doctrine','validator','Doctrine_Validator_Exception','','',NULL,'doctrine-validator-exception','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159120,4,'default.doctrine.validator.doctrine-validator-future',NULL,'Doctrine','validator','Doctrine_Validator_Future','','',NULL,'doctrine-validator-future','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159121,4,'default.doctrine.validator.doctrine-validator-htmlcolor',NULL,'Doctrine','validator','Doctrine_Validator_HtmlColor','','',NULL,'doctrine-validator-html-color','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159122,4,'default.doctrine.validator.doctrine-validator-ip',NULL,'Doctrine','validator','Doctrine_Validator_Ip','','',NULL,'doctrine-validator-ip','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159123,4,'default.doctrine.validator.doctrine-validator-minlength',NULL,'Doctrine','validator','Doctrine_Validator_Minlength','Doctrine_Validator_Regexp','',NULL,'doctrine-validator-minlength','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159124,4,'default.doctrine.validator.doctrine-validator-nospace','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Nospace','','',NULL,'doctrine-validator-nospace','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159125,4,'default.doctrine.validator.doctrine-validator-notblank','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notblank','','',NULL,'doctrine-validator-notblank','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159126,4,'default.doctrine.validator.doctrine-validator-notnull','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notnull','','',NULL,'doctrine-validator-notnull','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159127,4,'default.doctrine.validator.doctrine-validator-past',NULL,'Doctrine','validator','Doctrine_Validator_Past','','',NULL,'doctrine-validator-past','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159128,4,'default.doctrine.validator.doctrine-validator-range',NULL,'Doctrine','validator','Doctrine_Validator_Range','','',NULL,'doctrine-validator-range','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159129,4,'default.doctrine.validator.doctrine-validator-readonly',NULL,'Doctrine','validator','Doctrine_Validator_Readonly','','',NULL,'doctrine-validator-readonly','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159130,4,'default.doctrine.validator.doctrine-validator-regexp',NULL,'Doctrine','validator','Doctrine_Validator_Regexp','','',NULL,'doctrine-validator-regexp','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159131,4,'default.doctrine.validator.doctrine-validator-time',NULL,'Doctrine','validator','Doctrine_Validator_Time','','',NULL,'doctrine-validator-time','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159132,4,'default.doctrine.validator.doctrine-validator-timestamp',NULL,'Doctrine','validator','Doctrine_Validator_Timestamp','','',NULL,'doctrine-validator-timestamp','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159133,4,'default.doctrine.validator.doctrine-validator-unique',NULL,'Doctrine','validator','Doctrine_Validator_Unique','','',NULL,'doctrine-validator-unique','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159134,4,'default.doctrine.validator.doctrine-validator-unsigned',NULL,'Doctrine','validator','Doctrine_Validator_Unsigned','','',NULL,'doctrine-validator-unsigned','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159135,4,'default.doctrine.validator.doctrine-validator-usstate',NULL,'Doctrine','validator','Doctrine_Validator_Usstate','','',NULL,'doctrine-validator-usstate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159136,4,'default.doctrine.view.doctrine-view',NULL,'Doctrine','view','Doctrine_View','','this class represents a database view',NULL,'doctrine-view','2008-09-01 05:38:34','2008-09-01 05:38:34'),(160793,5,'default.symfony.util.doctrine-parser-yamlsf',NULL,'Doctrine','util','Doctrine_Parser_YamlSf','YamlSf class.','',NULL,'doctrine-parser-yamlsf','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160794,5,'default.symfony.util.doctrine-parser-yamlsf-dumper',NULL,'Doctrine','util','Doctrine_Parser_YamlSf_Dumper','YamlSfDumper class.','',NULL,'doctrine-parser-yamlsf-dumper','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160795,5,'default.symfony.util.doctrine-parser-yamlsf-inline',NULL,'Doctrine','util','Doctrine_Parser_YamlSf_Inline','YamlSfInline implements a YAML parser/dumper for the YAML inline syntax.','',NULL,'doctrine-parser-yamlsf-inline','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160796,5,'default.symfony.util.doctrine-parser-yamlsf-parser',NULL,'Doctrine','util','Doctrine_Parser_YamlSf_Parser','YamlSfParser class.','',NULL,'doctrine-parser-yamlsf-parser','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160797,5,'default.doctrine.doctrine',NULL,'Doctrine','doctrine','Doctrine','Doctrine the base class of Doctrine framework','',NULL,'doctrine','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160798,5,'default.doctrine.access.doctrine-access','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','access','Doctrine_Access','Provides array access and property overload interface for Doctrine\nsubclasses','',NULL,'doctrine-access','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160799,5,'default.doctrine.adapter.doctrine-adapter-db2','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Db2','IBM DB2 Adapter. This class was ported from the Zend Framework','',NULL,'doctrine-adapter-db2','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160800,5,'default.doctrine.adapter.doctrine-adapter-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Interface','This adapter interface should be implemented by all custom adapters','',NULL,'doctrine-adapter-interface','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160801,5,'default.doctrine.adapter.doctrine-adapter-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Mock','Doctrine mock connection adapter. This class is used for special testing\npurposes.','',NULL,'doctrine-adapter-mock','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160802,5,'default.doctrine.adapter.doctrine-adapter-mysqli','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Mysqli','Custom Doctrine connection adapter for mysqli','',NULL,'doctrine-adapter-mysqli','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160803,5,'default.doctrine.adapter.doctrine-adapter-oracle',NULL,'Doctrine','adapter','Doctrine_Adapter_Oracle','Custom Doctrine connection adapter for oracle','',NULL,'doctrine-adapter-oracle','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160804,5,'default.doctrine.adapter.doctrine-adapter-statement',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement','','',NULL,'doctrine-adapter-statement','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160805,5,'default.doctrine.adapter.doctrine-adapter-statement-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Interface','Interface for Doctrine adapter statements','',NULL,'doctrine-adapter-statement-interface','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160806,5,'default.doctrine.adapter.doctrine-adapter-statement-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Mock','Mock connection adapter statement class. Used for special testing purposes','',NULL,'doctrine-adapter-statement-mock','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160807,5,'default.doctrine.adapter.doctrine-adapter-statement-oracle',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Oracle','Oracle connection adapter statement class.','',NULL,'doctrine-adapter-statement-oracle','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160808,5,'default.doctrine.auditlog.doctrine-auditlog','default.doctrine.plugin.doctrine-record-generator','Doctrine','auditlog','Doctrine_AuditLog','','',NULL,'doctrine-auditlog','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160809,5,'default.doctrine.auditlog.doctrine-auditlog-listener','default.doctrine.record.doctrine-record-listener','Doctrine','auditlog','Doctrine_AuditLog_Listener','','',NULL,'doctrine-auditlog-listener','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160810,5,'default.doctrine.builder.doctrine-builder',NULL,'Doctrine','builder','Doctrine_Builder','Base class for any code builders/generators for Doctrine','',NULL,'doctrine-builder','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160811,5,'default.doctrine.cache.doctrine-cache','default.doctrine.eventlistener.doctrine-eventlistener','Doctrine','cache','Doctrine_Cache','','',NULL,'doctrine-cache','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160812,5,'default.doctrine.cache.doctrine-cache-apc','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Apc','APC Cache Driver','',NULL,'doctrine-cache-apc','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160813,5,'default.doctrine.cache.doctrine-cache-array',NULL,'Doctrine','cache','Doctrine_Cache_Array','Array cache driver','',NULL,'doctrine-cache-array','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160814,5,'default.doctrine.cache.doctrine-cache-db','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Db','Database cache driver','',NULL,'doctrine-cache-db','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160815,5,'default.doctrine.cache.doctrine-cache-driver',NULL,'Doctrine','cache','Doctrine_Cache_Driver','Abstract cache driver class','',NULL,'doctrine-cache-driver','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160816,5,'default.doctrine.cache.doctrine-cache-interface',NULL,'Doctrine','cache','Doctrine_Cache_Interface','Doctrine cache driver interface','',NULL,'doctrine-cache-interface','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160817,5,'default.doctrine.cache.doctrine-cache-memcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Memcache','Memcache cache driver','',NULL,'doctrine-cache-memcache','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160818,5,'default.doctrine.cache.doctrine-cache-xcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Xcache','Xcache cache driver','',NULL,'doctrine-cache-xcache','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160819,5,'default.doctrine.cli.doctrine-cli',NULL,'Doctrine','cli','Doctrine_Cli','Command line interface class Interface for easily executing Doctrine_Task\nclasses from a command line interface','',NULL,'doctrine-cli','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160820,5,'default.doctrine.cli.doctrine-cli-ansicolorformatter','default.doctrine.cli.doctrine-cli-formatter','Doctrine','cli','Doctrine_Cli_AnsiColorFormatter','Doctrine_AnsiColorFormatter provides methods to colorize text to be\ndisplayed on a console.','This class was taken from the symfony-project source',NULL,'doctrine-cli-ansicolorformatter','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160821,5,'default.doctrine.cli.doctrine-cli-formatter',NULL,'Doctrine','cli','Doctrine_Cli_Formatter','Doctrine_Cli_Formatter provides methods to format text to be displayed on a\nconsole.','This class was taken from the symfony-project source',NULL,'doctrine-cli-formatter','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160822,5,'default.doctrine.collection.doctrine-collection','default.doctrine.access.doctrine-access','Doctrine','collection','Doctrine_Collection','Doctrine_Collection Collection of Doctrine_Record objects.','',NULL,'doctrine-collection','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160823,5,'default.doctrine.collection.doctrine-collection-iterator',NULL,'Doctrine','collection','Doctrine_Collection_Iterator','Doctrine_Collection_Iterator iterates through Doctrine_Collection','',NULL,'doctrine-collection-iterator','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160824,5,'default.doctrine.collection.doctrine-collection-iterator-expandable','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Expandable','Expandable collection iterator class','',NULL,'doctrine-collection-iterator-expandable','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160825,5,'default.doctrine.collection.doctrine-collection-iterator-normal','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Normal','','',NULL,'doctrine-collection-iterator-normal','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160826,5,'default.doctrine.collection.doctrine-collection-iterator-offset','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Offset','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-offset','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160827,5,'default.doctrine.collection.doctrine-collection-offset','default.doctrine.collection.doctrine-collection','Doctrine','collection','Doctrine_Collection_Offset','Doctrine_Collection_Offset Collection of Doctrine_Record objects.','',NULL,'doctrine-collection-offset','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160828,5,'default.doctrine.column.doctrine-column','default.doctrine.access.doctrine-access','Doctrine','column','Doctrine_Column','Doctrine_Column This class represents a database column','',NULL,'doctrine-column','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160829,5,'default.doctrine.compiler.doctrine-compiler',NULL,'Doctrine','compiler','Doctrine_Compiler','Doctrine_Compiler This class can be used for compiling the entire Doctrine\nframework into a single file','',NULL,'doctrine-compiler','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160830,5,'default.doctrine.configurable.doctrine-configurable','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','configurable','Doctrine_Configurable','Doctrine_Configurable the base for Doctrine_Table, Doctrine_Manager and\nDoctrine_Connection','',NULL,'doctrine-configurable','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160831,5,'default.doctrine.connection.doctrine-connection','default.doctrine.configurable.doctrine-configurable','Doctrine','connection','Doctrine_Connection','','A wrapper layer on top of PDO / Doctrine_Adapter\nDoctrine_Connection is the heart of any Doctrine based application.\n\n 2. Lazy-connecting Creating an instance of Doctrine_Connection does not connect to database. Connecting to database is only inv',NULL,'doctrine-connection','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160832,5,'default.doctrine.connection.doctrine-connection-common','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Common','standard connection, the parent of pgsql, mysql and sqlite','',NULL,'doctrine-connection-common','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160833,5,'default.doctrine.connection.doctrine-connection-db2','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Db2','','',NULL,'doctrine-connection-db2','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160834,5,'default.doctrine.connection.doctrine-connection-exception',NULL,'Doctrine','connection','Doctrine_Connection_Exception','Doctrine_Exception','',NULL,'doctrine-connection-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160835,5,'default.doctrine.connection.doctrine-connection-firebird','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Firebird','','',NULL,'doctrine-connection-firebird','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160836,5,'default.doctrine.connection.doctrine-connection-firebird-exception',NULL,'Doctrine','connection','Doctrine_Connection_Firebird_Exception','','',NULL,'doctrine-connection-firebird-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160837,5,'default.doctrine.connection.doctrine-connection-informix','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Informix','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-informix','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160838,5,'default.doctrine.connection.doctrine-connection-mock','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mock','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-mock','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160839,5,'default.doctrine.connection.doctrine-connection-module',NULL,'Doctrine','connection','Doctrine_Connection_Module','','',NULL,'doctrine-connection-module','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160840,5,'default.doctrine.connection.doctrine-connection-mssql','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Mssql','','',NULL,'doctrine-connection-mssql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160841,5,'default.doctrine.connection.doctrine-connection-mssql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mssql_Exception','','',NULL,'doctrine-connection-mssql-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160842,5,'default.doctrine.connection.doctrine-connection-mysql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mysql','','',NULL,'doctrine-connection-mysql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160843,5,'default.doctrine.connection.doctrine-connection-mysql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mysql_Exception','','',NULL,'doctrine-connection-mysql-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160844,5,'default.doctrine.connection.doctrine-connection-oracle','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Oracle','','',NULL,'doctrine-connection-oracle','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160845,5,'default.doctrine.connection.doctrine-connection-oracle-exception',NULL,'Doctrine','connection','Doctrine_Connection_Oracle_Exception','','',NULL,'doctrine-connection-oracle-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160846,5,'default.doctrine.connection.doctrine-connection-pgsql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Pgsql','','',NULL,'doctrine-connection-pgsql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160847,5,'default.doctrine.connection.doctrine-connection-pgsql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Pgsql_Exception','','',NULL,'doctrine-connection-pgsql-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160848,5,'default.doctrine.connection.doctrine-connection-profiler',NULL,'Doctrine','connection','Doctrine_Connection_Profiler','','',NULL,'doctrine-connection-profiler','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160849,5,'default.doctrine.connection.doctrine-connection-sqlite','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Sqlite','','',NULL,'doctrine-connection-sqlite','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160850,5,'default.doctrine.connection.doctrine-connection-sqlite-exception',NULL,'Doctrine','connection','Doctrine_Connection_Sqlite_Exception','','',NULL,'doctrine-connection-sqlite-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160851,5,'default.doctrine.connection.doctrine-connection-statement',NULL,'Doctrine','connection','Doctrine_Connection_Statement','','',NULL,'doctrine-connection-statement','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160852,5,'default.doctrine.connection.doctrine-connection-unitofwork','default.doctrine.connection.doctrine-connection-module','Doctrine','connection','Doctrine_Connection_UnitOfWork','','Note: This class does not have the semantics of a real "Unit of Work" in 0.10/1.0. Database operations are not queued. All changes to objects are immediately written to the database. You can think of it as a unit of work in auto-flush mode.\nRe',NULL,'doctrine-connection-unitofwork','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160853,5,'default.doctrine.data.doctrine-data',NULL,'Doctrine','data','Doctrine_Data','','Base Doctrine_Data class for dumping and loading data to and from fixtures files. Support formats are based on what formats are available in Doctrine_Parser such as yaml, xml, json, etc.',NULL,'doctrine-data','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160854,5,'default.doctrine.data.doctrine-data-export','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Export','','',NULL,'doctrine-data-export','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160855,5,'default.doctrine.data.doctrine-data-import','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Import','','',NULL,'doctrine-data-import','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160856,5,'default.doctrine.datadict.doctrine-datadict','default.doctrine.connection.doctrine-connection-module','Doctrine','datadict','Doctrine_DataDict','','',NULL,'doctrine-datadict','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160857,5,'default.doctrine.datadict.doctrine-datadict-firebird','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Firebird','','',NULL,'doctrine-datadict-firebird','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160858,5,'default.doctrine.datadict.doctrine-datadict-informix','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Informix','','',NULL,'doctrine-datadict-informix','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160859,5,'default.doctrine.datadict.doctrine-datadict-mssql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mssql','','',NULL,'doctrine-datadict-mssql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160860,5,'default.doctrine.datadict.doctrine-datadict-mysql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mysql','','',NULL,'doctrine-datadict-mysql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160861,5,'default.doctrine.datadict.doctrine-datadict-oracle','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Oracle','','',NULL,'doctrine-datadict-oracle','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160862,5,'default.doctrine.datadict.doctrine-datadict-pgsql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Pgsql','','',NULL,'doctrine-datadict-pgsql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160863,5,'default.doctrine.datadict.doctrine-datadict-sqlite','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Sqlite','','',NULL,'doctrine-datadict-sqlite','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160864,5,'default.doctrine.datatype.doctrine-datatype',NULL,'Doctrine','datatype','Doctrine_DataType','','',NULL,'doctrine-datatype','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160865,5,'default.doctrine.event.doctrine-event',NULL,'Doctrine','event','Doctrine_Event','','',NULL,'doctrine-event','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160866,5,'default.doctrine.eventlistener.doctrine-eventlistener',NULL,'Doctrine','eventlistener','Doctrine_EventListener','Doctrine_EventListener all event listeners extend this base class \n the empty methods allow child classes to only\nimplement the methods they need to implement','',NULL,'doctrine-eventlistener','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160867,5,'default.doctrine.eventlistener.doctrine-eventlistener-chain','default.doctrine.access.doctrine-access','Doctrine','eventlistener','Doctrine_EventListener_Chain','Doctrine_EventListener_Chain this class represents a chain of different\nlisteners, useful for having multiple listeners listening the events at\nthe same time','',NULL,'doctrine-eventlistener-chain','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160868,5,'default.doctrine.eventlistener.doctrine-eventlistener-interface',NULL,'Doctrine','eventlistener','Doctrine_EventListener_Interface','Doctrine_EventListener all event listeners extend this base class \n the empty methods allow child classes to only\nimplement the methods they need to implement','',NULL,'doctrine-eventlistener-interface','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160869,5,'default.doctrine.exception.doctrine-exception',NULL,'Doctrine','exception','Doctrine_Exception','','',NULL,'doctrine-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160870,5,'default.doctrine.export.doctrine-export','default.doctrine.connection.doctrine-connection-module','Doctrine','export','Doctrine_Export','','',NULL,'doctrine-export','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160871,5,'default.doctrine.export.doctrine-export-firebird','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Firebird','Doctrine_Export_Sqlite','',NULL,'doctrine-export-firebird','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160872,5,'default.doctrine.export.doctrine-export-frontbase','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Frontbase','','',NULL,'doctrine-export-frontbase','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160873,5,'default.doctrine.export.doctrine-export-mssql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mssql','','',NULL,'doctrine-export-mssql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160874,5,'default.doctrine.export.doctrine-export-mysql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mysql','','',NULL,'doctrine-export-mysql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160875,5,'default.doctrine.export.doctrine-export-oracle','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Oracle','','',NULL,'doctrine-export-oracle','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160876,5,'default.doctrine.export.doctrine-export-pgsql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Pgsql','','',NULL,'doctrine-export-pgsql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160877,5,'default.doctrine.export.doctrine-export-reporter',NULL,'Doctrine','export','Doctrine_Export_Reporter','','',NULL,'doctrine-export-reporter','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160878,5,'default.doctrine.export.doctrine-export-schema',NULL,'Doctrine','export','Doctrine_Export_Schema','','Used for exporting a schema to a yaml file',NULL,'doctrine-export-schema','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160879,5,'default.doctrine.export.doctrine-export-sqlite','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Sqlite','','',NULL,'doctrine-export-sqlite','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160880,5,'default.doctrine.expression.doctrine-expression',NULL,'Doctrine','expression','Doctrine_Expression','','',NULL,'doctrine-expression','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160881,5,'default.doctrine.expression.doctrine-expression-driver','default.doctrine.connection.doctrine-connection-module','Doctrine','expression','Doctrine_Expression_Driver','','',NULL,'doctrine-expression-driver','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160882,5,'default.doctrine.expression.doctrine-expression-firebird','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Firebird','','',NULL,'doctrine-expression-firebird','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160883,5,'default.doctrine.expression.doctrine-expression-mssql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mssql','','',NULL,'doctrine-expression-mssql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160884,5,'default.doctrine.expression.doctrine-expression-mysql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mysql','','',NULL,'doctrine-expression-mysql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160885,5,'default.doctrine.expression.doctrine-expression-oracle','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Oracle','Doctrine_Expression_Sqlite','',NULL,'doctrine-expression-oracle','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160886,5,'default.doctrine.expression.doctrine-expression-pgsql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Pgsql','','',NULL,'doctrine-expression-pgsql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160887,5,'default.doctrine.expression.doctrine-expression-sqlite','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Sqlite','','',NULL,'doctrine-expression-sqlite','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160888,5,'default.doctrine.file.doctrine-file','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File','','',NULL,'doctrine-file','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160889,5,'default.doctrine.file.doctrine-file-index','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File_Index','','',NULL,'doctrine-file-index','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160890,5,'default.doctrine.formatter.doctrine-formatter','default.doctrine.connection.doctrine-connection-module','Doctrine','formatter','Doctrine_Formatter','','',NULL,'doctrine-formatter','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160891,5,'default.doctrine.hook.doctrine-hook',NULL,'Doctrine','hook','Doctrine_Hook','','',NULL,'doctrine-hook','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160892,5,'default.doctrine.hook.doctrine-hook-equal','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Equal','','',NULL,'doctrine-hook-equal','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160893,5,'default.doctrine.hook.doctrine-hook-integer','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_Integer','','',NULL,'doctrine-hook-integer','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160894,5,'default.doctrine.hook.doctrine-hook-parser',NULL,'Doctrine','hook','Doctrine_Hook_Parser','','',NULL,'doctrine-hook-parser','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160895,5,'default.doctrine.hook.doctrine-hook-parser-complex','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Parser_Complex','','',NULL,'doctrine-hook-parser-complex','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160896,5,'default.doctrine.hook.doctrine-hook-wordlike','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_WordLike','','',NULL,'doctrine-hook-wordlike','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160897,5,'default.doctrine.hydrate.doctrine-hydrator','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator','Its purpose is to populate object graphs.','',NULL,'doctrine-hydrator','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160898,5,'default.doctrine.hydrate.doctrine-hydrator-abstract','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_Abstract','','',NULL,'doctrine-hydrator-abstract','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160899,5,'default.doctrine.hydrate.doctrine-hydrator-arraydriver',NULL,'Doctrine','hydrate','Doctrine_Hydrator_ArrayDriver','Doctrine_Hydrate_Array defines an array fetching strategy for\nDoctrine_Hydrate','',NULL,'doctrine-hydrator-arraydriver','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160900,5,'default.doctrine.hydrate.doctrine-hydrator-recorddriver','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_RecordDriver','Doctrine_Hydrate_RecordDriver Hydration strategy used for creating\ncollections of entity objects.','',NULL,'doctrine-hydrator-recorddriver','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160901,5,'default.doctrine.i18n.doctrine-i18n','default.doctrine.plugin.doctrine-record-generator','Doctrine','i18n','Doctrine_I18n','','',NULL,'doctrine-i18n','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160902,5,'default.doctrine.import.doctrine-import','default.doctrine.connection.doctrine-connection-module','Doctrine','import','Doctrine_Import','class Doctrine_Import Main responsible of performing import operation.\nDelegates database schema reading to a reader object and passes the result\nto a builder object which builds a Doctrine data model.','',NULL,'doctrine-import','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160903,5,'default.doctrine.import.doctrine-import-builder','default.doctrine.builder.doctrine-builder','Doctrine','import','Doctrine_Import_Builder','','Import builder is responsible of building Doctrine_Record classes based on a database schema.',NULL,'doctrine-import-builder','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160904,5,'default.doctrine.import.doctrine-import-firebird','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Firebird','','',NULL,'doctrine-import-firebird','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160905,5,'default.doctrine.import.doctrine-import-mssql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mssql','','',NULL,'doctrine-import-mssql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160906,5,'default.doctrine.import.doctrine-import-mysql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mysql','','',NULL,'doctrine-import-mysql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160907,5,'default.doctrine.import.doctrine-import-oracle','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Oracle','','',NULL,'doctrine-import-oracle','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160908,5,'default.doctrine.import.doctrine-import-pgsql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Pgsql','','',NULL,'doctrine-import-pgsql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160909,5,'default.doctrine.import.doctrine-import-schema',NULL,'Doctrine','import','Doctrine_Import_Schema','','Class for importing Doctrine_Record classes from a yaml schema definition',NULL,'doctrine-import-schema','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160910,5,'default.doctrine.import.doctrine-import-sqlite','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Sqlite','','',NULL,'doctrine-import-sqlite','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160911,5,'default.doctrine.inflector.doctrine-inflector',NULL,'Doctrine','inflector','Doctrine_Inflector','Doctrine inflector has static methods for inflecting text','The methods in these classes are from several different sources collected across several different php projects and several different authors. The original author names and emails are not known',NULL,'doctrine-inflector','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160912,5,'default.doctrine.integritymapper.doctrine-integritymapper',NULL,'Doctrine','integritymapper','Doctrine_IntegrityMapper','','',NULL,'doctrine-integritymapper','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160913,5,'default.doctrine.lib.doctrine-lib',NULL,'Doctrine','lib','Doctrine_Lib','Doctrine_Lib has not commonly used static functions, mostly for debugging\npurposes','',NULL,'doctrine-lib','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160914,5,'default.doctrine.locking.doctrine-locking-manager-pessimistic',NULL,'Doctrine','locking','Doctrine_Locking_Manager_Pessimistic','Offline locking of records comes in handy where you need to make sure that \na time-consuming task on a record or many records, which is spread over\nseveral page requests can't be interfered by other users.','',NULL,'doctrine-locking-manager-pessimistic','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160915,5,'default.doctrine.manager.doctrine-manager','default.doctrine.configurable.doctrine-configurable','Doctrine','manager','Doctrine_Manager','Doctrine_Manager is the base component of all doctrine based projects.','It opens and keeps track of all connections (database connections).',NULL,'doctrine-manager','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160916,5,'default.doctrine.migration.doctrine-migration',NULL,'Doctrine','migration','Doctrine_Migration','','this class represents a database view',NULL,'doctrine-migration','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160917,5,'default.doctrine.migration.doctrine-migration-builder','default.doctrine.builder.doctrine-builder','Doctrine','migration','Doctrine_Migration_Builder','','',NULL,'doctrine-migration-builder','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160918,5,'default.doctrine.migration.doctrine-migration-process',NULL,'Doctrine','migration','Doctrine_Migration_Process','','',NULL,'doctrine-migration-process','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160919,5,'default.doctrine.node.doctrine-node',NULL,'Doctrine','node','Doctrine_Node','','',NULL,'doctrine-node','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160920,5,'default.doctrine.node.doctrine-node-interface',NULL,'Doctrine','node','Doctrine_Node_Interface','','',NULL,'doctrine-node-interface','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160921,5,'default.doctrine.node.doctrine-node-materializedpath-levelorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_LevelOrderIterator','','',NULL,'doctrine-node-materializedpath-levelorderiterator','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160922,5,'default.doctrine.node.doctrine-node-materializedpath-postorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PostOrderIterator','','',NULL,'doctrine-node-materializedpath-postorderiterator','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160923,5,'default.doctrine.node.doctrine-node-materializedpath-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PreOrderIterator','','',NULL,'doctrine-node-materializedpath-preorderiterator','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160924,5,'default.doctrine.node.doctrine-node-nestedset','default.doctrine.node.doctrine-node','Doctrine','node','Doctrine_Node_NestedSet','','',NULL,'doctrine-node-nestedset','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160925,5,'default.doctrine.node.doctrine-node-nestedset-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_NestedSet_PreOrderIterator','','',NULL,'doctrine-node-nestedset-preorderiterator','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160926,5,'default.doctrine.null.doctrine-null',NULL,'Doctrine','null','Doctrine_Null','','Simple empty class representing a null value used for extra fast null value testing with isset() rather than array_key_exists()',NULL,'doctrine-null','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160927,5,'default.doctrine.overloadable.doctrine-overloadable',NULL,'Doctrine','overloadable','Doctrine_Overloadable','Doctrine_Overloadable a very generic overloading interface','',NULL,'doctrine-overloadable','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160928,5,'default.doctrine.pager.doctrine-pager',NULL,'Doctrine','pager','Doctrine_Pager','','',NULL,'doctrine-pager','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160929,5,'default.doctrine.pager.doctrine-pager-layout',NULL,'Doctrine','pager','Doctrine_Pager_Layout','','',NULL,'doctrine-pager-layout','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160930,5,'default.doctrine.pager.doctrine-pager-range',NULL,'Doctrine','pager','Doctrine_Pager_Range','','',NULL,'doctrine-pager-range','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160931,5,'default.doctrine.pager.doctrine-pager-range-jumping','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Jumping','','',NULL,'doctrine-pager-range-jumping','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160932,5,'default.doctrine.pager.doctrine-pager-range-sliding','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Sliding','','',NULL,'doctrine-pager-range-sliding','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160933,5,'default.doctrine.parser.doctrine-parser',NULL,'Doctrine','parser','Doctrine_Parser','','',NULL,'doctrine-parser','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160934,5,'default.doctrine.parser.doctrine-parser-json','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Json','','',NULL,'doctrine-parser-json','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160935,5,'default.doctrine.parser.doctrine-parser-serialize','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Serialize','','',NULL,'doctrine-parser-serialize','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160936,5,'default.doctrine.parser.doctrine-parser-xml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Xml','','',NULL,'doctrine-parser-xml','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160937,5,'default.doctrine.parser.doctrine-parser-yml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Yml','','',NULL,'doctrine-parser-yml','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160938,5,'default.doctrine.plugin.doctrine-record-generator','default.doctrine.record.doctrine-record-abstract','Doctrine','plugin','Doctrine_Record_Generator','','',NULL,'doctrine-record-generator','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160939,5,'default.doctrine.query.doctrine-query','default.doctrine.query.doctrine-query-abstract','Doctrine','query','Doctrine_Query','Doctrine_Query A Doctrine_Query object represents a DQL query. It is used\nto query databases for data in an object-oriented fashion. A DQL query\nunderstands relations and inheritance and is dbms independant.','',NULL,'doctrine-query','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160940,5,'default.doctrine.query.doctrine-query-abstract',NULL,'Doctrine','query','Doctrine_Query_Abstract','','',NULL,'doctrine-query-abstract','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160941,5,'default.doctrine.query.doctrine-query-check',NULL,'Doctrine','query','Doctrine_Query_Check','','',NULL,'doctrine-query-check','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160942,5,'default.doctrine.query.doctrine-query-condition','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Condition','','',NULL,'doctrine-query-condition','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160943,5,'default.doctrine.query.doctrine-query-filter',NULL,'Doctrine','query','Doctrine_Query_Filter','','',NULL,'doctrine-query-filter','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160944,5,'default.doctrine.query.doctrine-query-filter-chain',NULL,'Doctrine','query','Doctrine_Query_Filter_Chain','','',NULL,'doctrine-query-filter-chain','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160945,5,'default.doctrine.query.doctrine-query-filter-interface',NULL,'Doctrine','query','Doctrine_Query_Filter_Interface','','',NULL,'doctrine-query-filter-interface','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160946,5,'default.doctrine.query.doctrine-query-forupdate','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Forupdate','','',NULL,'doctrine-query-forupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160947,5,'default.doctrine.query.doctrine-query-from','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_From','','',NULL,'doctrine-query-from','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160948,5,'default.doctrine.query.doctrine-query-groupby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Groupby','','',NULL,'doctrine-query-groupby','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160949,5,'default.doctrine.query.doctrine-query-having','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Having','','',NULL,'doctrine-query-having','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160950,5,'default.doctrine.query.doctrine-query-joincondition','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_JoinCondition','','',NULL,'doctrine-query-joincondition','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160951,5,'default.doctrine.query.doctrine-query-limit','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Limit','','',NULL,'doctrine-query-limit','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160952,5,'default.doctrine.query.doctrine-query-offset','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Offset','','',NULL,'doctrine-query-offset','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160953,5,'default.doctrine.query.doctrine-query-orderby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Orderby','','',NULL,'doctrine-query-orderby','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160954,5,'default.doctrine.query.doctrine-query-part',NULL,'Doctrine','query','Doctrine_Query_Part','','',NULL,'doctrine-query-part','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160955,5,'default.doctrine.query.doctrine-query-registry',NULL,'Doctrine','query','Doctrine_Query_Registry','','',NULL,'doctrine-query-registry','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160956,5,'default.doctrine.query.doctrine-query-select','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Select','','',NULL,'doctrine-query-select','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160957,5,'default.doctrine.query.doctrine-query-set','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Set','Doctrine_Query','',NULL,'doctrine-query-set','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160958,5,'default.doctrine.query.doctrine-query-tokenizer',NULL,'Doctrine','query','Doctrine_Query_Tokenizer','','',NULL,'doctrine-query-tokenizer','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160959,5,'default.doctrine.query.doctrine-query-where','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Where','','',NULL,'doctrine-query-where','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160960,5,'default.doctrine.rawsql.doctrine-rawsql','default.doctrine.query.doctrine-query-abstract','Doctrine','rawsql','Doctrine_RawSql','','Doctrine_RawSql is an implementation of Doctrine_Query_Abstract that skips the entire DQL parsing procedure. The "DQL" that is passed to a RawSql query object for execution is considered to be plain SQL and will be used "as is". The ',NULL,'doctrine-rawsql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160961,5,'default.doctrine.record.doctrine-record','default.doctrine.record.doctrine-record-abstract','Doctrine','record','Doctrine_Record','Doctrine_Record All record classes should inherit this super class','',NULL,'doctrine-record','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160962,5,'default.doctrine.record.doctrine-record-abstract','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Abstract','','',NULL,'doctrine-record-abstract','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160963,5,'default.doctrine.record.doctrine-record-filter',NULL,'Doctrine','record','Doctrine_Record_Filter','Doctrine_Record_Filter Filters the record getters and setters','',NULL,'doctrine-record-filter','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160964,5,'default.doctrine.record.doctrine-record-filter-compound','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Compound','','',NULL,'doctrine-record-filter-compound','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160965,5,'default.doctrine.record.doctrine-record-filter-standard','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Standard','Doctrine_Record_Filter_Standard Filters the record getters and setters','',NULL,'doctrine-record-filter-standard','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160966,5,'default.doctrine.record.doctrine-record-iterator',NULL,'Doctrine','record','Doctrine_Record_Iterator','','',NULL,'doctrine-record-iterator','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160967,5,'default.doctrine.record.doctrine-record-listener',NULL,'Doctrine','record','Doctrine_Record_Listener','','',NULL,'doctrine-record-listener','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160968,5,'default.doctrine.record.doctrine-record-listener-chain','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Listener_Chain','Doctrine_Record_Listener_Chain this class represents a chain of different\nlisteners, useful for having multiple listeners listening the events at\nthe same time','',NULL,'doctrine-record-listener-chain','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160969,5,'default.doctrine.record.doctrine-record-listener-interface',NULL,'Doctrine','record','Doctrine_Record_Listener_Interface','Doctrine_Record_Listener','',NULL,'doctrine-record-listener-interface','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160970,5,'default.doctrine.relation.doctrine-relation',NULL,'Doctrine','relation','Doctrine_Relation','Doctrine_Relation This class represents a relation between components','',NULL,'doctrine-relation','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160971,5,'default.doctrine.relation.doctrine-relation-association','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_Association','Doctrine_Relation_Association this class takes care of association\nmapping (= many-to-many relationships, where the\nrelationship is handled with an additional relational table \n which holds 2 foreign keys','',NULL,'doctrine-relation-association','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160972,5,'default.doctrine.relation.doctrine-relation-association-self','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Association_Self','','',NULL,'doctrine-relation-association-self','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160973,5,'default.doctrine.relation.doctrine-relation-foreignkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_ForeignKey','Doctrine_Relation_ForeignKey This class represents a foreign key relation','',NULL,'doctrine-relation-foreignkey','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160974,5,'default.doctrine.relation.doctrine-relation-localkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_LocalKey','Doctrine_Relation_LocalKey This class represents a local key relation','',NULL,'doctrine-relation-localkey','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160975,5,'default.doctrine.relation.doctrine-relation-nest','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Nest','Doctrine_Relation_Association_Self','',NULL,'doctrine-relation-nest','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160976,5,'default.doctrine.relation.doctrine-relation-parser',NULL,'Doctrine','relation','Doctrine_Relation_Parser','','',NULL,'doctrine-relation-parser','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160977,5,'default.doctrine.search.doctrine-search','default.doctrine.plugin.doctrine-record-generator','Doctrine','search','Doctrine_Search','','',NULL,'doctrine-search','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160978,5,'default.doctrine.search.doctrine-search-analyzer',NULL,'Doctrine','search','Doctrine_Search_Analyzer','','',NULL,'doctrine-search-analyzer','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160979,5,'default.doctrine.search.doctrine-search-analyzer-interface',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Interface','','',NULL,'doctrine-search-analyzer-interface','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160980,5,'default.doctrine.search.doctrine-search-analyzer-standard',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Standard','','',NULL,'doctrine-search-analyzer-standard','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160981,5,'default.doctrine.search.doctrine-search-file','default.doctrine.search.doctrine-search','Doctrine','search','Doctrine_Search_File','Doctrine_Search','',NULL,'doctrine-search-file','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160982,5,'default.doctrine.search.doctrine-search-indexer',NULL,'Doctrine','search','Doctrine_Search_Indexer','','',NULL,'doctrine-search-indexer','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160983,5,'default.doctrine.search.doctrine-search-indexer-dir',NULL,'Doctrine','search','Doctrine_Search_Indexer_Dir','','',NULL,'doctrine-search-indexer-dir','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160984,5,'default.doctrine.search.doctrine-search-listener','default.doctrine.record.doctrine-record-listener','Doctrine','search','Doctrine_Search_Listener','','',NULL,'doctrine-search-listener','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160985,5,'default.doctrine.search.doctrine-search-parser',NULL,'Doctrine','search','Doctrine_Search_Parser','Doctrine_Search_Parser_Standard','',NULL,'doctrine-search-parser','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160986,5,'default.doctrine.search.doctrine-search-query',NULL,'Doctrine','search','Doctrine_Search_Query','','',NULL,'doctrine-search-query','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160987,5,'default.doctrine.search.doctrine-search-record','default.doctrine.template.doctrine-template','Doctrine','search','Doctrine_Search_Record','','',NULL,'doctrine-search-record','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160988,5,'default.doctrine.sequence.doctrine-sequence','default.doctrine.connection.doctrine-connection-module','Doctrine','sequence','Doctrine_Sequence','Doctrine_Sequence The base class for sequence handling drivers.','',NULL,'doctrine-sequence','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160989,5,'default.doctrine.sequence.doctrine-sequence-db2','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Db2','','',NULL,'doctrine-sequence-db2','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160990,5,'default.doctrine.sequence.doctrine-sequence-firebird','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Firebird','','',NULL,'doctrine-sequence-firebird','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160991,5,'default.doctrine.sequence.doctrine-sequence-mssql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mssql','','',NULL,'doctrine-sequence-mssql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160992,5,'default.doctrine.sequence.doctrine-sequence-mysql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mysql','','',NULL,'doctrine-sequence-mysql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160993,5,'default.doctrine.sequence.doctrine-sequence-oracle','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Oracle','','',NULL,'doctrine-sequence-oracle','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160994,5,'default.doctrine.sequence.doctrine-sequence-pgsql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Pgsql','','',NULL,'doctrine-sequence-pgsql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160995,5,'default.doctrine.sequence.doctrine-sequence-sqlite','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Sqlite','','',NULL,'doctrine-sequence-sqlite','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160996,5,'default.doctrine.spyc.doctrine-parser-spyc',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc','The Simple PHP YAML Class.','This class can be used to read a YAML file and convert its contents into a PHP array. It currently supports a very limited subsection of the YAML spec.\nUsage: ',NULL,'doctrine-parser-spyc','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160997,5,'default.doctrine.spyc.doctrine-parser-spyc-yamlnode',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc_YamlNode','A node, used by Doctrine_Parser_Spyc for parsing YAML.','',NULL,'doctrine-parser-spyc-yamlnode','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160998,5,'default.doctrine.table.doctrine-table','default.doctrine.configurable.doctrine-configurable','Doctrine','table','Doctrine_Table','Doctrine_Table represents a database table each\nDoctrine_Table holds the information of foreignKeys and associations','',NULL,'doctrine-table','2009-11-12 03:12:51','2009-11-12 03:12:51'),(160999,5,'default.doctrine.table.doctrine-table-exception',NULL,'Doctrine','table','Doctrine_Table_Exception','thrown when user tries to initialize a new instance of Doctrine_Table, \nwhile there already exists an instance of that table','',NULL,'doctrine-table-exception','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161000,5,'default.doctrine.table.doctrine-table-repository',NULL,'Doctrine','table','Doctrine_Table_Repository','Doctrine_Repository each record is added into Doctrine_Repository at the\nsame time they are created, loaded from the database or retrieved from the\ncache','',NULL,'doctrine-table-repository','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161001,5,'default.doctrine.task.doctrine-task',NULL,'Doctrine','task','Doctrine_Task','','Abstract class used for writing Doctrine Tasks',NULL,'doctrine-task','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161002,5,'default.doctrine.task.doctrine-task-buildall','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAll','','',NULL,'doctrine-task-buildall','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161003,5,'default.doctrine.task.doctrine-task-buildallload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllLoad','','',NULL,'doctrine-task-buildallload','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161004,5,'default.doctrine.task.doctrine-task-buildallreload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllReload','','',NULL,'doctrine-task-buildallreload','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161005,5,'default.doctrine.task.doctrine-task-compile','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Compile','','',NULL,'doctrine-task-compile','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161006,5,'default.doctrine.task.doctrine-task-createdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateDb','','',NULL,'doctrine-task-createdb','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161007,5,'default.doctrine.task.doctrine-task-createtables','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateTables','','',NULL,'doctrine-task-createtables','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161008,5,'default.doctrine.task.doctrine-task-dql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Dql','','',NULL,'doctrine-task-dql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161009,5,'default.doctrine.task.doctrine-task-dropdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DropDb','','',NULL,'doctrine-task-dropdb','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161010,5,'default.doctrine.task.doctrine-task-dumpdata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DumpData','','',NULL,'doctrine-task-dumpdata','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161011,5,'default.doctrine.task.doctrine-task-generatemigration','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigration','','',NULL,'doctrine-task-generatemigration','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161012,5,'default.doctrine.task.doctrine-task-generatemigrationsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDb','','',NULL,'doctrine-task-generatemigrationsdb','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161013,5,'default.doctrine.task.doctrine-task-generatemigrationsmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsModels','','',NULL,'doctrine-task-generatemigrationsmodels','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161014,5,'default.doctrine.task.doctrine-task-generatemodelsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsDb','','',NULL,'doctrine-task-generatemodelsdb','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161015,5,'default.doctrine.task.doctrine-task-generatemodelsyaml','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsYaml','','',NULL,'doctrine-task-generatemodelsyaml','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161016,5,'default.doctrine.task.doctrine-task-generatesql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateSql','','',NULL,'doctrine-task-generatesql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161017,5,'default.doctrine.task.doctrine-task-generateyamldb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlDb','','',NULL,'doctrine-task-generateyamldb','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161018,5,'default.doctrine.task.doctrine-task-generateyamlmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlModels','Doctrine_Task_GenerateFromModels','',NULL,'doctrine-task-generateyamlmodels','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161019,5,'default.doctrine.task.doctrine-task-loaddata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadData','','',NULL,'doctrine-task-loaddata','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161020,5,'default.doctrine.task.doctrine-task-migrate','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Migrate','','',NULL,'doctrine-task-migrate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161021,5,'default.doctrine.task.doctrine-task-rebuilddb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_RebuildDb','','',NULL,'doctrine-task-rebuilddb','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161022,5,'default.doctrine.template.doctrine-template','default.doctrine.record.doctrine-record-abstract','Doctrine','template','Doctrine_Template','Base abstract class for defining templates which are the base of all\nbehaviors that can be attached to your Doctrine models','',NULL,'doctrine-template','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161023,5,'default.doctrine.template.doctrine-template-geographical','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Geographical','Easily add longitude and latitude columns to your records and use inherited\nfunctionality for calculating distances','',NULL,'doctrine-template-geographical','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161024,5,'default.doctrine.template.doctrine-template-i18n','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_I18n','Add multilingual capabilities to your Doctrine models','',NULL,'doctrine-template-i18n','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161025,5,'default.doctrine.template.doctrine-template-listener-sluggable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Sluggable','Easily create a slug for each record based on a specified set of fields','',NULL,'doctrine-template-listener-sluggable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161026,5,'default.doctrine.template.doctrine-template-listener-softdelete','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_SoftDelete','Listener for SoftDelete behavior which will allow you to turn on the\nbehavior which sets a delete flag instead of actually deleting the record\nand all queries automatically include a check for the deleted flag to\nexclude deleted records.','',NULL,'doctrine-template-listener-softdelete','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161027,5,'default.doctrine.template.doctrine-template-listener-timestampable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Timestampable','Listener for the Timestampable behavior which automatically sets the\ncreated and updated columns when a record is inserted and updated.','',NULL,'doctrine-template-listener-timestampable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161028,5,'default.doctrine.template.doctrine-template-nestedset','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_NestedSet','Doctrine template which implements the custom NestedSet implementation','',NULL,'doctrine-template-nestedset','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161029,5,'default.doctrine.template.doctrine-template-searchable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Searchable','','',NULL,'doctrine-template-searchable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161030,5,'default.doctrine.template.doctrine-template-sluggable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-sluggable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161031,5,'default.doctrine.template.doctrine-template-softdelete','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_SoftDelete','','',NULL,'doctrine-template-softdelete','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161032,5,'default.doctrine.template.doctrine-template-timestampable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Timestampable','','Easily add created and updated at timestamps to your doctrine records that are automatically set when records are saved',NULL,'doctrine-template-timestampable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161033,5,'default.doctrine.template.doctrine-template-versionable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Versionable','','Add revisioning/audit log to your models',NULL,'doctrine-template-versionable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161034,5,'default.doctrine.transaction.doctrine-transaction','default.doctrine.connection.doctrine-connection-module','Doctrine','transaction','Doctrine_Transaction','Doctrine_Transaction Handles transaction savepoint and isolation\nabstraction','',NULL,'doctrine-transaction','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161035,5,'default.doctrine.transaction.doctrine-transaction-firebird','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Firebird','','',NULL,'doctrine-transaction-firebird','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161036,5,'default.doctrine.transaction.doctrine-transaction-mssql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mssql','','',NULL,'doctrine-transaction-mssql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161037,5,'default.doctrine.transaction.doctrine-transaction-mysql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mysql','','',NULL,'doctrine-transaction-mysql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161038,5,'default.doctrine.transaction.doctrine-transaction-oracle','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Oracle','','',NULL,'doctrine-transaction-oracle','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161039,5,'default.doctrine.transaction.doctrine-transaction-pgsql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Pgsql','','',NULL,'doctrine-transaction-pgsql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161040,5,'default.doctrine.transaction.doctrine-transaction-sqlite','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Sqlite','','',NULL,'doctrine-transaction-sqlite','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161041,5,'default.doctrine.tree.doctrine-tree',NULL,'Doctrine','tree','Doctrine_Tree','','',NULL,'doctrine-tree','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161042,5,'default.doctrine.tree.doctrine-tree-interface',NULL,'Doctrine','tree','Doctrine_Tree_Interface','','',NULL,'doctrine-tree-interface','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161043,5,'default.doctrine.tree.doctrine-tree-nestedset','default.doctrine.tree.doctrine-tree','Doctrine','tree','Doctrine_Tree_NestedSet','','',NULL,'doctrine-tree-nestedset','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161044,5,'default.doctrine.validator.doctrine-validator','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','validator','Doctrine_Validator','This class is responsible for performing all validations on record\nproperties','',NULL,'doctrine-validator','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161045,5,'default.doctrine.validator.doctrine-validator-country',NULL,'Doctrine','validator','Doctrine_Validator_Country','','',NULL,'doctrine-validator-country','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161046,5,'default.doctrine.validator.doctrine-validator-creditcard',NULL,'Doctrine','validator','Doctrine_Validator_Creditcard','','',NULL,'doctrine-validator-creditcard','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161047,5,'default.doctrine.validator.doctrine-validator-date',NULL,'Doctrine','validator','Doctrine_Validator_Date','','',NULL,'doctrine-validator-date','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161048,5,'default.doctrine.validator.doctrine-validator-driver',NULL,'Doctrine','validator','Doctrine_Validator_Driver','','',NULL,'doctrine-validator-driver','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161049,5,'default.doctrine.validator.doctrine-validator-email',NULL,'Doctrine','validator','Doctrine_Validator_Email','','',NULL,'doctrine-validator-email','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161050,5,'default.doctrine.validator.doctrine-validator-errorstack','default.doctrine.access.doctrine-access','Doctrine','validator','Doctrine_Validator_ErrorStack','','',NULL,'doctrine-validator-errorstack','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161051,5,'default.doctrine.validator.doctrine-validator-exception',NULL,'Doctrine','validator','Doctrine_Validator_Exception','','',NULL,'doctrine-validator-exception','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161052,5,'default.doctrine.validator.doctrine-validator-future',NULL,'Doctrine','validator','Doctrine_Validator_Future','','',NULL,'doctrine-validator-future','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161053,5,'default.doctrine.validator.doctrine-validator-htmlcolor',NULL,'Doctrine','validator','Doctrine_Validator_HtmlColor','','',NULL,'doctrine-validator-htmlcolor','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161054,5,'default.doctrine.validator.doctrine-validator-ip',NULL,'Doctrine','validator','Doctrine_Validator_Ip','','',NULL,'doctrine-validator-ip','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161055,5,'default.doctrine.validator.doctrine-validator-minlength',NULL,'Doctrine','validator','Doctrine_Validator_Minlength','Doctrine_Validator_Regexp','',NULL,'doctrine-validator-minlength','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161056,5,'default.doctrine.validator.doctrine-validator-nospace','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Nospace','','',NULL,'doctrine-validator-nospace','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161057,5,'default.doctrine.validator.doctrine-validator-notblank','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notblank','','',NULL,'doctrine-validator-notblank','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161058,5,'default.doctrine.validator.doctrine-validator-notnull','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notnull','','',NULL,'doctrine-validator-notnull','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161059,5,'default.doctrine.validator.doctrine-validator-past',NULL,'Doctrine','validator','Doctrine_Validator_Past','','',NULL,'doctrine-validator-past','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161060,5,'default.doctrine.validator.doctrine-validator-range',NULL,'Doctrine','validator','Doctrine_Validator_Range','','',NULL,'doctrine-validator-range','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161061,5,'default.doctrine.validator.doctrine-validator-readonly',NULL,'Doctrine','validator','Doctrine_Validator_Readonly','','',NULL,'doctrine-validator-readonly','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161062,5,'default.doctrine.validator.doctrine-validator-regexp',NULL,'Doctrine','validator','Doctrine_Validator_Regexp','','',NULL,'doctrine-validator-regexp','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161063,5,'default.doctrine.validator.doctrine-validator-time',NULL,'Doctrine','validator','Doctrine_Validator_Time','','',NULL,'doctrine-validator-time','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161064,5,'default.doctrine.validator.doctrine-validator-timestamp',NULL,'Doctrine','validator','Doctrine_Validator_Timestamp','','',NULL,'doctrine-validator-timestamp','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161065,5,'default.doctrine.validator.doctrine-validator-unique',NULL,'Doctrine','validator','Doctrine_Validator_Unique','','',NULL,'doctrine-validator-unique','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161066,5,'default.doctrine.validator.doctrine-validator-unsigned',NULL,'Doctrine','validator','Doctrine_Validator_Unsigned','','',NULL,'doctrine-validator-unsigned','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161067,5,'default.doctrine.validator.doctrine-validator-usstate',NULL,'Doctrine','validator','Doctrine_Validator_Usstate','','',NULL,'doctrine-validator-usstate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161068,5,'default.doctrine.view.doctrine-view',NULL,'Doctrine','view','Doctrine_View','','this class represents a database view',NULL,'doctrine-view','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161069,6,'default.symfony.util.doctrine-parser-yamlsf',NULL,'Doctrine','util','Doctrine_Parser_YamlSf','YamlSf class.','',NULL,'doctrine-parser-yamlsf','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161070,6,'default.symfony.util.doctrine-parser-yamlsf-dumper',NULL,'Doctrine','util','Doctrine_Parser_YamlSf_Dumper','YamlSfDumper class.','',NULL,'doctrine-parser-yamlsf-dumper','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161071,6,'default.symfony.util.doctrine-parser-yamlsf-inline',NULL,'Doctrine','util','Doctrine_Parser_YamlSf_Inline','YamlSfInline implements a YAML parser/dumper for the YAML inline syntax.','',NULL,'doctrine-parser-yamlsf-inline','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161072,6,'default.symfony.util.doctrine-parser-yamlsf-parser',NULL,'Doctrine','util','Doctrine_Parser_YamlSf_Parser','YamlSfParser class.','',NULL,'doctrine-parser-yamlsf-parser','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161073,6,'default.doctrine.doctrine',NULL,'Doctrine','doctrine','Doctrine','Doctrine the base class of Doctrine framework','',NULL,'doctrine','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161074,6,'default.doctrine.access.doctrine-access','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','access','Doctrine_Access','Provides array access and property overload interface for Doctrine\nsubclasses','',NULL,'doctrine-access','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161075,6,'default.doctrine.adapter.doctrine-adapter-db2','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Db2','IBM DB2 Adapter. This class was ported from the Zend Framework','',NULL,'doctrine-adapter-db2','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161076,6,'default.doctrine.adapter.doctrine-adapter-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Interface','This adapter interface should be implemented by all custom adapters','',NULL,'doctrine-adapter-interface','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161077,6,'default.doctrine.adapter.doctrine-adapter-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Mock','Doctrine mock connection adapter. This class is used for special testing\npurposes.','',NULL,'doctrine-adapter-mock','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161078,6,'default.doctrine.adapter.doctrine-adapter-mysqli','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Mysqli','Custom Doctrine connection adapter for mysqli','',NULL,'doctrine-adapter-mysqli','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161079,6,'default.doctrine.adapter.doctrine-adapter-oracle',NULL,'Doctrine','adapter','Doctrine_Adapter_Oracle','Custom Doctrine connection adapter for oracle','',NULL,'doctrine-adapter-oracle','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161080,6,'default.doctrine.adapter.doctrine-adapter-statement',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement','','',NULL,'doctrine-adapter-statement','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161081,6,'default.doctrine.adapter.doctrine-adapter-statement-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Interface','Interface for Doctrine adapter statements','',NULL,'doctrine-adapter-statement-interface','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161082,6,'default.doctrine.adapter.doctrine-adapter-statement-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Mock','Mock connection adapter statement class. Used for special testing purposes','',NULL,'doctrine-adapter-statement-mock','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161083,6,'default.doctrine.adapter.doctrine-adapter-statement-oracle',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Oracle','Oracle connection adapter statement class.','',NULL,'doctrine-adapter-statement-oracle','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161084,6,'default.doctrine.auditlog.doctrine-auditlog','default.doctrine.plugin.doctrine-record-generator','Doctrine','auditlog','Doctrine_AuditLog','','',NULL,'doctrine-auditlog','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161085,6,'default.doctrine.auditlog.doctrine-auditlog-listener','default.doctrine.record.doctrine-record-listener','Doctrine','auditlog','Doctrine_AuditLog_Listener','','',NULL,'doctrine-auditlog-listener','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161086,6,'default.doctrine.builder.doctrine-builder',NULL,'Doctrine','builder','Doctrine_Builder','Base class for any code builders/generators for Doctrine','',NULL,'doctrine-builder','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161087,6,'default.doctrine.cache.doctrine-cache','default.doctrine.eventlistener.doctrine-eventlistener','Doctrine','cache','Doctrine_Cache','','',NULL,'doctrine-cache','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161088,6,'default.doctrine.cache.doctrine-cache-apc','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Apc','APC Cache Driver','',NULL,'doctrine-cache-apc','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161089,6,'default.doctrine.cache.doctrine-cache-array','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Array','Array cache driver','',NULL,'doctrine-cache-array','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161090,6,'default.doctrine.cache.doctrine-cache-db','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Db','Database cache driver','',NULL,'doctrine-cache-db','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161091,6,'default.doctrine.cache.doctrine-cache-driver',NULL,'Doctrine','cache','Doctrine_Cache_Driver','Abstract cache driver class','',NULL,'doctrine-cache-driver','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161092,6,'default.doctrine.cache.doctrine-cache-interface',NULL,'Doctrine','cache','Doctrine_Cache_Interface','Doctrine cache driver interface','',NULL,'doctrine-cache-interface','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161093,6,'default.doctrine.cache.doctrine-cache-memcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Memcache','Memcache cache driver','',NULL,'doctrine-cache-memcache','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161094,6,'default.doctrine.cache.doctrine-cache-xcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Xcache','Xcache cache driver','',NULL,'doctrine-cache-xcache','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161095,6,'default.doctrine.cli.doctrine-cli',NULL,'Doctrine','cli','Doctrine_Cli','Command line interface class Interface for easily executing Doctrine_Task\nclasses from a command line interface','',NULL,'doctrine-cli','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161096,6,'default.doctrine.cli.doctrine-cli-ansicolorformatter','default.doctrine.cli.doctrine-cli-formatter','Doctrine','cli','Doctrine_Cli_AnsiColorFormatter','Doctrine_AnsiColorFormatter provides methods to colorize text to be\ndisplayed on a console.','This class was taken from the symfony-project source',NULL,'doctrine-cli-ansicolorformatter','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161097,6,'default.doctrine.cli.doctrine-cli-formatter',NULL,'Doctrine','cli','Doctrine_Cli_Formatter','Doctrine_Cli_Formatter provides methods to format text to be displayed on a\nconsole.','This class was taken from the symfony-project source',NULL,'doctrine-cli-formatter','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161098,6,'default.doctrine.collection.doctrine-collection','default.doctrine.access.doctrine-access','Doctrine','collection','Doctrine_Collection','Doctrine_Collection Collection of Doctrine_Record objects.','',NULL,'doctrine-collection','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161099,6,'default.doctrine.collection.doctrine-collection-iterator',NULL,'Doctrine','collection','Doctrine_Collection_Iterator','Doctrine_Collection_Iterator iterates through Doctrine_Collection','',NULL,'doctrine-collection-iterator','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161100,6,'default.doctrine.collection.doctrine-collection-iterator-expandable','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Expandable','Expandable collection iterator class','',NULL,'doctrine-collection-iterator-expandable','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161101,6,'default.doctrine.collection.doctrine-collection-iterator-normal','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Normal','','',NULL,'doctrine-collection-iterator-normal','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161102,6,'default.doctrine.collection.doctrine-collection-iterator-offset','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Offset','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-offset','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161103,6,'default.doctrine.collection.doctrine-collection-offset','default.doctrine.collection.doctrine-collection','Doctrine','collection','Doctrine_Collection_Offset','Doctrine_Collection_Offset Collection of Doctrine_Record objects.','',NULL,'doctrine-collection-offset','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161104,6,'default.doctrine.column.doctrine-column','default.doctrine.access.doctrine-access','Doctrine','column','Doctrine_Column','Doctrine_Column This class represents a database column','',NULL,'doctrine-column','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161105,6,'default.doctrine.compiler.doctrine-compiler',NULL,'Doctrine','compiler','Doctrine_Compiler','Doctrine_Compiler This class can be used for compiling the entire Doctrine\nframework into a single file','',NULL,'doctrine-compiler','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161106,6,'default.doctrine.configurable.doctrine-configurable','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','configurable','Doctrine_Configurable','Doctrine_Configurable the base for Doctrine_Table, Doctrine_Manager and\nDoctrine_Connection','',NULL,'doctrine-configurable','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161107,6,'default.doctrine.connection.doctrine-connection','default.doctrine.configurable.doctrine-configurable','Doctrine','connection','Doctrine_Connection','','A wrapper layer on top of PDO / Doctrine_Adapter\nDoctrine_Connection is the heart of any Doctrine based application.\n\n 2. Lazy-connecting Creating an instance of Doctrine_Connection does not connect to database. Connecting to database is only inv',NULL,'doctrine-connection','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161108,6,'default.doctrine.connection.doctrine-connection-common','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Common','standard connection, the parent of pgsql, mysql and sqlite','',NULL,'doctrine-connection-common','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161109,6,'default.doctrine.connection.doctrine-connection-db2','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Db2','','',NULL,'doctrine-connection-db2','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161110,6,'default.doctrine.connection.doctrine-connection-exception',NULL,'Doctrine','connection','Doctrine_Connection_Exception','Doctrine_Exception','',NULL,'doctrine-connection-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161111,6,'default.doctrine.connection.doctrine-connection-firebird','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Firebird','','',NULL,'doctrine-connection-firebird','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161112,6,'default.doctrine.connection.doctrine-connection-firebird-exception',NULL,'Doctrine','connection','Doctrine_Connection_Firebird_Exception','','',NULL,'doctrine-connection-firebird-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161113,6,'default.doctrine.connection.doctrine-connection-informix','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Informix','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-informix','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161114,6,'default.doctrine.connection.doctrine-connection-mock','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mock','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-mock','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161115,6,'default.doctrine.connection.doctrine-connection-module',NULL,'Doctrine','connection','Doctrine_Connection_Module','','',NULL,'doctrine-connection-module','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161116,6,'default.doctrine.connection.doctrine-connection-mssql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mssql','','',NULL,'doctrine-connection-mssql','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161117,6,'default.doctrine.connection.doctrine-connection-mssql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mssql_Exception','','',NULL,'doctrine-connection-mssql-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161118,6,'default.doctrine.connection.doctrine-connection-mysql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mysql','','',NULL,'doctrine-connection-mysql','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161119,6,'default.doctrine.connection.doctrine-connection-mysql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mysql_Exception','','',NULL,'doctrine-connection-mysql-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161120,6,'default.doctrine.connection.doctrine-connection-oracle','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Oracle','','',NULL,'doctrine-connection-oracle','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161121,6,'default.doctrine.connection.doctrine-connection-oracle-exception',NULL,'Doctrine','connection','Doctrine_Connection_Oracle_Exception','','',NULL,'doctrine-connection-oracle-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161122,6,'default.doctrine.connection.doctrine-connection-pgsql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Pgsql','','',NULL,'doctrine-connection-pgsql','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161123,6,'default.doctrine.connection.doctrine-connection-pgsql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Pgsql_Exception','','',NULL,'doctrine-connection-pgsql-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161124,6,'default.doctrine.connection.doctrine-connection-profiler',NULL,'Doctrine','connection','Doctrine_Connection_Profiler','','',NULL,'doctrine-connection-profiler','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161125,6,'default.doctrine.connection.doctrine-connection-sqlite','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Sqlite','','',NULL,'doctrine-connection-sqlite','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161126,6,'default.doctrine.connection.doctrine-connection-sqlite-exception',NULL,'Doctrine','connection','Doctrine_Connection_Sqlite_Exception','','',NULL,'doctrine-connection-sqlite-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161127,6,'default.doctrine.connection.doctrine-connection-statement',NULL,'Doctrine','connection','Doctrine_Connection_Statement','','',NULL,'doctrine-connection-statement','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161128,6,'default.doctrine.connection.doctrine-connection-unitofwork','default.doctrine.connection.doctrine-connection-module','Doctrine','connection','Doctrine_Connection_UnitOfWork','','Note: This class does not have the semantics of a real "Unit of Work" in 0.10/1.0. Database operations are not queued. All changes to objects are immediately written to the database. You can think of it as a unit of work in auto-flush mode.\nRe',NULL,'doctrine-connection-unitofwork','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161129,6,'default.doctrine.data.doctrine-data',NULL,'Doctrine','data','Doctrine_Data','','Base Doctrine_Data class for dumping and loading data to and from fixtures files. Support formats are based on what formats are available in Doctrine_Parser such as yaml, xml, json, etc.',NULL,'doctrine-data','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161130,6,'default.doctrine.data.doctrine-data-export','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Export','','',NULL,'doctrine-data-export','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161131,6,'default.doctrine.data.doctrine-data-import','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Import','','',NULL,'doctrine-data-import','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161132,6,'default.doctrine.datadict.doctrine-datadict','default.doctrine.connection.doctrine-connection-module','Doctrine','datadict','Doctrine_DataDict','','',NULL,'doctrine-datadict','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161133,6,'default.doctrine.datadict.doctrine-datadict-firebird','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Firebird','','',NULL,'doctrine-datadict-firebird','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161134,6,'default.doctrine.datadict.doctrine-datadict-informix','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Informix','','',NULL,'doctrine-datadict-informix','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161135,6,'default.doctrine.datadict.doctrine-datadict-mssql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mssql','','',NULL,'doctrine-datadict-mssql','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161136,6,'default.doctrine.datadict.doctrine-datadict-mysql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mysql','','',NULL,'doctrine-datadict-mysql','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161137,6,'default.doctrine.datadict.doctrine-datadict-oracle','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Oracle','','',NULL,'doctrine-datadict-oracle','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161138,6,'default.doctrine.datadict.doctrine-datadict-pgsql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Pgsql','','',NULL,'doctrine-datadict-pgsql','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161139,6,'default.doctrine.datadict.doctrine-datadict-sqlite','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Sqlite','','',NULL,'doctrine-datadict-sqlite','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161140,6,'default.doctrine.datatype.doctrine-datatype',NULL,'Doctrine','datatype','Doctrine_DataType','','',NULL,'doctrine-datatype','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161141,6,'default.doctrine.event.doctrine-event',NULL,'Doctrine','event','Doctrine_Event','','',NULL,'doctrine-event','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161142,6,'default.doctrine.eventlistener.doctrine-eventlistener',NULL,'Doctrine','eventlistener','Doctrine_EventListener','Doctrine_EventListener all event listeners extend this base class \n the empty methods allow child classes to only\nimplement the methods they need to implement','',NULL,'doctrine-eventlistener','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161143,6,'default.doctrine.eventlistener.doctrine-eventlistener-chain','default.doctrine.access.doctrine-access','Doctrine','eventlistener','Doctrine_EventListener_Chain','Doctrine_EventListener_Chain this class represents a chain of different\nlisteners, useful for having multiple listeners listening the events at\nthe same time','',NULL,'doctrine-eventlistener-chain','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161144,6,'default.doctrine.eventlistener.doctrine-eventlistener-interface',NULL,'Doctrine','eventlistener','Doctrine_EventListener_Interface','Doctrine_EventListener all event listeners extend this base class \n the empty methods allow child classes to only\nimplement the methods they need to implement','',NULL,'doctrine-eventlistener-interface','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161145,6,'default.doctrine.exception.doctrine-exception',NULL,'Doctrine','exception','Doctrine_Exception','','',NULL,'doctrine-exception','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161146,6,'default.doctrine.export.doctrine-export','default.doctrine.connection.doctrine-connection-module','Doctrine','export','Doctrine_Export','','',NULL,'doctrine-export','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161147,6,'default.doctrine.export.doctrine-export-firebird','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Firebird','Doctrine_Export_Sqlite','',NULL,'doctrine-export-firebird','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161148,6,'default.doctrine.export.doctrine-export-frontbase','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Frontbase','','',NULL,'doctrine-export-frontbase','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161149,6,'default.doctrine.export.doctrine-export-mssql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mssql','','',NULL,'doctrine-export-mssql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161150,6,'default.doctrine.export.doctrine-export-mysql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mysql','','',NULL,'doctrine-export-mysql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161151,6,'default.doctrine.export.doctrine-export-oracle','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Oracle','','',NULL,'doctrine-export-oracle','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161152,6,'default.doctrine.export.doctrine-export-pgsql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Pgsql','','',NULL,'doctrine-export-pgsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161153,6,'default.doctrine.export.doctrine-export-reporter',NULL,'Doctrine','export','Doctrine_Export_Reporter','','',NULL,'doctrine-export-reporter','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161154,6,'default.doctrine.export.doctrine-export-schema',NULL,'Doctrine','export','Doctrine_Export_Schema','','Used for exporting a schema to a yaml file',NULL,'doctrine-export-schema','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161155,6,'default.doctrine.export.doctrine-export-sqlite','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Sqlite','','',NULL,'doctrine-export-sqlite','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161156,6,'default.doctrine.expression.doctrine-expression',NULL,'Doctrine','expression','Doctrine_Expression','Doctrine_Expression memorizes a dql expression that use a db function.','This class manages abstractions of dql expressions like query parts that use CONCAT(), MIN(), SUM().',NULL,'doctrine-expression','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161157,6,'default.doctrine.expression.doctrine-expression-driver','default.doctrine.connection.doctrine-connection-module','Doctrine','expression','Doctrine_Expression_Driver','','',NULL,'doctrine-expression-driver','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161158,6,'default.doctrine.expression.doctrine-expression-firebird','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Firebird','','',NULL,'doctrine-expression-firebird','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161159,6,'default.doctrine.expression.doctrine-expression-mssql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mssql','','',NULL,'doctrine-expression-mssql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161160,6,'default.doctrine.expression.doctrine-expression-mysql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mysql','','',NULL,'doctrine-expression-mysql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161161,6,'default.doctrine.expression.doctrine-expression-oracle','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Oracle','Doctrine_Expression_Sqlite','',NULL,'doctrine-expression-oracle','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161162,6,'default.doctrine.expression.doctrine-expression-pgsql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Pgsql','','',NULL,'doctrine-expression-pgsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161163,6,'default.doctrine.expression.doctrine-expression-sqlite','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Sqlite','','',NULL,'doctrine-expression-sqlite','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161164,6,'default.doctrine.file.doctrine-file','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File','','',NULL,'doctrine-file','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161165,6,'default.doctrine.file.doctrine-file-index','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File_Index','','',NULL,'doctrine-file-index','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161166,6,'default.doctrine.formatter.doctrine-formatter','default.doctrine.connection.doctrine-connection-module','Doctrine','formatter','Doctrine_Formatter','','',NULL,'doctrine-formatter','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161167,6,'default.doctrine.hook.doctrine-hook',NULL,'Doctrine','hook','Doctrine_Hook','','',NULL,'doctrine-hook','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161168,6,'default.doctrine.hook.doctrine-hook-equal','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Equal','','',NULL,'doctrine-hook-equal','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161169,6,'default.doctrine.hook.doctrine-hook-integer','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_Integer','','',NULL,'doctrine-hook-integer','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161170,6,'default.doctrine.hook.doctrine-hook-parser',NULL,'Doctrine','hook','Doctrine_Hook_Parser','','',NULL,'doctrine-hook-parser','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161171,6,'default.doctrine.hook.doctrine-hook-parser-complex','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Parser_Complex','','',NULL,'doctrine-hook-parser-complex','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161172,6,'default.doctrine.hook.doctrine-hook-wordlike','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_WordLike','','',NULL,'doctrine-hook-wordlike','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161173,6,'default.doctrine.hydrate.doctrine-hydrator','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator','Its purpose is to populate object graphs.','',NULL,'doctrine-hydrator','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161174,6,'default.doctrine.hydrate.doctrine-hydrator-abstract','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_Abstract','','',NULL,'doctrine-hydrator-abstract','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161175,6,'default.doctrine.hydrate.doctrine-hydrator-arraydriver',NULL,'Doctrine','hydrate','Doctrine_Hydrator_ArrayDriver','Doctrine_Hydrate_Array defines an array fetching strategy for\nDoctrine_Hydrate','',NULL,'doctrine-hydrator-arraydriver','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161176,6,'default.doctrine.hydrate.doctrine-hydrator-recorddriver','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_RecordDriver','Doctrine_Hydrate_RecordDriver Hydration strategy used for creating\ncollections of entity objects.','',NULL,'doctrine-hydrator-recorddriver','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161177,6,'default.doctrine.i18n.doctrine-i18n','default.doctrine.plugin.doctrine-record-generator','Doctrine','i18n','Doctrine_I18n','','',NULL,'doctrine-i18n','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161178,6,'default.doctrine.import.doctrine-import','default.doctrine.connection.doctrine-connection-module','Doctrine','import','Doctrine_Import','class Doctrine_Import Main responsible of performing import operation.\nDelegates database schema reading to a reader object and passes the result\nto a builder object which builds a Doctrine data model.','',NULL,'doctrine-import','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161179,6,'default.doctrine.import.doctrine-import-builder','default.doctrine.builder.doctrine-builder','Doctrine','import','Doctrine_Import_Builder','','Import builder is responsible of building Doctrine_Record classes based on a database schema.',NULL,'doctrine-import-builder','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161180,6,'default.doctrine.import.doctrine-import-firebird','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Firebird','','',NULL,'doctrine-import-firebird','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161181,6,'default.doctrine.import.doctrine-import-mssql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mssql','','',NULL,'doctrine-import-mssql','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161182,6,'default.doctrine.import.doctrine-import-mysql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mysql','','',NULL,'doctrine-import-mysql','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161183,6,'default.doctrine.import.doctrine-import-oracle','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Oracle','','',NULL,'doctrine-import-oracle','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161184,6,'default.doctrine.import.doctrine-import-pgsql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Pgsql','','',NULL,'doctrine-import-pgsql','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161185,6,'default.doctrine.import.doctrine-import-schema',NULL,'Doctrine','import','Doctrine_Import_Schema','','Class for importing Doctrine_Record classes from a yaml schema definition',NULL,'doctrine-import-schema','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161186,6,'default.doctrine.import.doctrine-import-sqlite','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Sqlite','','',NULL,'doctrine-import-sqlite','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161187,6,'default.doctrine.inflector.doctrine-inflector',NULL,'Doctrine','inflector','Doctrine_Inflector','Doctrine inflector has static methods for inflecting text','The methods in these classes are from several different sources collected across several different php projects and several different authors. The original author names and emails are not known',NULL,'doctrine-inflector','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161188,6,'default.doctrine.integritymapper.doctrine-integritymapper',NULL,'Doctrine','integritymapper','Doctrine_IntegrityMapper','','',NULL,'doctrine-integritymapper','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161189,6,'default.doctrine.lib.doctrine-lib',NULL,'Doctrine','lib','Doctrine_Lib','Doctrine_Lib has not commonly used static functions, mostly for debugging\npurposes','',NULL,'doctrine-lib','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161190,6,'default.doctrine.locking.doctrine-locking-manager-pessimistic',NULL,'Doctrine','locking','Doctrine_Locking_Manager_Pessimistic','Offline locking of records comes in handy where you need to make sure that \na time-consuming task on a record or many records, which is spread over\nseveral page requests can't be interfered by other users.','',NULL,'doctrine-locking-manager-pessimistic','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161191,6,'default.doctrine.manager.doctrine-manager','default.doctrine.configurable.doctrine-configurable','Doctrine','manager','Doctrine_Manager','Doctrine_Manager is the base component of all doctrine based projects.','It opens and keeps track of all connections (database connections).',NULL,'doctrine-manager','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161192,6,'default.doctrine.migration.doctrine-migration',NULL,'Doctrine','migration','Doctrine_Migration','','this class represents a database view',NULL,'doctrine-migration','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161193,6,'default.doctrine.migration.doctrine-migration-base',NULL,'Doctrine','migration','Doctrine_Migration_Base','Base migration class. All migration classes must extend from this base\nclass','',NULL,'doctrine-migration-base','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161194,6,'default.doctrine.migration.doctrine-migration-builder','default.doctrine.builder.doctrine-builder','Doctrine','migration','Doctrine_Migration_Builder','','',NULL,'doctrine-migration-builder','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161195,6,'default.doctrine.migration.doctrine-migration-diff',NULL,'Doctrine','migration','Doctrine_Migration_Diff','Doctrine_Migration_Diff - class used for generating differences and\nmigration classes from 'from' and 'to' schema\ninformation.','',NULL,'doctrine-migration-diff','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161196,6,'default.doctrine.migration.doctrine-migration-process',NULL,'Doctrine','migration','Doctrine_Migration_Process','','',NULL,'doctrine-migration-process','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161197,6,'default.doctrine.node.doctrine-node',NULL,'Doctrine','node','Doctrine_Node','','',NULL,'doctrine-node','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161198,6,'default.doctrine.node.doctrine-node-interface',NULL,'Doctrine','node','Doctrine_Node_Interface','','',NULL,'doctrine-node-interface','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161199,6,'default.doctrine.node.doctrine-node-materializedpath-levelorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_LevelOrderIterator','','',NULL,'doctrine-node-materializedpath-levelorderiterator','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161200,6,'default.doctrine.node.doctrine-node-materializedpath-postorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PostOrderIterator','','',NULL,'doctrine-node-materializedpath-postorderiterator','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161201,6,'default.doctrine.node.doctrine-node-materializedpath-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PreOrderIterator','','',NULL,'doctrine-node-materializedpath-preorderiterator','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161202,6,'default.doctrine.node.doctrine-node-nestedset','default.doctrine.node.doctrine-node','Doctrine','node','Doctrine_Node_NestedSet','','',NULL,'doctrine-node-nestedset','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161203,6,'default.doctrine.node.doctrine-node-nestedset-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_NestedSet_PreOrderIterator','','',NULL,'doctrine-node-nestedset-preorderiterator','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161204,6,'default.doctrine.null.doctrine-null',NULL,'Doctrine','null','Doctrine_Null','','Simple empty class representing a null value used for extra fast null value testing with isset() rather than array_key_exists()',NULL,'doctrine-null','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161205,6,'default.doctrine.overloadable.doctrine-overloadable',NULL,'Doctrine','overloadable','Doctrine_Overloadable','Doctrine_Overloadable a very generic overloading interface','',NULL,'doctrine-overloadable','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161206,6,'default.doctrine.pager.doctrine-pager',NULL,'Doctrine','pager','Doctrine_Pager','','',NULL,'doctrine-pager','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161207,6,'default.doctrine.pager.doctrine-pager-layout',NULL,'Doctrine','pager','Doctrine_Pager_Layout','','',NULL,'doctrine-pager-layout','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161208,6,'default.doctrine.pager.doctrine-pager-range',NULL,'Doctrine','pager','Doctrine_Pager_Range','','',NULL,'doctrine-pager-range','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161209,6,'default.doctrine.pager.doctrine-pager-range-jumping','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Jumping','','',NULL,'doctrine-pager-range-jumping','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161210,6,'default.doctrine.pager.doctrine-pager-range-sliding','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Sliding','','',NULL,'doctrine-pager-range-sliding','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161211,6,'default.doctrine.parser.doctrine-parser',NULL,'Doctrine','parser','Doctrine_Parser','','',NULL,'doctrine-parser','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161212,6,'default.doctrine.parser.doctrine-parser-json','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Json','','',NULL,'doctrine-parser-json','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161213,6,'default.doctrine.parser.doctrine-parser-serialize','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Serialize','','',NULL,'doctrine-parser-serialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161214,6,'default.doctrine.parser.doctrine-parser-xml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Xml','','',NULL,'doctrine-parser-xml','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161215,6,'default.doctrine.parser.doctrine-parser-yml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Yml','','',NULL,'doctrine-parser-yml','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161216,6,'default.doctrine.plugin.doctrine-record-generator','default.doctrine.record.doctrine-record-abstract','Doctrine','plugin','Doctrine_Record_Generator','','',NULL,'doctrine-record-generator','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161217,6,'default.doctrine.query.doctrine-query','default.doctrine.query.doctrine-query-abstract','Doctrine','query','Doctrine_Query','Doctrine_Query A Doctrine_Query object represents a DQL query. It is used\nto query databases for data in an object-oriented fashion. A DQL query\nunderstands relations and inheritance and is dbms independant.','',NULL,'doctrine-query','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161218,6,'default.doctrine.query.doctrine-query-abstract',NULL,'Doctrine','query','Doctrine_Query_Abstract','','',NULL,'doctrine-query-abstract','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161219,6,'default.doctrine.query.doctrine-query-check',NULL,'Doctrine','query','Doctrine_Query_Check','','',NULL,'doctrine-query-check','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161220,6,'default.doctrine.query.doctrine-query-condition','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Condition','','',NULL,'doctrine-query-condition','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161221,6,'default.doctrine.query.doctrine-query-filter',NULL,'Doctrine','query','Doctrine_Query_Filter','','',NULL,'doctrine-query-filter','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161222,6,'default.doctrine.query.doctrine-query-filter-chain',NULL,'Doctrine','query','Doctrine_Query_Filter_Chain','','',NULL,'doctrine-query-filter-chain','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161223,6,'default.doctrine.query.doctrine-query-filter-interface',NULL,'Doctrine','query','Doctrine_Query_Filter_Interface','','',NULL,'doctrine-query-filter-interface','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161224,6,'default.doctrine.query.doctrine-query-forupdate','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Forupdate','','',NULL,'doctrine-query-forupdate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161225,6,'default.doctrine.query.doctrine-query-from','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_From','','',NULL,'doctrine-query-from','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161226,6,'default.doctrine.query.doctrine-query-groupby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Groupby','','',NULL,'doctrine-query-groupby','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161227,6,'default.doctrine.query.doctrine-query-having','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Having','','',NULL,'doctrine-query-having','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161228,6,'default.doctrine.query.doctrine-query-joincondition','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_JoinCondition','','',NULL,'doctrine-query-joincondition','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161229,6,'default.doctrine.query.doctrine-query-limit','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Limit','','',NULL,'doctrine-query-limit','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161230,6,'default.doctrine.query.doctrine-query-offset','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Offset','','',NULL,'doctrine-query-offset','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161231,6,'default.doctrine.query.doctrine-query-orderby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Orderby','','',NULL,'doctrine-query-orderby','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161232,6,'default.doctrine.query.doctrine-query-part',NULL,'Doctrine','query','Doctrine_Query_Part','','',NULL,'doctrine-query-part','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161233,6,'default.doctrine.query.doctrine-query-registry',NULL,'Doctrine','query','Doctrine_Query_Registry','','',NULL,'doctrine-query-registry','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161234,6,'default.doctrine.query.doctrine-query-select','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Select','','',NULL,'doctrine-query-select','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161235,6,'default.doctrine.query.doctrine-query-set','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Set','Doctrine_Query','',NULL,'doctrine-query-set','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161236,6,'default.doctrine.query.doctrine-query-tokenizer',NULL,'Doctrine','query','Doctrine_Query_Tokenizer','','',NULL,'doctrine-query-tokenizer','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161237,6,'default.doctrine.query.doctrine-query-where','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Where','','',NULL,'doctrine-query-where','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161238,6,'default.doctrine.rawsql.doctrine-rawsql','default.doctrine.query.doctrine-query-abstract','Doctrine','rawsql','Doctrine_RawSql','','Doctrine_RawSql is an implementation of Doctrine_Query_Abstract that skips the entire DQL parsing procedure. The "DQL" that is passed to a RawSql query object for execution is considered to be plain SQL and will be used "as is". The ',NULL,'doctrine-rawsql','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161239,6,'default.doctrine.record.doctrine-record','default.doctrine.record.doctrine-record-abstract','Doctrine','record','Doctrine_Record','Doctrine_Record All record classes should inherit this super class','',NULL,'doctrine-record','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161240,6,'default.doctrine.record.doctrine-record-abstract','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Abstract','','',NULL,'doctrine-record-abstract','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161241,6,'default.doctrine.record.doctrine-record-filter',NULL,'Doctrine','record','Doctrine_Record_Filter','Doctrine_Record_Filter Filters the record getters and setters','',NULL,'doctrine-record-filter','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161242,6,'default.doctrine.record.doctrine-record-filter-compound','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Compound','','',NULL,'doctrine-record-filter-compound','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161243,6,'default.doctrine.record.doctrine-record-filter-standard','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Standard','Doctrine_Record_Filter_Standard Filters the record getters and setters','',NULL,'doctrine-record-filter-standard','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161244,6,'default.doctrine.record.doctrine-record-iterator',NULL,'Doctrine','record','Doctrine_Record_Iterator','','',NULL,'doctrine-record-iterator','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161245,6,'default.doctrine.record.doctrine-record-listener',NULL,'Doctrine','record','Doctrine_Record_Listener','','',NULL,'doctrine-record-listener','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161246,6,'default.doctrine.record.doctrine-record-listener-chain','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Listener_Chain','Doctrine_Record_Listener_Chain this class represents a chain of different\nlisteners, useful for having multiple listeners listening the events at\nthe same time','',NULL,'doctrine-record-listener-chain','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161247,6,'default.doctrine.record.doctrine-record-listener-interface',NULL,'Doctrine','record','Doctrine_Record_Listener_Interface','Doctrine_Record_Listener','',NULL,'doctrine-record-listener-interface','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161248,6,'default.doctrine.relation.doctrine-relation',NULL,'Doctrine','relation','Doctrine_Relation','Doctrine_Relation This class represents a relation between components','',NULL,'doctrine-relation','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161249,6,'default.doctrine.relation.doctrine-relation-association','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_Association','Doctrine_Relation_Association this class takes care of association\nmapping (= many-to-many relationships, where the\nrelationship is handled with an additional relational table \n which holds 2 foreign keys','',NULL,'doctrine-relation-association','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161250,6,'default.doctrine.relation.doctrine-relation-association-self','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Association_Self','','',NULL,'doctrine-relation-association-self','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161251,6,'default.doctrine.relation.doctrine-relation-foreignkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_ForeignKey','Doctrine_Relation_ForeignKey This class represents a foreign key relation','',NULL,'doctrine-relation-foreignkey','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161252,6,'default.doctrine.relation.doctrine-relation-localkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_LocalKey','Doctrine_Relation_LocalKey This class represents a local key relation','',NULL,'doctrine-relation-localkey','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161253,6,'default.doctrine.relation.doctrine-relation-nest','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Nest','Doctrine_Relation_Association_Self','',NULL,'doctrine-relation-nest','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161254,6,'default.doctrine.relation.doctrine-relation-parser',NULL,'Doctrine','relation','Doctrine_Relation_Parser','','',NULL,'doctrine-relation-parser','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161255,6,'default.doctrine.search.doctrine-search','default.doctrine.plugin.doctrine-record-generator','Doctrine','search','Doctrine_Search','','',NULL,'doctrine-search','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161256,6,'default.doctrine.search.doctrine-search-analyzer',NULL,'Doctrine','search','Doctrine_Search_Analyzer','','',NULL,'doctrine-search-analyzer','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161257,6,'default.doctrine.search.doctrine-search-analyzer-interface',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Interface','','',NULL,'doctrine-search-analyzer-interface','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161258,6,'default.doctrine.search.doctrine-search-analyzer-standard','default.doctrine.search.doctrine-search-analyzer','Doctrine','search','Doctrine_Search_Analyzer_Standard','','',NULL,'doctrine-search-analyzer-standard','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161259,6,'default.doctrine.search.doctrine-search-analyzer-utf8','default.doctrine.search.doctrine-search-analyzer-standard','Doctrine','search','Doctrine_Search_Analyzer_Utf8','','This class is used to analyze (ie tokenize) an input $text in $encoding encoding, and return an array of words to be indexed.',NULL,'doctrine-search-analyzer-utf8','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161260,6,'default.doctrine.search.doctrine-search-file','default.doctrine.search.doctrine-search','Doctrine','search','Doctrine_Search_File','Doctrine_Search','',NULL,'doctrine-search-file','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161261,6,'default.doctrine.search.doctrine-search-indexer',NULL,'Doctrine','search','Doctrine_Search_Indexer','','',NULL,'doctrine-search-indexer','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161262,6,'default.doctrine.search.doctrine-search-indexer-dir',NULL,'Doctrine','search','Doctrine_Search_Indexer_Dir','','',NULL,'doctrine-search-indexer-dir','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161263,6,'default.doctrine.search.doctrine-search-listener','default.doctrine.record.doctrine-record-listener','Doctrine','search','Doctrine_Search_Listener','','',NULL,'doctrine-search-listener','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161264,6,'default.doctrine.search.doctrine-search-parser',NULL,'Doctrine','search','Doctrine_Search_Parser','Doctrine_Search_Parser_Standard','',NULL,'doctrine-search-parser','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161265,6,'default.doctrine.search.doctrine-search-query',NULL,'Doctrine','search','Doctrine_Search_Query','','',NULL,'doctrine-search-query','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161266,6,'default.doctrine.search.doctrine-search-record','default.doctrine.template.doctrine-template','Doctrine','search','Doctrine_Search_Record','','',NULL,'doctrine-search-record','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161267,6,'default.doctrine.sequence.doctrine-sequence','default.doctrine.connection.doctrine-connection-module','Doctrine','sequence','Doctrine_Sequence','Doctrine_Sequence The base class for sequence handling drivers.','',NULL,'doctrine-sequence','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161268,6,'default.doctrine.sequence.doctrine-sequence-db2','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Db2','','',NULL,'doctrine-sequence-db2','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161269,6,'default.doctrine.sequence.doctrine-sequence-firebird','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Firebird','','',NULL,'doctrine-sequence-firebird','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161270,6,'default.doctrine.sequence.doctrine-sequence-mssql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mssql','','',NULL,'doctrine-sequence-mssql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161271,6,'default.doctrine.sequence.doctrine-sequence-mysql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mysql','','',NULL,'doctrine-sequence-mysql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161272,6,'default.doctrine.sequence.doctrine-sequence-oracle','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Oracle','','',NULL,'doctrine-sequence-oracle','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161273,6,'default.doctrine.sequence.doctrine-sequence-pgsql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Pgsql','','',NULL,'doctrine-sequence-pgsql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161274,6,'default.doctrine.sequence.doctrine-sequence-sqlite','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Sqlite','','',NULL,'doctrine-sequence-sqlite','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161275,6,'default.doctrine.spyc.doctrine-parser-spyc',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc','The Simple PHP YAML Class.','This class can be used to read a YAML file and convert its contents into a PHP array. It currently supports a very limited subsection of the YAML spec.\nUsage: ',NULL,'doctrine-parser-spyc','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161276,6,'default.doctrine.spyc.doctrine-parser-spyc-yamlnode',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc_YamlNode','A node, used by Doctrine_Parser_Spyc for parsing YAML.','',NULL,'doctrine-parser-spyc-yamlnode','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161277,6,'default.doctrine.table.doctrine-table','default.doctrine.configurable.doctrine-configurable','Doctrine','table','Doctrine_Table','Doctrine_Table represents a database table each\nDoctrine_Table holds the information of foreignKeys and associations','',NULL,'doctrine-table','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161278,6,'default.doctrine.table.doctrine-table-exception',NULL,'Doctrine','table','Doctrine_Table_Exception','thrown when user tries to initialize a new instance of Doctrine_Table, \nwhile there already exists an instance of that table','',NULL,'doctrine-table-exception','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161279,6,'default.doctrine.table.doctrine-table-repository',NULL,'Doctrine','table','Doctrine_Table_Repository','Doctrine_Repository each record is added into Doctrine_Repository at the\nsame time they are created, loaded from the database or retrieved from the\ncache','',NULL,'doctrine-table-repository','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161280,6,'default.doctrine.task.doctrine-task',NULL,'Doctrine','task','Doctrine_Task','','Abstract class used for writing Doctrine Tasks',NULL,'doctrine-task','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161281,6,'default.doctrine.task.doctrine-task-buildall','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAll','','',NULL,'doctrine-task-buildall','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161282,6,'default.doctrine.task.doctrine-task-buildallload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllLoad','','',NULL,'doctrine-task-buildallload','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161283,6,'default.doctrine.task.doctrine-task-buildallreload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllReload','','',NULL,'doctrine-task-buildallreload','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161284,6,'default.doctrine.task.doctrine-task-compile','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Compile','','',NULL,'doctrine-task-compile','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161285,6,'default.doctrine.task.doctrine-task-createdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateDb','','',NULL,'doctrine-task-createdb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161286,6,'default.doctrine.task.doctrine-task-createtables','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateTables','','',NULL,'doctrine-task-createtables','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161287,6,'default.doctrine.task.doctrine-task-dql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Dql','','',NULL,'doctrine-task-dql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161288,6,'default.doctrine.task.doctrine-task-dropdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DropDb','','',NULL,'doctrine-task-dropdb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161289,6,'default.doctrine.task.doctrine-task-dumpdata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DumpData','','',NULL,'doctrine-task-dumpdata','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161290,6,'default.doctrine.task.doctrine-task-generatemigration','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigration','','',NULL,'doctrine-task-generatemigration','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161291,6,'default.doctrine.task.doctrine-task-generatemigrationsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDb','','',NULL,'doctrine-task-generatemigrationsdb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161292,6,'default.doctrine.task.doctrine-task-generatemigrationsdiff','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDiff','','',NULL,'doctrine-task-generatemigrationsdiff','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161293,6,'default.doctrine.task.doctrine-task-generatemigrationsmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsModels','','',NULL,'doctrine-task-generatemigrationsmodels','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161294,6,'default.doctrine.task.doctrine-task-generatemodelsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsDb','','',NULL,'doctrine-task-generatemodelsdb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161295,6,'default.doctrine.task.doctrine-task-generatemodelsyaml','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsYaml','','',NULL,'doctrine-task-generatemodelsyaml','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161296,6,'default.doctrine.task.doctrine-task-generatesql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateSql','','',NULL,'doctrine-task-generatesql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161297,6,'default.doctrine.task.doctrine-task-generateyamldb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlDb','','',NULL,'doctrine-task-generateyamldb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161298,6,'default.doctrine.task.doctrine-task-generateyamlmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlModels','Doctrine_Task_GenerateFromModels','',NULL,'doctrine-task-generateyamlmodels','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161299,6,'default.doctrine.task.doctrine-task-loaddata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadData','','',NULL,'doctrine-task-loaddata','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161300,6,'default.doctrine.task.doctrine-task-migrate','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Migrate','','',NULL,'doctrine-task-migrate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161301,6,'default.doctrine.task.doctrine-task-rebuilddb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_RebuildDb','','',NULL,'doctrine-task-rebuilddb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161302,6,'default.doctrine.template.doctrine-template','default.doctrine.record.doctrine-record-abstract','Doctrine','template','Doctrine_Template','Base abstract class for defining templates which are the base of all\nbehaviors that can be attached to your Doctrine models','',NULL,'doctrine-template','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161303,6,'default.doctrine.template.doctrine-template-geographical','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Geographical','Easily add longitude and latitude columns to your records and use inherited\nfunctionality for calculating distances','',NULL,'doctrine-template-geographical','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161304,6,'default.doctrine.template.doctrine-template-i18n','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_I18n','Add multilingual capabilities to your Doctrine models','',NULL,'doctrine-template-i18n','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161305,6,'default.doctrine.template.doctrine-template-listener-sluggable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Sluggable','Easily create a slug for each record based on a specified set of fields','',NULL,'doctrine-template-listener-sluggable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161306,6,'default.doctrine.template.doctrine-template-listener-softdelete','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_SoftDelete','Listener for SoftDelete behavior which will allow you to turn on the\nbehavior which sets a delete flag instead of actually deleting the record\nand all queries automatically include a check for the deleted flag to\nexclude deleted records.','',NULL,'doctrine-template-listener-softdelete','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161307,6,'default.doctrine.template.doctrine-template-listener-timestampable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Timestampable','Listener for the Timestampable behavior which automatically sets the\ncreated and updated columns when a record is inserted and updated.','',NULL,'doctrine-template-listener-timestampable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161308,6,'default.doctrine.template.doctrine-template-nestedset','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_NestedSet','Doctrine template which implements the custom NestedSet implementation','',NULL,'doctrine-template-nestedset','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161309,6,'default.doctrine.template.doctrine-template-searchable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Searchable','','',NULL,'doctrine-template-searchable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161310,6,'default.doctrine.template.doctrine-template-sluggable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-sluggable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161311,6,'default.doctrine.template.doctrine-template-softdelete','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_SoftDelete','','',NULL,'doctrine-template-softdelete','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161312,6,'default.doctrine.template.doctrine-template-timestampable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Timestampable','','Easily add created and updated at timestamps to your doctrine records that are automatically set when records are saved',NULL,'doctrine-template-timestampable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161313,6,'default.doctrine.template.doctrine-template-versionable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Versionable','','Add revisioning/audit log to your models',NULL,'doctrine-template-versionable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161314,6,'default.doctrine.transaction.doctrine-transaction','default.doctrine.connection.doctrine-connection-module','Doctrine','transaction','Doctrine_Transaction','Doctrine_Transaction Handles transaction savepoint and isolation\nabstraction','',NULL,'doctrine-transaction','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161315,6,'default.doctrine.transaction.doctrine-transaction-firebird','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Firebird','','',NULL,'doctrine-transaction-firebird','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161316,6,'default.doctrine.transaction.doctrine-transaction-mssql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mssql','','',NULL,'doctrine-transaction-mssql','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161317,6,'default.doctrine.transaction.doctrine-transaction-mysql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mysql','','',NULL,'doctrine-transaction-mysql','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161318,6,'default.doctrine.transaction.doctrine-transaction-oracle','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Oracle','','',NULL,'doctrine-transaction-oracle','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161319,6,'default.doctrine.transaction.doctrine-transaction-pgsql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Pgsql','','',NULL,'doctrine-transaction-pgsql','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161320,6,'default.doctrine.transaction.doctrine-transaction-sqlite','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Sqlite','','',NULL,'doctrine-transaction-sqlite','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161321,6,'default.doctrine.tree.doctrine-tree',NULL,'Doctrine','tree','Doctrine_Tree','','',NULL,'doctrine-tree','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161322,6,'default.doctrine.tree.doctrine-tree-interface',NULL,'Doctrine','tree','Doctrine_Tree_Interface','','',NULL,'doctrine-tree-interface','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161323,6,'default.doctrine.tree.doctrine-tree-nestedset','default.doctrine.tree.doctrine-tree','Doctrine','tree','Doctrine_Tree_NestedSet','','',NULL,'doctrine-tree-nestedset','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161324,6,'default.doctrine.validator.doctrine-validator','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','validator','Doctrine_Validator','This class is responsible for performing all validations on record\nproperties','',NULL,'doctrine-validator','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161325,6,'default.doctrine.validator.doctrine-validator-country',NULL,'Doctrine','validator','Doctrine_Validator_Country','','',NULL,'doctrine-validator-country','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161326,6,'default.doctrine.validator.doctrine-validator-creditcard',NULL,'Doctrine','validator','Doctrine_Validator_Creditcard','','',NULL,'doctrine-validator-creditcard','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161327,6,'default.doctrine.validator.doctrine-validator-date',NULL,'Doctrine','validator','Doctrine_Validator_Date','','',NULL,'doctrine-validator-date','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161328,6,'default.doctrine.validator.doctrine-validator-driver',NULL,'Doctrine','validator','Doctrine_Validator_Driver','','',NULL,'doctrine-validator-driver','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161329,6,'default.doctrine.validator.doctrine-validator-email',NULL,'Doctrine','validator','Doctrine_Validator_Email','','',NULL,'doctrine-validator-email','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161330,6,'default.doctrine.validator.doctrine-validator-errorstack','default.doctrine.access.doctrine-access','Doctrine','validator','Doctrine_Validator_ErrorStack','','',NULL,'doctrine-validator-errorstack','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161331,6,'default.doctrine.validator.doctrine-validator-exception',NULL,'Doctrine','validator','Doctrine_Validator_Exception','','',NULL,'doctrine-validator-exception','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161332,6,'default.doctrine.validator.doctrine-validator-future',NULL,'Doctrine','validator','Doctrine_Validator_Future','','',NULL,'doctrine-validator-future','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161333,6,'default.doctrine.validator.doctrine-validator-htmlcolor',NULL,'Doctrine','validator','Doctrine_Validator_HtmlColor','','',NULL,'doctrine-validator-htmlcolor','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161334,6,'default.doctrine.validator.doctrine-validator-ip',NULL,'Doctrine','validator','Doctrine_Validator_Ip','','',NULL,'doctrine-validator-ip','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161335,6,'default.doctrine.validator.doctrine-validator-minlength',NULL,'Doctrine','validator','Doctrine_Validator_Minlength','Doctrine_Validator_Regexp','',NULL,'doctrine-validator-minlength','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161336,6,'default.doctrine.validator.doctrine-validator-nospace','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Nospace','','',NULL,'doctrine-validator-nospace','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161337,6,'default.doctrine.validator.doctrine-validator-notblank','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notblank','','',NULL,'doctrine-validator-notblank','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161338,6,'default.doctrine.validator.doctrine-validator-notnull','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notnull','','',NULL,'doctrine-validator-notnull','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161339,6,'default.doctrine.validator.doctrine-validator-past',NULL,'Doctrine','validator','Doctrine_Validator_Past','','',NULL,'doctrine-validator-past','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161340,6,'default.doctrine.validator.doctrine-validator-range',NULL,'Doctrine','validator','Doctrine_Validator_Range','','',NULL,'doctrine-validator-range','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161341,6,'default.doctrine.validator.doctrine-validator-readonly',NULL,'Doctrine','validator','Doctrine_Validator_Readonly','','',NULL,'doctrine-validator-readonly','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161342,6,'default.doctrine.validator.doctrine-validator-regexp',NULL,'Doctrine','validator','Doctrine_Validator_Regexp','','',NULL,'doctrine-validator-regexp','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161343,6,'default.doctrine.validator.doctrine-validator-time',NULL,'Doctrine','validator','Doctrine_Validator_Time','','',NULL,'doctrine-validator-time','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161344,6,'default.doctrine.validator.doctrine-validator-timestamp',NULL,'Doctrine','validator','Doctrine_Validator_Timestamp','','',NULL,'doctrine-validator-timestamp','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161345,6,'default.doctrine.validator.doctrine-validator-unique',NULL,'Doctrine','validator','Doctrine_Validator_Unique','','',NULL,'doctrine-validator-unique','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161346,6,'default.doctrine.validator.doctrine-validator-unsigned',NULL,'Doctrine','validator','Doctrine_Validator_Unsigned','','',NULL,'doctrine-validator-unsigned','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161347,6,'default.doctrine.validator.doctrine-validator-usstate',NULL,'Doctrine','validator','Doctrine_Validator_Usstate','','',NULL,'doctrine-validator-usstate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161348,6,'default.doctrine.view.doctrine-view',NULL,'Doctrine','view','Doctrine_View','','this class represents a database view',NULL,'doctrine-view','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161349,7,'default.symfony.yaml.sfyaml',NULL,'Doctrine','yaml','sfYaml','sfYaml offers convenience methods to load and dump YAML.','',NULL,'sfyaml','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161350,7,'default.symfony.yaml.sfyamldumper',NULL,'Doctrine','yaml','sfYamlDumper','sfYamlDumper dumps PHP variables to YAML strings.','',NULL,'sfyamldumper','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161351,7,'default.symfony.yaml.sfyamlinline',NULL,'Doctrine','yaml','sfYamlInline','sfYamlInline implements a YAML parser/dumper for the YAML inline syntax.','',NULL,'sfyamlinline','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161352,7,'default.symfony.yaml.sfyamlparser',NULL,'Doctrine','yaml','sfYamlParser','sfYamlParser parses YAML strings to convert them to PHP arrays.','',NULL,'sfyamlparser','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161353,7,'default.doctrine.doctrine-core',NULL,'Doctrine','doctrine-core','Doctrine_Core','The base core class of Doctrine','',NULL,'doctrine-core','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161354,7,'default.doctrine.access.doctrine-access','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','access','Doctrine_Access','Provides array access and property overload interface for Doctrine\nsubclasses','',NULL,'doctrine-access','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161355,7,'default.doctrine.adapter.doctrine-adapter-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Interface','This adapter interface should be implemented by all custom adapters','',NULL,'doctrine-adapter-interface','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161356,7,'default.doctrine.adapter.doctrine-adapter-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Mock','Doctrine mock connection adapter. This class is used for special testing\npurposes.','',NULL,'doctrine-adapter-mock','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161357,7,'default.doctrine.adapter.doctrine-adapter-oracle',NULL,'Doctrine','adapter','Doctrine_Adapter_Oracle','Custom Doctrine connection adapter for oracle','',NULL,'doctrine-adapter-oracle','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161358,7,'default.doctrine.adapter.doctrine-adapter-statement',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement','','',NULL,'doctrine-adapter-statement','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161359,7,'default.doctrine.adapter.doctrine-adapter-statement-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Interface','Interface for Doctrine adapter statements','',NULL,'doctrine-adapter-statement-interface','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161360,7,'default.doctrine.adapter.doctrine-adapter-statement-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Mock','Mock connection adapter statement class. Used for special testing purposes','',NULL,'doctrine-adapter-statement-mock','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161361,7,'default.doctrine.adapter.doctrine-adapter-statement-oracle',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Oracle','Oracle connection adapter statement class.','',NULL,'doctrine-adapter-statement-oracle','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161362,7,'default.doctrine.auditlog.doctrine-auditlog','default.doctrine.plugin.doctrine-record-generator','Doctrine','auditlog','Doctrine_AuditLog','','',NULL,'doctrine-auditlog','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161363,7,'default.doctrine.auditlog.doctrine-auditlog-listener','default.doctrine.record.doctrine-record-listener','Doctrine','auditlog','Doctrine_AuditLog_Listener','','',NULL,'doctrine-auditlog-listener','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161364,7,'default.doctrine.builder.doctrine-builder',NULL,'Doctrine','builder','Doctrine_Builder','Base class for any code builders/generators for Doctrine','',NULL,'doctrine-builder','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161365,7,'default.doctrine.cache.doctrine-cache-apc','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Apc','APC Cache Driver','',NULL,'doctrine-cache-apc','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161366,7,'default.doctrine.cache.doctrine-cache-array','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Array','Array cache driver','',NULL,'doctrine-cache-array','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161367,7,'default.doctrine.cache.doctrine-cache-db','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Db','Database cache driver','',NULL,'doctrine-cache-db','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161368,7,'default.doctrine.cache.doctrine-cache-driver',NULL,'Doctrine','cache','Doctrine_Cache_Driver','Abstract cache driver class','',NULL,'doctrine-cache-driver','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161369,7,'default.doctrine.cache.doctrine-cache-interface',NULL,'Doctrine','cache','Doctrine_Cache_Interface','Doctrine cache driver interface','',NULL,'doctrine-cache-interface','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161370,7,'default.doctrine.cache.doctrine-cache-memcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Memcache','Memcache cache driver','',NULL,'doctrine-cache-memcache','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161371,7,'default.doctrine.cache.doctrine-cache-xcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Xcache','Xcache cache driver','',NULL,'doctrine-cache-xcache','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161372,7,'default.doctrine.cli.doctrine-cli',NULL,'Doctrine','cli','Doctrine_Cli','Command line interface class','Interface for easily executing Doctrine_Task classes from a command line interface',NULL,'doctrine-cli','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161373,7,'default.doctrine.cli.doctrine-cli-ansicolorformatter','default.doctrine.cli.doctrine-cli-formatter','Doctrine','cli','Doctrine_Cli_AnsiColorFormatter','Doctrine_AnsiColorFormatter provides methods to colorize text to be\ndisplayed on a console.','This class was taken from the symfony-project source',NULL,'doctrine-cli-ansicolorformatter','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161374,7,'default.doctrine.cli.doctrine-cli-formatter',NULL,'Doctrine','cli','Doctrine_Cli_Formatter','Doctrine_Cli_Formatter provides methods to format text to be displayed on a\nconsole.','This class was taken from the symfony-project source',NULL,'doctrine-cli-formatter','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161375,7,'default.doctrine.collection.doctrine-collection','default.doctrine.access.doctrine-access','Doctrine','collection','Doctrine_Collection','Doctrine_Collection Collection of Doctrine_Record objects.','',NULL,'doctrine-collection','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161376,7,'default.doctrine.collection.doctrine-collection-iterator',NULL,'Doctrine','collection','Doctrine_Collection_Iterator','Doctrine_Collection_Iterator iterates through Doctrine_Collection','',NULL,'doctrine-collection-iterator','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161377,7,'default.doctrine.collection.doctrine-collection-iterator-expandable','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Expandable','Expandable collection iterator class','',NULL,'doctrine-collection-iterator-expandable','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161378,7,'default.doctrine.collection.doctrine-collection-iterator-normal','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Normal','','',NULL,'doctrine-collection-iterator-normal','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161379,7,'default.doctrine.collection.doctrine-collection-iterator-offset','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Offset','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-offset','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161380,7,'default.doctrine.collection.doctrine-collection-offset','default.doctrine.collection.doctrine-collection','Doctrine','collection','Doctrine_Collection_Offset','Doctrine_Collection_Offset Collection of Doctrine_Record objects.','',NULL,'doctrine-collection-offset','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161381,7,'default.doctrine.collection.doctrine-collection-ondemand',NULL,'Doctrine','collection','Doctrine_Collection_OnDemand','Doctrine_Collection_OnDemand iterates through Doctrine_Records hydrating\none at a time','',NULL,'doctrine-collection-ondemand','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161382,7,'default.doctrine.column.doctrine-column','default.doctrine.access.doctrine-access','Doctrine','column','Doctrine_Column','Doctrine_Column This class represents a database column','',NULL,'doctrine-column','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161383,7,'default.doctrine.compiler.doctrine-compiler',NULL,'Doctrine','compiler','Doctrine_Compiler','Doctrine_Compiler This class can be used for compiling the entire Doctrine\nframework into a single file','',NULL,'doctrine-compiler','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161384,7,'default.doctrine.configurable.doctrine-configurable','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','configurable','Doctrine_Configurable','Doctrine_Configurable the base for Doctrine_Table, Doctrine_Manager and\nDoctrine_Connection','',NULL,'doctrine-configurable','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161385,7,'default.doctrine.connection.doctrine-connection','default.doctrine.configurable.doctrine-configurable','Doctrine','connection','Doctrine_Connection','','A wrapper layer on top of PDO / Doctrine_Adapter\nDoctrine_Connection is the heart of any Doctrine based application.\n\n 2. Lazy-connecting Creating an instance of Doctrine_Connection does not connect to database. Connecting to database is only inv',NULL,'doctrine-connection','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161386,7,'default.doctrine.connection.doctrine-connection-common','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Common','standard connection, the parent of pgsql, mysql and sqlite','',NULL,'doctrine-connection-common','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161387,7,'default.doctrine.connection.doctrine-connection-db2','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Db2','','',NULL,'doctrine-connection-db2','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161388,7,'default.doctrine.connection.doctrine-connection-exception',NULL,'Doctrine','connection','Doctrine_Connection_Exception','Doctrine_Exception','',NULL,'doctrine-connection-exception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161389,7,'default.doctrine.connection.doctrine-connection-mock','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mock','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-mock','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161390,7,'default.doctrine.connection.doctrine-connection-module',NULL,'Doctrine','connection','Doctrine_Connection_Module','','',NULL,'doctrine-connection-module','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161391,7,'default.doctrine.connection.doctrine-connection-mssql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mssql','','',NULL,'doctrine-connection-mssql','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161392,7,'default.doctrine.connection.doctrine-connection-mssql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mssql_Exception','','',NULL,'doctrine-connection-mssql-exception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161393,7,'default.doctrine.connection.doctrine-connection-mysql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mysql','','',NULL,'doctrine-connection-mysql','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161394,7,'default.doctrine.connection.doctrine-connection-mysql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mysql_Exception','','',NULL,'doctrine-connection-mysql-exception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161395,7,'default.doctrine.connection.doctrine-connection-oracle','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Oracle','','',NULL,'doctrine-connection-oracle','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161396,7,'default.doctrine.connection.doctrine-connection-oracle-exception',NULL,'Doctrine','connection','Doctrine_Connection_Oracle_Exception','','',NULL,'doctrine-connection-oracle-exception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161397,7,'default.doctrine.connection.doctrine-connection-pgsql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Pgsql','','',NULL,'doctrine-connection-pgsql','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161398,7,'default.doctrine.connection.doctrine-connection-pgsql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Pgsql_Exception','','',NULL,'doctrine-connection-pgsql-exception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161399,7,'default.doctrine.connection.doctrine-connection-profiler',NULL,'Doctrine','connection','Doctrine_Connection_Profiler','','',NULL,'doctrine-connection-profiler','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161400,7,'default.doctrine.connection.doctrine-connection-sqlite','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Sqlite','','',NULL,'doctrine-connection-sqlite','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161401,7,'default.doctrine.connection.doctrine-connection-sqlite-exception',NULL,'Doctrine','connection','Doctrine_Connection_Sqlite_Exception','','',NULL,'doctrine-connection-sqlite-exception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161402,7,'default.doctrine.connection.doctrine-connection-statement',NULL,'Doctrine','connection','Doctrine_Connection_Statement','','',NULL,'doctrine-connection-statement','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161403,7,'default.doctrine.connection.doctrine-connection-unitofwork','default.doctrine.connection.doctrine-connection-module','Doctrine','connection','Doctrine_Connection_UnitOfWork','','Note: This class does not have the semantics of a real "Unit of Work" in 0.10/1.0. Database operations are not queued. All changes to objects are immediately written to the database. You can think of it as a unit of work in auto-flush mode.\nRe',NULL,'doctrine-connection-unitofwork','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161404,7,'default.doctrine.data.doctrine-data',NULL,'Doctrine','data','Doctrine_Data','','Base Doctrine_Data class for dumping and loading data to and from fixtures files. Support formats are based on what formats are available in Doctrine_Parser such as yaml, xml, json, etc.',NULL,'doctrine-data','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161405,7,'default.doctrine.data.doctrine-data-export','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Export','','',NULL,'doctrine-data-export','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161406,7,'default.doctrine.data.doctrine-data-import','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Import','','',NULL,'doctrine-data-import','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161407,7,'default.doctrine.datadict.doctrine-datadict','default.doctrine.connection.doctrine-connection-module','Doctrine','datadict','Doctrine_DataDict','','',NULL,'doctrine-datadict','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161408,7,'default.doctrine.datadict.doctrine-datadict-mssql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mssql','','',NULL,'doctrine-datadict-mssql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161409,7,'default.doctrine.datadict.doctrine-datadict-mysql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mysql','','',NULL,'doctrine-datadict-mysql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161410,7,'default.doctrine.datadict.doctrine-datadict-oracle','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Oracle','','',NULL,'doctrine-datadict-oracle','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161411,7,'default.doctrine.datadict.doctrine-datadict-pgsql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Pgsql','','',NULL,'doctrine-datadict-pgsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161412,7,'default.doctrine.datadict.doctrine-datadict-sqlite','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Sqlite','','',NULL,'doctrine-datadict-sqlite','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161413,7,'default.doctrine.event.doctrine-event',NULL,'Doctrine','event','Doctrine_Event','','',NULL,'doctrine-event','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161414,7,'default.doctrine.eventlistener.doctrine-eventlistener',NULL,'Doctrine','eventlistener','Doctrine_EventListener','Doctrine_EventListener all event listeners extend this base class \n the empty methods allow child classes to only\nimplement the methods they need to implement','',NULL,'doctrine-eventlistener','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161415,7,'default.doctrine.eventlistener.doctrine-eventlistener-chain','default.doctrine.access.doctrine-access','Doctrine','eventlistener','Doctrine_EventListener_Chain','Doctrine_EventListener_Chain this class represents a chain of different\nlisteners, useful for having multiple listeners listening the events at\nthe same time','',NULL,'doctrine-eventlistener-chain','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161416,7,'default.doctrine.eventlistener.doctrine-eventlistener-interface',NULL,'Doctrine','eventlistener','Doctrine_EventListener_Interface','Doctrine_EventListener all event listeners extend this base class \n the empty methods allow child classes to only\nimplement the methods they need to implement','',NULL,'doctrine-eventlistener-interface','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161417,7,'default.doctrine.exception.doctrine-exception',NULL,'Doctrine','exception','Doctrine_Exception','','',NULL,'doctrine-exception','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161418,7,'default.doctrine.export.doctrine-export','default.doctrine.connection.doctrine-connection-module','Doctrine','export','Doctrine_Export','','',NULL,'doctrine-export','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161419,7,'default.doctrine.export.doctrine-export-mssql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mssql','','',NULL,'doctrine-export-mssql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161420,7,'default.doctrine.export.doctrine-export-mysql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mysql','','',NULL,'doctrine-export-mysql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161421,7,'default.doctrine.export.doctrine-export-oracle','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Oracle','','',NULL,'doctrine-export-oracle','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161422,7,'default.doctrine.export.doctrine-export-pgsql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Pgsql','','',NULL,'doctrine-export-pgsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161423,7,'default.doctrine.export.doctrine-export-reporter',NULL,'Doctrine','export','Doctrine_Export_Reporter','','',NULL,'doctrine-export-reporter','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161424,7,'default.doctrine.export.doctrine-export-schema',NULL,'Doctrine','export','Doctrine_Export_Schema','','Used for exporting a schema to a yaml file',NULL,'doctrine-export-schema','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161425,7,'default.doctrine.export.doctrine-export-sqlite','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Sqlite','','',NULL,'doctrine-export-sqlite','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161426,7,'default.doctrine.expression.doctrine-expression',NULL,'Doctrine','expression','Doctrine_Expression','Doctrine_Expression memorizes a dql expression that use a db function.','This class manages abstractions of dql expressions like query parts that use CONCAT(), MIN(), SUM().',NULL,'doctrine-expression','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161427,7,'default.doctrine.expression.doctrine-expression-driver','default.doctrine.connection.doctrine-connection-module','Doctrine','expression','Doctrine_Expression_Driver','','',NULL,'doctrine-expression-driver','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161428,7,'default.doctrine.expression.doctrine-expression-mssql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mssql','','',NULL,'doctrine-expression-mssql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161429,7,'default.doctrine.expression.doctrine-expression-mysql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mysql','','',NULL,'doctrine-expression-mysql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161430,7,'default.doctrine.expression.doctrine-expression-oracle','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Oracle','Doctrine_Expression_Sqlite','',NULL,'doctrine-expression-oracle','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161431,7,'default.doctrine.expression.doctrine-expression-pgsql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Pgsql','','',NULL,'doctrine-expression-pgsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161432,7,'default.doctrine.expression.doctrine-expression-sqlite','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Sqlite','','',NULL,'doctrine-expression-sqlite','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161433,7,'default.doctrine.file.doctrine-file','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File','','',NULL,'doctrine-file','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161434,7,'default.doctrine.file.doctrine-file-index','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File_Index','','',NULL,'doctrine-file-index','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161435,7,'default.doctrine.formatter.doctrine-formatter','default.doctrine.connection.doctrine-connection-module','Doctrine','formatter','Doctrine_Formatter','','',NULL,'doctrine-formatter','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161436,7,'default.doctrine.hook.doctrine-hook',NULL,'Doctrine','hook','Doctrine_Hook','','',NULL,'doctrine-hook','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161437,7,'default.doctrine.hook.doctrine-hook-equal','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Equal','','',NULL,'doctrine-hook-equal','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161438,7,'default.doctrine.hook.doctrine-hook-integer','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_Integer','','',NULL,'doctrine-hook-integer','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161439,7,'default.doctrine.hook.doctrine-hook-parser',NULL,'Doctrine','hook','Doctrine_Hook_Parser','','',NULL,'doctrine-hook-parser','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161440,7,'default.doctrine.hook.doctrine-hook-parser-complex','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Parser_Complex','','',NULL,'doctrine-hook-parser-complex','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161441,7,'default.doctrine.hook.doctrine-hook-wordlike','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_WordLike','','',NULL,'doctrine-hook-wordlike','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161442,7,'default.doctrine.hydrate.doctrine-hydrator',NULL,'Doctrine','hydrate','Doctrine_Hydrator','Its purpose is to populate object graphs.','',NULL,'doctrine-hydrator','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161443,7,'default.doctrine.hydrate.doctrine-hydrator-abstract','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_Abstract','','',NULL,'doctrine-hydrator-abstract','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161444,7,'default.doctrine.hydrate.doctrine-hydrator-arraydriver','default.doctrine.hydrate.doctrine-hydrator-graph','Doctrine','hydrate','Doctrine_Hydrator_ArrayDriver','Builds result sets in to the object graph using php arrays','',NULL,'doctrine-hydrator-arraydriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161445,7,'default.doctrine.hydrate.doctrine-hydrator-arrayhierarchydriver','default.doctrine.hydrate.doctrine-hydrator-arraydriver','Doctrine','hydrate','Doctrine_Hydrator_ArrayHierarchyDriver','Builds result sets in to the hierarchy graph using php arrays','',NULL,'doctrine-hydrator-arrayhierarchydriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161446,7,'default.doctrine.hydrate.doctrine-hydrator-graph','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator_Graph','Abstract base class for child drivers to hydrate the object graph in to \nvarious data types. For example Doctrine_Record instances or PHP arrays','',NULL,'doctrine-hydrator-graph','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161447,7,'default.doctrine.hydrate.doctrine-hydrator-nonedriver','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator_NoneDriver','Get results directly and skip hydration. Uses PDO::FETCH_NUM','',NULL,'doctrine-hydrator-nonedriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161448,7,'default.doctrine.hydrate.doctrine-hydrator-recorddriver','default.doctrine.hydrate.doctrine-hydrator-graph','Doctrine','hydrate','Doctrine_Hydrator_RecordDriver','Builds result sets in to the object graph using Doctrine_Record instances','',NULL,'doctrine-hydrator-recorddriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161449,7,'default.doctrine.hydrate.doctrine-hydrator-recordhierarchydriver','default.doctrine.hydrate.doctrine-hydrator-recorddriver','Doctrine','hydrate','Doctrine_Hydrator_RecordHierarchyDriver','Builds result sets in to the hierarchy graph using php arrays','',NULL,'doctrine-hydrator-recordhierarchydriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161450,7,'default.doctrine.hydrate.doctrine-hydrator-scalardriver','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator_ScalarDriver','Builds result sets in to a scalar php array','',NULL,'doctrine-hydrator-scalardriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161451,7,'default.doctrine.hydrate.doctrine-hydrator-singlescalardriver','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator_SingleScalarDriver','Returns the first row and first column single scalar value','',NULL,'doctrine-hydrator-singlescalardriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161452,7,'default.doctrine.i18n.doctrine-i18n','default.doctrine.plugin.doctrine-record-generator','Doctrine','i18n','Doctrine_I18n','','',NULL,'doctrine-i18n','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161453,7,'default.doctrine.import.doctrine-import','default.doctrine.connection.doctrine-connection-module','Doctrine','import','Doctrine_Import','class Doctrine_Import Main responsible of performing import operation.\nDelegates database schema reading to a reader object and passes the result\nto a builder object which builds a Doctrine data model.','',NULL,'doctrine-import','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161454,7,'default.doctrine.import.doctrine-import-builder','default.doctrine.builder.doctrine-builder','Doctrine','import','Doctrine_Import_Builder','','Import builder is responsible of building Doctrine_Record classes based on a database schema.',NULL,'doctrine-import-builder','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161455,7,'default.doctrine.import.doctrine-import-mssql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mssql','','',NULL,'doctrine-import-mssql','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161456,7,'default.doctrine.import.doctrine-import-mysql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mysql','','',NULL,'doctrine-import-mysql','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161457,7,'default.doctrine.import.doctrine-import-oracle','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Oracle','','',NULL,'doctrine-import-oracle','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161458,7,'default.doctrine.import.doctrine-import-pgsql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Pgsql','','',NULL,'doctrine-import-pgsql','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161459,7,'default.doctrine.import.doctrine-import-schema',NULL,'Doctrine','import','Doctrine_Import_Schema','','Class for importing Doctrine_Record classes from a yaml schema definition',NULL,'doctrine-import-schema','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161460,7,'default.doctrine.import.doctrine-import-sqlite','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Sqlite','','',NULL,'doctrine-import-sqlite','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161461,7,'default.doctrine.inflector.doctrine-inflector',NULL,'Doctrine','inflector','Doctrine_Inflector','Doctrine inflector has static methods for inflecting text','The methods in these classes are from several different sources collected across several different php projects and several different authors. The original author names and emails are not known',NULL,'doctrine-inflector','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161462,7,'default.doctrine.integritymapper.doctrine-integritymapper',NULL,'Doctrine','integritymapper','Doctrine_IntegrityMapper','','',NULL,'doctrine-integritymapper','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161463,7,'default.doctrine.lib.doctrine-lib',NULL,'Doctrine','lib','Doctrine_Lib','Doctrine_Lib has not commonly used static functions, mostly for debugging\npurposes','',NULL,'doctrine-lib','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161464,7,'default.doctrine.locking.doctrine-locking-manager-pessimistic',NULL,'Doctrine','locking','Doctrine_Locking_Manager_Pessimistic','Offline locking of records comes in handy where you need to make sure that \na time-consuming task on a record or many records, which is spread over\nseveral page requests can't be interfered by other users.','',NULL,'doctrine-locking-manager-pessimistic','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161465,7,'default.doctrine.manager.doctrine-manager','default.doctrine.configurable.doctrine-configurable','Doctrine','manager','Doctrine_Manager','Doctrine_Manager is the base component of all doctrine based projects.','It opens and keeps track of all connections (database connections).',NULL,'doctrine-manager','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161466,7,'default.doctrine.migration.doctrine-migration',NULL,'Doctrine','migration','Doctrine_Migration','','this class represents a database view',NULL,'doctrine-migration','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161467,7,'default.doctrine.migration.doctrine-migration-base',NULL,'Doctrine','migration','Doctrine_Migration_Base','Base migration class. All migration classes must extend from this base\nclass','',NULL,'doctrine-migration-base','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161468,7,'default.doctrine.migration.doctrine-migration-builder','default.doctrine.builder.doctrine-builder','Doctrine','migration','Doctrine_Migration_Builder','','',NULL,'doctrine-migration-builder','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161469,7,'default.doctrine.migration.doctrine-migration-diff',NULL,'Doctrine','migration','Doctrine_Migration_Diff','Doctrine_Migration_Diff - class used for generating differences and\nmigration classes from 'from' and 'to' schema\ninformation.','',NULL,'doctrine-migration-diff','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161470,7,'default.doctrine.migration.doctrine-migration-process',NULL,'Doctrine','migration','Doctrine_Migration_Process','','',NULL,'doctrine-migration-process','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161471,7,'default.doctrine.node.doctrine-node',NULL,'Doctrine','node','Doctrine_Node','','',NULL,'doctrine-node','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161472,7,'default.doctrine.node.doctrine-node-interface',NULL,'Doctrine','node','Doctrine_Node_Interface','','',NULL,'doctrine-node-interface','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161473,7,'default.doctrine.node.doctrine-node-materializedpath-levelorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_LevelOrderIterator','','',NULL,'doctrine-node-materializedpath-levelorderiterator','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161474,7,'default.doctrine.node.doctrine-node-materializedpath-postorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PostOrderIterator','','',NULL,'doctrine-node-materializedpath-postorderiterator','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161475,7,'default.doctrine.node.doctrine-node-materializedpath-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PreOrderIterator','','',NULL,'doctrine-node-materializedpath-preorderiterator','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161476,7,'default.doctrine.node.doctrine-node-nestedset','default.doctrine.node.doctrine-node','Doctrine','node','Doctrine_Node_NestedSet','','',NULL,'doctrine-node-nestedset','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161477,7,'default.doctrine.node.doctrine-node-nestedset-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_NestedSet_PreOrderIterator','','',NULL,'doctrine-node-nestedset-preorderiterator','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161478,7,'default.doctrine.null.doctrine-null',NULL,'Doctrine','null','Doctrine_Null','','Simple empty class representing a null value used for extra fast null value testing with isset() rather than array_key_exists()',NULL,'doctrine-null','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161479,7,'default.doctrine.overloadable.doctrine-overloadable',NULL,'Doctrine','overloadable','Doctrine_Overloadable','Doctrine_Overloadable a very generic overloading interface','',NULL,'doctrine-overloadable','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161480,7,'default.doctrine.pager.doctrine-pager',NULL,'Doctrine','pager','Doctrine_Pager','','',NULL,'doctrine-pager','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161481,7,'default.doctrine.pager.doctrine-pager-layout',NULL,'Doctrine','pager','Doctrine_Pager_Layout','','',NULL,'doctrine-pager-layout','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161482,7,'default.doctrine.pager.doctrine-pager-range',NULL,'Doctrine','pager','Doctrine_Pager_Range','','',NULL,'doctrine-pager-range','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161483,7,'default.doctrine.pager.doctrine-pager-range-jumping','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Jumping','','',NULL,'doctrine-pager-range-jumping','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161484,7,'default.doctrine.pager.doctrine-pager-range-sliding','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Sliding','','',NULL,'doctrine-pager-range-sliding','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161485,7,'default.doctrine.parser.doctrine-parser',NULL,'Doctrine','parser','Doctrine_Parser','','',NULL,'doctrine-parser','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161486,7,'default.doctrine.parser.doctrine-parser-json','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Json','','',NULL,'doctrine-parser-json','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161487,7,'default.doctrine.parser.doctrine-parser-serialize','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Serialize','','',NULL,'doctrine-parser-serialize','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161488,7,'default.doctrine.parser.doctrine-parser-xml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Xml','','',NULL,'doctrine-parser-xml','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161489,7,'default.doctrine.parser.doctrine-parser-yml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Yml','','',NULL,'doctrine-parser-yml','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161490,7,'default.doctrine.plugin.doctrine-record-generator','default.doctrine.record.doctrine-record-abstract','Doctrine','plugin','Doctrine_Record_Generator','','',NULL,'doctrine-record-generator','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161491,7,'default.doctrine.query.doctrine-query','default.doctrine.query.doctrine-query-abstract','Doctrine','query','Doctrine_Query','Doctrine_Query A Doctrine_Query object represents a DQL query. It is used\nto query databases for data in an object-oriented fashion. A DQL query\nunderstands relations and inheritance and is dbms independant.','',NULL,'doctrine-query','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161492,7,'default.doctrine.query.doctrine-query-abstract',NULL,'Doctrine','query','Doctrine_Query_Abstract','','',NULL,'doctrine-query-abstract','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161493,7,'default.doctrine.query.doctrine-query-check',NULL,'Doctrine','query','Doctrine_Query_Check','','',NULL,'doctrine-query-check','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161494,7,'default.doctrine.query.doctrine-query-condition','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Condition','','',NULL,'doctrine-query-condition','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161495,7,'default.doctrine.query.doctrine-query-filter',NULL,'Doctrine','query','Doctrine_Query_Filter','','',NULL,'doctrine-query-filter','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161496,7,'default.doctrine.query.doctrine-query-filter-chain',NULL,'Doctrine','query','Doctrine_Query_Filter_Chain','','',NULL,'doctrine-query-filter-chain','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161497,7,'default.doctrine.query.doctrine-query-filter-interface',NULL,'Doctrine','query','Doctrine_Query_Filter_Interface','','',NULL,'doctrine-query-filter-interface','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161498,7,'default.doctrine.query.doctrine-query-forupdate','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Forupdate','','',NULL,'doctrine-query-forupdate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161499,7,'default.doctrine.query.doctrine-query-from','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_From','','',NULL,'doctrine-query-from','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161500,7,'default.doctrine.query.doctrine-query-groupby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Groupby','','',NULL,'doctrine-query-groupby','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161501,7,'default.doctrine.query.doctrine-query-having','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Having','','',NULL,'doctrine-query-having','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161502,7,'default.doctrine.query.doctrine-query-joincondition','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_JoinCondition','','',NULL,'doctrine-query-joincondition','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161503,7,'default.doctrine.query.doctrine-query-limit','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Limit','','',NULL,'doctrine-query-limit','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161504,7,'default.doctrine.query.doctrine-query-offset','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Offset','','',NULL,'doctrine-query-offset','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161505,7,'default.doctrine.query.doctrine-query-orderby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Orderby','','',NULL,'doctrine-query-orderby','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161506,7,'default.doctrine.query.doctrine-query-part',NULL,'Doctrine','query','Doctrine_Query_Part','','',NULL,'doctrine-query-part','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161507,7,'default.doctrine.query.doctrine-query-registry',NULL,'Doctrine','query','Doctrine_Query_Registry','','',NULL,'doctrine-query-registry','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161508,7,'default.doctrine.query.doctrine-query-select','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Select','','',NULL,'doctrine-query-select','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161509,7,'default.doctrine.query.doctrine-query-set','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Set','Doctrine_Query','',NULL,'doctrine-query-set','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161510,7,'default.doctrine.query.doctrine-query-tokenizer',NULL,'Doctrine','query','Doctrine_Query_Tokenizer','','',NULL,'doctrine-query-tokenizer','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161511,7,'default.doctrine.query.doctrine-query-where','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Where','','',NULL,'doctrine-query-where','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161512,7,'default.doctrine.rawsql.doctrine-rawsql','default.doctrine.query.doctrine-query-abstract','Doctrine','rawsql','Doctrine_RawSql','','Doctrine_RawSql is an implementation of Doctrine_Query_Abstract that skips the entire DQL parsing procedure. The "DQL" that is passed to a RawSql query object for execution is considered to be plain SQL and will be used "as is". The ',NULL,'doctrine-rawsql','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161513,7,'default.doctrine.record.doctrine-record','default.doctrine.record.doctrine-record-abstract','Doctrine','record','Doctrine_Record','Doctrine_Record All record classes should inherit this super class','',NULL,'doctrine-record','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161514,7,'default.doctrine.record.doctrine-record-abstract','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Abstract','','',NULL,'doctrine-record-abstract','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161515,7,'default.doctrine.record.doctrine-record-filter',NULL,'Doctrine','record','Doctrine_Record_Filter','Doctrine_Record_Filter Filters the record getters and setters','',NULL,'doctrine-record-filter','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161516,7,'default.doctrine.record.doctrine-record-filter-compound','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Compound','','',NULL,'doctrine-record-filter-compound','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161517,7,'default.doctrine.record.doctrine-record-filter-standard','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Standard','Doctrine_Record_Filter_Standard Filters the record getters and setters','',NULL,'doctrine-record-filter-standard','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161518,7,'default.doctrine.record.doctrine-record-iterator',NULL,'Doctrine','record','Doctrine_Record_Iterator','','',NULL,'doctrine-record-iterator','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161519,7,'default.doctrine.record.doctrine-record-listener',NULL,'Doctrine','record','Doctrine_Record_Listener','','',NULL,'doctrine-record-listener','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161520,7,'default.doctrine.record.doctrine-record-listener-chain','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Listener_Chain','Doctrine_Record_Listener_Chain this class represents a chain of different\nlisteners, useful for having multiple listeners listening the events at\nthe same time','',NULL,'doctrine-record-listener-chain','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161521,7,'default.doctrine.record.doctrine-record-listener-interface',NULL,'Doctrine','record','Doctrine_Record_Listener_Interface','Doctrine_Record_Listener','',NULL,'doctrine-record-listener-interface','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161522,7,'default.doctrine.relation.doctrine-relation',NULL,'Doctrine','relation','Doctrine_Relation','Doctrine_Relation This class represents a relation between components','',NULL,'doctrine-relation','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161523,7,'default.doctrine.relation.doctrine-relation-association','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_Association','Doctrine_Relation_Association this class takes care of association\nmapping (= many-to-many relationships, where the\nrelationship is handled with an additional relational table \n which holds 2 foreign keys','',NULL,'doctrine-relation-association','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161524,7,'default.doctrine.relation.doctrine-relation-association-self','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Association_Self','','',NULL,'doctrine-relation-association-self','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161525,7,'default.doctrine.relation.doctrine-relation-foreignkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_ForeignKey','Doctrine_Relation_ForeignKey This class represents a foreign key relation','',NULL,'doctrine-relation-foreignkey','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161526,7,'default.doctrine.relation.doctrine-relation-localkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_LocalKey','Doctrine_Relation_LocalKey This class represents a local key relation','',NULL,'doctrine-relation-localkey','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161527,7,'default.doctrine.relation.doctrine-relation-nest','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Nest','Doctrine_Relation_Association_Self','',NULL,'doctrine-relation-nest','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161528,7,'default.doctrine.relation.doctrine-relation-parser',NULL,'Doctrine','relation','Doctrine_Relation_Parser','','',NULL,'doctrine-relation-parser','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161529,7,'default.doctrine.search.doctrine-search','default.doctrine.plugin.doctrine-record-generator','Doctrine','search','Doctrine_Search','','',NULL,'doctrine-search','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161530,7,'default.doctrine.search.doctrine-search-analyzer',NULL,'Doctrine','search','Doctrine_Search_Analyzer','','',NULL,'doctrine-search-analyzer','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161531,7,'default.doctrine.search.doctrine-search-analyzer-interface',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Interface','','',NULL,'doctrine-search-analyzer-interface','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161532,7,'default.doctrine.search.doctrine-search-analyzer-standard','default.doctrine.search.doctrine-search-analyzer','Doctrine','search','Doctrine_Search_Analyzer_Standard','','',NULL,'doctrine-search-analyzer-standard','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161533,7,'default.doctrine.search.doctrine-search-analyzer-utf8','default.doctrine.search.doctrine-search-analyzer-standard','Doctrine','search','Doctrine_Search_Analyzer_Utf8','','This class is used to analyze (ie tokenize) an input $text in $encoding encoding, and return an array of words to be indexed.',NULL,'doctrine-search-analyzer-utf8','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161534,7,'default.doctrine.search.doctrine-search-file','default.doctrine.search.doctrine-search','Doctrine','search','Doctrine_Search_File','Doctrine_Search','',NULL,'doctrine-search-file','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161535,7,'default.doctrine.search.doctrine-search-indexer',NULL,'Doctrine','search','Doctrine_Search_Indexer','','',NULL,'doctrine-search-indexer','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161536,7,'default.doctrine.search.doctrine-search-indexer-dir',NULL,'Doctrine','search','Doctrine_Search_Indexer_Dir','','',NULL,'doctrine-search-indexer-dir','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161537,7,'default.doctrine.search.doctrine-search-listener','default.doctrine.record.doctrine-record-listener','Doctrine','search','Doctrine_Search_Listener','','',NULL,'doctrine-search-listener','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161538,7,'default.doctrine.search.doctrine-search-parser',NULL,'Doctrine','search','Doctrine_Search_Parser','Doctrine_Search_Parser_Standard','',NULL,'doctrine-search-parser','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161539,7,'default.doctrine.search.doctrine-search-query',NULL,'Doctrine','search','Doctrine_Search_Query','','',NULL,'doctrine-search-query','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161540,7,'default.doctrine.search.doctrine-search-record','default.doctrine.template.doctrine-template','Doctrine','search','Doctrine_Search_Record','','',NULL,'doctrine-search-record','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161541,7,'default.doctrine.sequence.doctrine-sequence','default.doctrine.connection.doctrine-connection-module','Doctrine','sequence','Doctrine_Sequence','Doctrine_Sequence The base class for sequence handling drivers.','',NULL,'doctrine-sequence','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161542,7,'default.doctrine.sequence.doctrine-sequence-db2','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Db2','','',NULL,'doctrine-sequence-db2','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161543,7,'default.doctrine.sequence.doctrine-sequence-mssql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mssql','','',NULL,'doctrine-sequence-mssql','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161544,7,'default.doctrine.sequence.doctrine-sequence-mysql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mysql','','',NULL,'doctrine-sequence-mysql','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161545,7,'default.doctrine.sequence.doctrine-sequence-oracle','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Oracle','','',NULL,'doctrine-sequence-oracle','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161546,7,'default.doctrine.sequence.doctrine-sequence-pgsql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Pgsql','','',NULL,'doctrine-sequence-pgsql','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161547,7,'default.doctrine.sequence.doctrine-sequence-sqlite','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Sqlite','','',NULL,'doctrine-sequence-sqlite','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161548,7,'default.doctrine.table.doctrine-table','default.doctrine.configurable.doctrine-configurable','Doctrine','table','Doctrine_Table','Doctrine_Table represents a database table each\nDoctrine_Table holds the information of foreignKeys and associations','',NULL,'doctrine-table','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161549,7,'default.doctrine.table.doctrine-table-exception',NULL,'Doctrine','table','Doctrine_Table_Exception','thrown when user tries to initialize a new instance of Doctrine_Table, \nwhile there already exists an instance of that table','',NULL,'doctrine-table-exception','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161550,7,'default.doctrine.table.doctrine-table-repository',NULL,'Doctrine','table','Doctrine_Table_Repository','Doctrine_Repository each record is added into Doctrine_Repository at the\nsame time they are created, loaded from the database or retrieved from the\ncache','',NULL,'doctrine-table-repository','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161551,7,'default.doctrine.task.doctrine-task',NULL,'Doctrine','task','Doctrine_Task','','Abstract class used for writing Doctrine Tasks',NULL,'doctrine-task','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161552,7,'default.doctrine.task.doctrine-task-buildall','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAll','','',NULL,'doctrine-task-buildall','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161553,7,'default.doctrine.task.doctrine-task-buildallload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllLoad','','',NULL,'doctrine-task-buildallload','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161554,7,'default.doctrine.task.doctrine-task-buildallreload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllReload','','',NULL,'doctrine-task-buildallreload','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161555,7,'default.doctrine.task.doctrine-task-compile','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Compile','','',NULL,'doctrine-task-compile','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161556,7,'default.doctrine.task.doctrine-task-createdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateDb','','',NULL,'doctrine-task-createdb','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161557,7,'default.doctrine.task.doctrine-task-createtables','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateTables','','',NULL,'doctrine-task-createtables','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161558,7,'default.doctrine.task.doctrine-task-dql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Dql','','',NULL,'doctrine-task-dql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161559,7,'default.doctrine.task.doctrine-task-dropdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DropDb','','',NULL,'doctrine-task-dropdb','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161560,7,'default.doctrine.task.doctrine-task-dumpdata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DumpData','','',NULL,'doctrine-task-dumpdata','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161561,7,'default.doctrine.task.doctrine-task-generatemigration','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigration','','',NULL,'doctrine-task-generatemigration','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161562,7,'default.doctrine.task.doctrine-task-generatemigrationsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDb','','',NULL,'doctrine-task-generatemigrationsdb','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161563,7,'default.doctrine.task.doctrine-task-generatemigrationsdiff','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDiff','','',NULL,'doctrine-task-generatemigrationsdiff','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161564,7,'default.doctrine.task.doctrine-task-generatemigrationsmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsModels','','',NULL,'doctrine-task-generatemigrationsmodels','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161565,7,'default.doctrine.task.doctrine-task-generatemodelsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsDb','','',NULL,'doctrine-task-generatemodelsdb','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161566,7,'default.doctrine.task.doctrine-task-generatemodelsyaml','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsYaml','','',NULL,'doctrine-task-generatemodelsyaml','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161567,7,'default.doctrine.task.doctrine-task-generatesql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateSql','','',NULL,'doctrine-task-generatesql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161568,7,'default.doctrine.task.doctrine-task-generateyamldb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlDb','','',NULL,'doctrine-task-generateyamldb','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161569,7,'default.doctrine.task.doctrine-task-generateyamlmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlModels','Doctrine_Task_GenerateFromModels','',NULL,'doctrine-task-generateyamlmodels','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161570,7,'default.doctrine.task.doctrine-task-loaddata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadData','','',NULL,'doctrine-task-loaddata','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161571,7,'default.doctrine.task.doctrine-task-migrate','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Migrate','','',NULL,'doctrine-task-migrate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161572,7,'default.doctrine.task.doctrine-task-rebuilddb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_RebuildDb','','',NULL,'doctrine-task-rebuilddb','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161573,7,'default.doctrine.template.doctrine-template','default.doctrine.record.doctrine-record-abstract','Doctrine','template','Doctrine_Template','Base abstract class for defining templates which are the base of all\nbehaviors that can be attached to your Doctrine models','',NULL,'doctrine-template','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161574,7,'default.doctrine.template.doctrine-template-geographical','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Geographical','Easily add longitude and latitude columns to your records and use inherited\nfunctionality for calculating distances','',NULL,'doctrine-template-geographical','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161575,7,'default.doctrine.template.doctrine-template-i18n','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_I18n','Add multilingual capabilities to your Doctrine models','',NULL,'doctrine-template-i18n','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161576,7,'default.doctrine.template.doctrine-template-listener-sluggable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Sluggable','Easily create a slug for each record based on a specified set of fields','',NULL,'doctrine-template-listener-sluggable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161577,7,'default.doctrine.template.doctrine-template-listener-softdelete','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_SoftDelete','Listener for SoftDelete behavior which will allow you to turn on the\nbehavior which sets a delete flag instead of actually deleting the record\nand all queries automatically include a check for the deleted flag to\nexclude deleted records.','',NULL,'doctrine-template-listener-softdelete','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161578,7,'default.doctrine.template.doctrine-template-listener-timestampable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Timestampable','Listener for the Timestampable behavior which automatically sets the\ncreated and updated columns when a record is inserted and updated.','',NULL,'doctrine-template-listener-timestampable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161579,7,'default.doctrine.template.doctrine-template-nestedset','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_NestedSet','Doctrine template which implements the custom NestedSet implementation','',NULL,'doctrine-template-nestedset','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161580,7,'default.doctrine.template.doctrine-template-searchable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Searchable','','',NULL,'doctrine-template-searchable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161581,7,'default.doctrine.template.doctrine-template-sluggable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-sluggable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161582,7,'default.doctrine.template.doctrine-template-softdelete','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_SoftDelete','','',NULL,'doctrine-template-softdelete','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161583,7,'default.doctrine.template.doctrine-template-timestampable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Timestampable','','Easily add created and updated at timestamps to your doctrine records that are automatically set when records are saved',NULL,'doctrine-template-timestampable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161584,7,'default.doctrine.template.doctrine-template-versionable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Versionable','','Add revisioning/audit log to your models',NULL,'doctrine-template-versionable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161585,7,'default.doctrine.transaction.doctrine-transaction','default.doctrine.connection.doctrine-connection-module','Doctrine','transaction','Doctrine_Transaction','Doctrine_Transaction Handles transaction savepoint and isolation\nabstraction','',NULL,'doctrine-transaction','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161586,7,'default.doctrine.transaction.doctrine-transaction-mssql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mssql','','',NULL,'doctrine-transaction-mssql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161587,7,'default.doctrine.transaction.doctrine-transaction-mysql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mysql','','',NULL,'doctrine-transaction-mysql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161588,7,'default.doctrine.transaction.doctrine-transaction-oracle','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Oracle','','',NULL,'doctrine-transaction-oracle','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161589,7,'default.doctrine.transaction.doctrine-transaction-pgsql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Pgsql','','',NULL,'doctrine-transaction-pgsql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161590,7,'default.doctrine.transaction.doctrine-transaction-sqlite','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Sqlite','','',NULL,'doctrine-transaction-sqlite','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161591,7,'default.doctrine.tree.doctrine-tree',NULL,'Doctrine','tree','Doctrine_Tree','','',NULL,'doctrine-tree','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161592,7,'default.doctrine.tree.doctrine-tree-interface',NULL,'Doctrine','tree','Doctrine_Tree_Interface','','',NULL,'doctrine-tree-interface','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161593,7,'default.doctrine.tree.doctrine-tree-nestedset','default.doctrine.tree.doctrine-tree','Doctrine','tree','Doctrine_Tree_NestedSet','','',NULL,'doctrine-tree-nestedset','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161594,7,'default.doctrine.validator.doctrine-validator','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','validator','Doctrine_Validator','This class is responsible for performing all validations on record\nproperties','',NULL,'doctrine-validator','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161595,7,'default.doctrine.validator.doctrine-validator-country','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Country','','',NULL,'doctrine-validator-country','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161596,7,'default.doctrine.validator.doctrine-validator-creditcard','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Creditcard','','',NULL,'doctrine-validator-creditcard','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161597,7,'default.doctrine.validator.doctrine-validator-date','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Date','','',NULL,'doctrine-validator-date','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161598,7,'default.doctrine.validator.doctrine-validator-driver',NULL,'Doctrine','validator','Doctrine_Validator_Driver','','',NULL,'doctrine-validator-driver','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161599,7,'default.doctrine.validator.doctrine-validator-email','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Email','','',NULL,'doctrine-validator-email','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161600,7,'default.doctrine.validator.doctrine-validator-errorstack','default.doctrine.access.doctrine-access','Doctrine','validator','Doctrine_Validator_ErrorStack','','',NULL,'doctrine-validator-errorstack','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161601,7,'default.doctrine.validator.doctrine-validator-exception',NULL,'Doctrine','validator','Doctrine_Validator_Exception','','',NULL,'doctrine-validator-exception','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161602,7,'default.doctrine.validator.doctrine-validator-future','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Future','','',NULL,'doctrine-validator-future','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161603,7,'default.doctrine.validator.doctrine-validator-htmlcolor','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_HtmlColor','','',NULL,'doctrine-validator-htmlcolor','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161604,7,'default.doctrine.validator.doctrine-validator-ip','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Ip','','',NULL,'doctrine-validator-ip','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161605,7,'default.doctrine.validator.doctrine-validator-minlength','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Minlength','Doctrine_Validator_Regexp','',NULL,'doctrine-validator-minlength','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161606,7,'default.doctrine.validator.doctrine-validator-nospace','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Nospace','','',NULL,'doctrine-validator-nospace','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161607,7,'default.doctrine.validator.doctrine-validator-notblank','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notblank','','',NULL,'doctrine-validator-notblank','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161608,7,'default.doctrine.validator.doctrine-validator-notnull','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notnull','','',NULL,'doctrine-validator-notnull','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161609,7,'default.doctrine.validator.doctrine-validator-past','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Past','','',NULL,'doctrine-validator-past','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161610,7,'default.doctrine.validator.doctrine-validator-range','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Range','','',NULL,'doctrine-validator-range','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161611,7,'default.doctrine.validator.doctrine-validator-readonly','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Readonly','','',NULL,'doctrine-validator-readonly','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161612,7,'default.doctrine.validator.doctrine-validator-regexp','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Regexp','','',NULL,'doctrine-validator-regexp','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161613,7,'default.doctrine.validator.doctrine-validator-time','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Time','','',NULL,'doctrine-validator-time','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161614,7,'default.doctrine.validator.doctrine-validator-timestamp','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Timestamp','','',NULL,'doctrine-validator-timestamp','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161615,7,'default.doctrine.validator.doctrine-validator-unique','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Unique','','',NULL,'doctrine-validator-unique','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161616,7,'default.doctrine.validator.doctrine-validator-unsigned','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Unsigned','','',NULL,'doctrine-validator-unsigned','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161617,7,'default.doctrine.validator.doctrine-validator-usstate','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Usstate','','',NULL,'doctrine-validator-usstate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161618,7,'default.doctrine.view.doctrine-view',NULL,'Doctrine','view','Doctrine_View','','this class represents a database view',NULL,'doctrine-view','2009-11-12 03:22:53','2009-11-12 03:22:53'); /*!40000 ALTER TABLE `api_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_method` -- DROP TABLE IF EXISTS `api_method`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_method` ( `id` int(11) NOT NULL auto_increment, `api_class_id` int(11) default NULL, `name` varchar(255) default NULL, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `params_to_str` varchar(255) default NULL, `exception` varchar(255) default NULL, `return_description` varchar(255) default NULL, `return_type` varchar(255) default NULL, `slug` longtext, `created_at` datetime default NULL, `updated_at` datetime default NULL, PRIMARY KEY (`id`), KEY `api_class_id_idx` (`api_class_id`), CONSTRAINT `api_method_ibfk_1` FOREIGN KEY (`api_class_id`) REFERENCES `api_class` (`id`), CONSTRAINT `api_method_ibfk_2` FOREIGN KEY (`api_class_id`) REFERENCES `api_class` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1296699 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_method` -- LOCK TABLES `api_method` WRITE; /*!40000 ALTER TABLE `api_method` DISABLE KEYS */; INSERT INTO `api_method` VALUES (1182251,147423,'generateSqlFromModels','','','$directory = null','','returns\n String of sql queries. One query per line','string','generate-sql-from-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182252,147423,'dump','','dumps a given variable','$var, $output = true','','','','dump','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182253,147423,'isValidModelClass','','Checks if what is passed is a valid Doctrine_Record Will load class in to memory in order to inflect it and find out information about the class','$class','','','boolean','is-valid-model-class','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182254,147423,'makeDirectories','','Makes the directories for a path recursively','$path, $mode = 0777','','','','make-directories','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182255,147423,'classify','','returns class name from table name','$tablename','','','string','classify','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182256,147423,'generateYamlFromModels','','Generate yaml schema file for the models in the specified directory','$yamlPath, $directory','','','','generate-yaml-from-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182257,147423,'generateMigrationsFromDb','','','$migrationsPath','throws\n new Doctrine_Migration_Exception','','','generate-migrations-from-db','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182258,147423,'getConnectionByTableName','','Get the connection object for a table by the actual table name','$tableName','','','','get-connection-by-table-name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182259,147423,'debug','','','$bool = null','','','','debug','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182260,147423,'getLoadedModels','','Get all the loaded models, you can provide an array of classes or it will use get_declared_classes()\nWill filter through an array of classes and return the Doctrine_Records out of them. If you do not specify $classes it will return all of the currently l','$classes = null','','','array','get-loaded-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182261,147423,'createDatabases','','Creates databases for connections','$specifiedConnections = array()','','','','create-databases','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182262,147423,'classifyCallback','','Callback function to classify a classname properly.','$matches','','returns\n A string with matches 1 and mathces 3 in upper case.','string','classify-callback','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182263,147423,'autoload','','simple autoload function returns true if the class was loaded, otherwise false','$className, $classname','','','boolean','autoload','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182264,147423,'isValidClassname','isValidClassName','checks for valid class name (uses camel case and underscores)','$classname','','','boolean','is-valid-classname','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182265,147423,'tableize','','returns table name from class name','$classname','','','string','tableize','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182266,147423,'dumpData','','Dump data to a yaml fixtures file','$yamlPath, $individualFiles = false','','','','dump-data','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182267,147423,'filterInvalidModels','','Filter through an array of classes and return all the classes that are valid models. This will inflect the class, causing it to be loaded in to memory.','(classes) $classes','','','array','filter-invalid-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182268,147423,'compile','','method for making a single file of most used doctrine runtime components including the compiled file instead of multiple files (in worst cases dozens of files) can improve performance by an order of magnitude','$target = null, $includedDrivers = array()','throws\n Doctrine_Exception','','','compile','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182269,147423,'generateMigrationsFromModels','','','$migrationsPath, $modelsPath = null','','','','generate-migrations-from-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182270,147423,'getTable','','','$tableName','','','','get-table','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182271,147423,'__construct','','','','throws\n Doctrine_Exception','','','construct','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182272,147423,'getPath','getPath returns the doctrine root','','','','','string','get-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182273,147423,'getLoadedModelFiles','','','','','','','get-loaded-model-files','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182274,147423,'fileFinder','','','$type','','','','file-finder','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182275,147423,'generateModelsFromYaml','','Generate a yaml schema file from an existing directory of models','$yamlPath, $directory, $options = array()','','','','generate-models-from-yaml','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182276,147423,'loadData','','Load data from a yaml fixtures file. The output of dumpData can be fed to loadData','$yamlPath, $append = false','','','','load-data','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182277,147423,'removeDirectories','','','$folderPath','','','','remove-directories','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182278,147423,'dropDatabases','','Drops databases for connections','$specifiedConnections = array()','','','','drop-databases','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182279,147423,'generateModelsFromDb','','method for importing existing schema to Doctrine_Record classes','$directory, $databases = array()','throws\n Exception','','boolean','generate-models-from-db','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182280,147423,'createTablesFromArray','','Creates database tables for the models in the supplied array','$array','','','','create-tables-from-array','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182281,147423,'getValidators','','Get available doctrine validators','','','','array','get-validators','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182282,147423,'generateMigrationClass','','Generate new migration class skeleton','$className, $migrationsPath','','','','generate-migration-class','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182283,147423,'generateYamlFromDb','','Generates models from database to temporary location then uses those models to generate a yaml schema file. This should probably be fixed. We should write something to generate a yaml schema file directly from the database.','$yamlPath','','','','generate-yaml-from-db','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182284,147423,'createTablesFromModels','','Creates database tables for the models in the specified directory','$directory = null','','','','create-tables-from-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182285,147423,'getPathModels','','','','','','','get-path-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182286,147423,'migrate','','Migrate database to specified $to version. Migrates from current to latest if you do not specify.','$migrationsPath, $to = null','throws\n new Doctrine_Migration_Exception','returns\n true','bool','migrate','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182287,147423,'loadModels','','Recursively load all models from a directory or array of directories','$directory','','','array','load-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182288,147424,'__isset','__isset()','','$name','','returns\n whether or not this object contains $name','boolean','isset','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182289,147424,'offsetUnset','unset a given offset','','$offset','','','','offset-unset','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182290,147424,'offsetSet','sets $offset to $value','','$offset, $value','','','','offset-set','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182291,147424,'offsetGet','offsetGet an alias of get()','','$offset','','','mixed','offset-get','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182292,147424,'offsetExists','','','$offset','','returns\n whether or not this object contains $offset','boolean','offset-exists','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182293,147424,'__get','__get -- an alias of get()','','$name','','','mixed','get','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182294,147424,'__unset','__unset()','','$name','','','','unset','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182295,147424,'setArray','','','$array','','','','set-array','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182296,147424,'__set','__set an alias of set()','','($name) $name, ($value) $value','','','','set','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182297,147425,'getQuoteIdentifierSymbol','','','','','','string','get-quote-identifier-symbol','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182298,147425,'_commit','Commit a transaction.','','','','','','commit','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182299,147425,'_setExecuteMode','','','$mode','','','','set-execute-mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182300,147425,'setFetchMode','Set the fetch mode.','','$mode','','','','set-fetch-mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182301,147425,'_getExecuteMode','Gets the execution mode','','','','returns\n the execution mode (DB2_AUTOCOMMIT_ON or DB2_AUTOCOMMIT_OFF)','int','get-execute-mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182302,147425,'__construct','Constructor.','$config is an array of key/value pairs containing configuration options. These options are common to most adapters:\ndbname => (string) The name of the database to user username => (string) Connect to the database as this username. ','$config','','','','construct','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182303,147425,'prepare','Returns an SQL statement for preparation.','','$sql','','','Doctrine_Statement_Db2','prepare','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182304,147425,'closeConnection','Force the connection to close.','','','','','','close-connection','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182305,147425,'_connect','Creates a connection resource.','','','','','','connect','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182306,147425,'_quote','Quote a raw string.','','$value','','returns\n Quoted string','string','quote','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182307,147425,'_beginTransaction','Begin a transaction.','','','','','','begin-transaction','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182308,147425,'_rollBack','Rollback a transaction.','','','','','','roll-back','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182309,147426,'exec','','','$statement','','','','exec','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182310,147426,'commit','','','','','','','commit','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182311,147426,'beginTransaction','','','','','','','begin-transaction','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182312,147426,'errorInfo','','','','','','','error-info','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182313,147426,'rollBack','','','','','','','roll-back','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182314,147426,'lastInsertId','','','','','','','last-insert-id','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182315,147426,'query','','','$queryString','','','','query','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182316,147426,'errorCode','','','','','','','error-code','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182317,147426,'quote','','','$input','','','','quote','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182318,147426,'prepare','','','$prepareString','','','','prepare','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182319,147427,'pop','','','','','','','pop','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182320,147427,'exec','','','$statement','','','','exec','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182321,147427,'getName','','','','','','','get-name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182322,147427,'getAll','','','','','','','get-all','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182323,147427,'commit','','','','','','','commit','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182324,147427,'beginTransaction','','','','','','','begin-transaction','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182325,147427,'errorInfo','','','','','','','error-info','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182326,147427,'rollBack','','','','','','','roll-back','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182327,147427,'lastInsertId','','','','','','','last-insert-id','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182328,147427,'addQuery','','','$query','','','','add-query','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182329,147427,'query','','','$query','','','','query','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182330,147427,'errorCode','','','','','','','error-code','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182331,147427,'quote','','','$input','','','','quote','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182332,147427,'sqliteCreateFunction','','','','','','','sqlite-create-function','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182333,147427,'__construct','','','$name = null','','','','construct','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182334,147427,'getAttribute','','','$attribute','','','','get-attribute','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182335,147427,'count','','','','','','','count','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182336,147427,'prepare','','','$query','','','','prepare','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182337,147427,'forceLastInsertIdFail','','','$fail = true','','','','force-last-insert-id-fail','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182338,147427,'forceException','','','$name, $message = '', $code','','','','force-exception','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182339,147427,'setAttribute','','','$attribute, $value','','','','set-attribute','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182340,147428,'_commit','Commit a transaction.','','','','','','commit','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182341,147428,'lastInsertId','\n Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT\n column.\n','As a convention, on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence from the arguments and returns the last id generated by that sequence. On RDBMS brands that support IDENTITY/AUTOINCREMENT ','$tableName = null, $primaryKey = null','','','integer','last-insert-id','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182342,147428,'prepare','Prepare a statement and return a PDOStatement-like object.','','$sql','','','Doctrine_Statement_Mysqli','prepare','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182343,147428,'closeConnection','Force the connection to close.','','','','','','close-connection','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182344,147428,'_connect','Creates a connection to the database.','','','throws\n Doctrine_Adapter_Mysqli_Exception','','','connect','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182345,147428,'_beginTransaction','Begin a transaction.','','','','','','begin-transaction','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182346,147428,'_rollBack','Roll-back a transaction.','','','','','','roll-back','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182347,147429,'_commit','Commit a transaction and return to autocommit mode.','','','throws\n Doctrine_Adapter_Oracle_Exception','','','commit','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182348,147429,'setFetchMode','Set the fetch mode.','','$mode','throws\n Doctrine_Adapter_Exception','','','set-fetch-mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182349,147429,'_getExecuteMode','','','','','','','get-execute-mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182350,147429,'__construct','Constructor.','$config is an array of key/value pairs containing configuration options. These options are common to most adapters:\nusername => (string) Connect to the database as this username. password => (string) Password associated with the username. dbname','$config','throws\n Doctrine_Adapter_Exception','','','construct','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182351,147429,'prepare','Returns an SQL statement for preparation.','','$sql','','','Doctrine_Statement_Oracle','prepare','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182352,147429,'closeConnection','Force the connection to close.','','','','','','close-connection','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182353,147429,'_connect','Creates a connection resource.','','','throws\n Doctrine_Adapter_Oracle_Exception','','','connect','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182354,147429,'_quote','Quote a raw string.','','$value','','returns\n Quoted string','string','quote','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182355,147429,'quoteTableAs','Quote a table identifier and alias.','','(string|array|Doctrine_Expr) $ident, $alias','','returns\n The quoted identifier and alias.','string','quote-table-as','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182356,147429,'_beginTransaction','Leave autocommit mode and begin a transaction.','','','','','','begin-transaction','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182357,147429,'_rollBack','Roll back a transaction and return to autocommit mode.','','','throws\n Doctrine_Adapter_Oracle_Exception','','','roll-back','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182358,147430,'exec','','','$sql','','','','exec','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182359,147430,'commit','','','','','','','commit','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182360,147430,'beginTransaction','','','','','','','begin-transaction','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182361,147430,'errorInfo','','','','','','','error-info','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182362,147430,'rollBack','','','','','','','roll-back','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182363,147430,'lastInsertId','','','','','','','last-insert-id','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182364,147430,'query','','','$sql','','','','query','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182365,147430,'errorCode','','','','','','','error-code','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182366,147430,'quote','','','$input','','','','quote','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182367,147430,'sqliteCreateFunction','','','','','','','sqlite-create-function','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182368,147430,'__construct','','','$resourceUrl','','','','construct','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182369,147430,'getAttribute','','','','','','','get-attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182370,147430,'prepare','','','$sql','','','','prepare','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182371,147430,'setAttribute','','','','','','','set-attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182372,147431,'rowCount','','','','','','','row-count','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182373,147431,'errorInfo','','','','','','','error-info','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182374,147431,'setFetchMode','','','$mode','','','','set-fetch-mode','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182375,147431,'errorCode','','','','','','','error-code','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182376,147431,'fetch','','','$fetchStyle, $cursorOrientation, $cursorOffset','','','mixed','fetch','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182377,147431,'columnCount','','','','','','','column-count','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182378,147431,'execute','','','','','','','execute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182379,147431,'bindValue','','','$no, $value','','','','bind-value','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182380,147431,'nextRowset','','','','','','','next-rowset','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182381,147432,'rowCount','\n rowCount rowCount() returns the number of rows affected by the last\n DELETE, INSERT, or UPDATE statement executed by the corresponding object.\n','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns\n Returns the number of rows.','integer','row-count','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182382,147432,'closeCursor','\n closeCursor Closes the cursor, enabling the statement to be executed\n again.\n','','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','close-cursor','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182383,147432,'fetchColumn','\n fetchColumn Returns a single column from the next row of a result set or\n FALSE if there are no more rows.\n','','$columnIndex','','returns\n returns a single column in the next row of a result set.','string','fetch-column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182384,147432,'errorInfo','\n errorInfo Fetch extended error information associated with the last\n operation on the statement handle\n','','','','returns\n error info array','array','error-info','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182385,147432,'fetchObject','fetchObject Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns\n an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetch-object','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182386,147432,'setFetchMode','setFetchMode Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns\n Returns 1 on success or FALSE on failure.','boolean','set-fetch-mode','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182387,147432,'errorCode','\n errorCode Fetch the SQLSTATE associated with the last operation on the\n statement handle\n','','','','returns\n error code string','string','error-code','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182388,147432,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182389,147432,'columnCount','columnCount Returns the number of columns in the result set','','','','returns\n Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','column-count','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182390,147432,'bindColumn','bindColumn Bind a column to a PHP variable','','$column, $param, $type = null','','returns\n Returns TRUE on success or FALSE on failure','boolean','bind-column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182391,147432,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-param','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182392,147432,'getAttribute','getAttribute Retrieve a statement attribute','','$attribute','','returns\n the attribute value','mixed','get-attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182393,147432,'execute','execute Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','execute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182394,147432,'getColumnMeta','getColumnMeta Returns metadata for a column in a result set','','$column','','returns\n

Associative meta data array with the following structure:

\n

native_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represen','array','get-column-meta','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182395,147432,'bindValue','\n bindValue Binds a value to a corresponding named or question mark\n placeholder in the SQL statement that was use to prepare the statement.\n','','$param, $value, $type = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-value','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182396,147432,'nextRowset','nextRowset Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','next-rowset','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182397,147432,'fetchAll','fetchAll Returns an array containing all of the result set rows','','$fetchStyle = Doctrine::FETCH_BOTH, $columnIndex','','','array','fetch-all','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182398,147432,'setAttribute','setAttribute Set a statement attribute','','$attribute, $value','','returns\n Returns TRUE on success or FALSE on failure.','boolean','set-attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182399,147433,'rowCount','\n rowCount rowCount() returns the number of rows affected by the last\n DELETE, INSERT, or UPDATE statement executed by the corresponding object.\n','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns\n Returns the number of rows.','integer','row-count','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182400,147433,'closeCursor','\n closeCursor Closes the cursor, enabling the statement to be executed\n again.\n','','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','close-cursor','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182401,147433,'fetchColumn','\n fetchColumn Returns a single column from the next row of a result set or\n FALSE if there are no more rows.\n','','$columnIndex','','returns\n returns a single column in the next row of a result set.','string','fetch-column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182402,147433,'errorInfo','\n errorInfo Fetch extended error information associated with the last\n operation on the statement handle\n','','','','returns\n error info array','array','error-info','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182403,147433,'fetchObject','fetchObject Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns\n an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetch-object','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182404,147433,'setFetchMode','setFetchMode Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns\n Returns 1 on success or FALSE on failure.','boolean','set-fetch-mode','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182405,147433,'errorCode','\n errorCode Fetch the SQLSTATE associated with the last operation on the\n statement handle\n','','','','returns\n error code string','string','error-code','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182406,147433,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182407,147433,'columnCount','columnCount Returns the number of columns in the result set','','','','returns\n Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','column-count','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182408,147433,'bindColumn','bindColumn Bind a column to a PHP variable','','$column, $param, $type = null','','returns\n Returns TRUE on success or FALSE on failure','boolean','bind-column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182409,147433,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-param','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182410,147433,'__construct','','','$mock','','','','construct','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182411,147433,'getAttribute','getAttribute Retrieve a statement attribute','','$attribute','','returns\n the attribute value','mixed','get-attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182412,147433,'execute','execute Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','execute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182413,147433,'getColumnMeta','getColumnMeta Returns metadata for a column in a result set','','$column','','returns\n

Associative meta data array with the following structure:

\n

native_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represen','array','get-column-meta','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182414,147433,'bindValue','\n bindValue Binds a value to a corresponding named or question mark\n placeholder in the SQL statement that was use to prepare the statement.\n','','$param, $value, $type = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-value','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182415,147433,'nextRowset','nextRowset Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','next-rowset','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182416,147433,'fetchAll','fetchAll Returns an array containing all of the result set rows','','$fetchMode = Doctrine::FETCH_BOTH, $fetchStyle, $columnIndex','','','array','fetch-all','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182417,147433,'setAttribute','setAttribute Set a statement attribute','','$attribute, $value','','returns\n Returns TRUE on success or FALSE on failure.','boolean','set-attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182418,147434,'buildDefinition','','','(\n \n ) $table','','','','build-definition','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182419,147434,'__construct','','','$options','','','','construct','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182420,147434,'getVersion','','','(\n \n ) $record, $version','','','','get-version','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182421,147435,'preDelete','','','(\n \n ) $event','','','','pre-delete','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182422,147435,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182423,147435,'__construct','','','(\n \n ) $auditLog','','','','construct','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182424,147435,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182425,147435,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182426,147436,'getOption','','','$option','','returns\n option value','mixed','get-option','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182427,147436,'pop','','pops a query from the stack','','','','string','pop','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182428,147436,'isSuccessful','','','','','returns\n whether or not the last cache operation was successful','boolean','is-successful','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182429,147436,'getAll','getQueries','','$namespace = null','','returns\n an array of sql query strings','array','get-all','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182430,147436,'add','add adds a query to internal query stack','','(string|array) $query, $namespace = null','','','','add','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182431,147436,'appendStats','','adds all queries to stats file','','','','','append-stats','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182432,147436,'clean','save','','','','','boolean','clean','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182433,147436,'preFetch','preFetch listens the preFetch event of Doctrine_Connection_Statement','advances the internal pointer of cached data and returns the current element','(\n \n ) $event','','','array','pre-fetch','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182434,147436,'getDriver','getDriver returns the current cache driver','','','','','','get-driver','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182435,147436,'__construct','constructor','','(Doctrine_Cache_Interface|string) $driver, $options = array()','','','','construct','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182436,147436,'preFetchAll','preFetch listens the preFetchAll event of Doctrine_Connection_Statement','returns the current cache data array','(\n \n ) $event','','','array','pre-fetch-all','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182437,147436,'count','','','','','returns\n the number of queries in the stack','integer','count','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182438,147436,'preQuery','preQuery listens on the Doctrine_Event preQuery event','adds the issued query to internal query stack and checks if cached element exists','(\n \n ) $event','','','boolean','pre-query','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182439,147436,'setOption','','','$option, $value','','returns\n TRUE on success, FALSE on failure','boolean','set-option','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182440,147436,'getIterator','','','','','returns\n an iterator that iterates through the query stack','ArrayIterator','get-iterator','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182441,147436,'preExecute','preExecute listens the preExecute event of Doctrine_Connection_Statement','adds the issued query to internal query stack and checks if cached element exists','(\n \n ) $event','','','boolean','pre-execute','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182442,147436,'reset','','removes all queries from the query stack','','','','','reset','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182443,147436,'readStats','','','','','','array','read-stats','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182444,147437,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182445,147437,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182446,147437,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182447,147437,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182448,147437,'__construct','constructor','','$options = array()','','','','construct','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182449,147438,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182450,147438,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182451,147438,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182452,147438,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182453,147438,'count','','','','','','integer','count','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182454,147438,'deleteAll','Remove all cache record','','','','returns\n true if no problem','boolean','delete-all','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182455,147439,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182456,147439,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182457,147439,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$data, $id, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182458,147439,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182459,147439,'__construct','constructor','','$options, $_options','','','','construct','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182460,147439,'count','count returns the number of cached elements','','','','','integer','count','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182461,147439,'getConnection','\n getConnection returns the connection object associated with this cache\n driver\n','','','','returns\n connection object','','get-connection','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182462,147439,'deleteAll','Removes all cache records','$return bool true on success, false on failure','','','','','delete-all','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182463,147439,'createTable','Creates the cache table.','','','','','','create-table','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182464,147440,'getOption','','','$option','','returns\n option value','mixed','get-option','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182465,147440,'__construct','constructor','','$options, $_options','','','','construct','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182466,147440,'setOption','','','$option, $value','','returns\n TRUE on success, FALSE on failure','boolean','set-option','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182467,147441,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182468,147441,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182469,147441,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$data, $id, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182470,147441,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182471,147442,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182472,147442,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182473,147442,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182474,147442,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182475,147442,'__construct','constructor','','$options = array()','','','','construct','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182476,147443,'notify','','','$notification = null, $style = 'HEADER'','','','','notify','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182477,147443,'printTasks','','Prints an index of all the available tasks in the CLI instance','$task = null, $full = false','','','','print-tasks','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182478,147443,'_getTaskClassFromArgs','','Get the task class from an array of cli arguments','$args','','','','get-task-class-from-args','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182479,147443,'_run','','','$args','','','','run','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182480,147443,'__construct','','','$config = array()','','','','construct','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182481,147443,'run','','','$args','throws\n new Doctrine_Cli_Exception','','','run','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182482,147443,'loadTasks','','','$directory = null','','','array','load-tasks','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182483,147443,'notifyException','','','$exception','','','','notify-exception','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182484,147443,'prepareArgs','','','$args','','','array','prepare-args','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182485,147443,'getLoadedTasks','','','','','','','get-loaded-tasks','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182486,147444,'supportsColors','Returns true if the stream supports colorization.','Colorization is disabled if not supported by the stream:\n

','$stream','','returns\n true if the stream supports colorization, false otherwise','Boolean','supports-colors','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182487,147444,'excerpt','Truncates a line.','','$text, $size = null','','returns\n The truncated string','string','excerpt','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182488,147444,'formatSection','Formats a message within a section.','','$section, $text, $size = null','','','','format-section','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182489,147444,'setStyle','Sets a new style.','','$name, $options = array()','','','','set-style','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182490,147444,'format','Formats a text according to the given style or parameters.','','$text = '', $parameters = array(), $stream = STDOUT','','returns\n The styled text','string','format','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182491,147445,'setMaxLineSize','Sets the maximum line size.','','$size','','','','set-max-line-size','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182492,147445,'excerpt','Truncates a line.','','$text, $size = null','','returns\n The truncated string','string','excerpt','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182493,147445,'formatSection','Formats a message within a section.','','$section, $text, $size = null','','','','format-section','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182494,147445,'__construct','','','$maxLineSize = 65','','','','construct','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182495,147445,'format','Formats a text according to the given parameters.','','$text = '', $parameters = array(), (stream) $stream = STDOUT','','returns\n The formatted text','string','format','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182496,147446,'getKeyColumn','getKeyColumn returns the name of the key column','','','','','string','get-key-column','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182497,147446,'populateRelated','','','$name, (\n \n ) $coll','','','','populate-related','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182498,147446,'key','returns the current key','','','','','mixed','key','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182499,147446,'compareRecords','','Compares two records. To be used on _snapshot diffs using array_udiff','$a, $b','','','','compare-records','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182500,147446,'add','adds a record to collection','','(\n \n ) $record, $key = null','','','boolean','add','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182501,147446,'delete','','single shot delete deletes all records from this collection and uses only one database query to perform this operation','(\n \n ) $conn = null','','','','delete','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182502,147446,'getRelation','returns the relation object','','','','','','get-relation','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182503,147446,'getNormalIterator','\n getNormalIterator returns normal iterator - an iterator that will not\n expand this collection\n','','','','','Doctrine_Iterator_Normal','get-normal-iterator','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182504,147446,'importFrom','','Import data to a Doctrine_Collection from one of the supported Doctrine_Parser formats','$type, $data','','','','import-from','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182505,147446,'serialize','\n this method is automatically called when this Doctrine_Collection is\n serialized\n','','','','','array','serialize','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182506,147446,'initNullObject','initNullObject initializes the null object for this collection','','(\n \n ) $null','','','','init-null-object','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182507,147446,'loadRelated','','','$name = null','','','boolean','load-related','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182508,147446,'__toString','returns a string representation of this object','','','','','','to-string','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182509,147446,'contains','contains whether or not this collection contains a specified element','','$key','','','boolean','contains','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182510,147446,'get','get returns a record for given key','There are two special cases:\n\n
  • \n

    if null is given as a key a new record is created and attached

    \n
  • \n
    \n at the end of the collection\n2. if given key does not exist, then a new record is create and atta','$key','','returns\n return a specified record','','get','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182511,147446,'save','\n save saves all records of this collection and processes the difference of\n the last snapshot and the current data\n','','(\n \n ) $conn = null','','','','save','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182512,147446,'getSnapshot','getSnapshot returns the data of the last snapshot','','','','returns\n returns the data in last snapshot','array','get-snapshot','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182513,147446,'processDiff','\n processDiff processes the difference of the last snapshot and the current\n data\n','an example: Snapshot with the objects 1, 2 and 4 Current data with objects 2, 3 and 5\nThe process would remove object 4','','','','','process-diff','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182514,147446,'setData','','','$data','','','','set-data','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182515,147446,'takeSnapshot','takeSnapshot takes a snapshot from this collection','snapshots are used for diff processing, for example when a fetched collection has three elements, then two of those are being removed the diff would contain one element\nDoctrine_Collection::save() attaches the diff with the help of last snapshot.','','','','','take-snapshot','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182516,147446,'getReference','','','','','','mixed','get-reference','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182517,147446,'getLast','getLast returns the last record in the collection','','','','','mixed','get-last','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182518,147446,'getTable','getTable returns the table this collection belongs to','','','','','','get-table','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182519,147446,'__construct','constructor','','(Doctrine_Table|string) $table, $keyColumn = null','','','','construct','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182520,147446,'setReference','setReference sets a reference pointer','','(\n \n ) $record, (\n \n ) $relation','','','','set-reference','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182521,147446,'search','','','(\n \n ) $record','','','','search','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182522,147446,'getDeleteDiff','','','','','','','get-delete-diff','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182523,147446,'count','\n count this class implements interface countable returns the number of\n records in this collection\n','','','','','integer','count','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182524,147446,'synchronizeFromArray','','','$array','','','','synchronize-from-array','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182525,147446,'getFirst','getFirst returns the first record in the collection','','','','','mixed','get-first','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182526,147446,'end','returns the last record in the collection','','','','','mixed','end','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182527,147446,'getIterator','','','','','','object ArrayIterator','get-iterator','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182528,147446,'set','','','$key, (\n \n ) $record','','','','set','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182529,147446,'getData','getData returns all the records as an array','','','','','array','get-data','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182530,147446,'setKeyColumn','setKeyColumn sets the key column for this collection','','$column','','','','set-key-column','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182531,147446,'remove','remove removes a specified collection element','','$key','','','boolean','remove','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182532,147446,'exportTo','','Export a Doctrine_Collection to one of the supported Doctrine_Parser formats','$type, $deep = false','','','','export-to','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182533,147446,'getPrimaryKeys','','','','','returns\n an array containing all primary keys','array','get-primary-keys','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182534,147446,'fromArray','','Populate a Doctrine_Collection from an array of data','$array','','','','from-array','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182535,147446,'toArray','\n toArray Mimics the result of a $query->execute(array(),\n Doctrine::FETCH_ARRAY);\n','','$deep = false, $prefixKey = false','','','','to-array','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182536,147446,'unserialize','\n unseralize this method is automatically called everytime a\n Doctrine_Collection object is unserialized\n','','$serialized','','','','unserialize','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182537,147446,'synchronizeWithArray','\n synchronizeWithArray synchronizes a Doctrine_Collection with data from an\n array\n','it expects an array representation of a Doctrine_Collection similar to the return value of the toArray() method. It will create Dectrine_Records that don't exist on the collection, update the ones that do and remove the ones missing in the $array','$array','','','','synchronize-with-array','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182538,147446,'getKeys','returns all keys','','','','','array','get-keys','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182539,147446,'getInsertDiff','','','','','','','get-insert-diff','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182540,147447,'key','returns the current key','','','','','integer','key','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182541,147447,'rewind','rewinds the iterator','','','','','','rewind','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182542,147447,'current','returns the current record','','','','','','current','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182543,147447,'__construct','constructor','','$collection','','','','construct','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182544,147447,'next','advances the internal pointer','','','','','','next','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182545,147448,'valid','','','','','','','valid','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182546,147449,'valid','','','','','returns\n whether or not the iteration will continue','boolean','valid','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182547,147450,'valid','','','','','','','valid','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182548,147451,'__construct','','','(\n \n ) $table','','','','construct','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182549,147451,'getLimit','','','','','','integer','get-limit','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182550,147451,'getIterator','','','','','','','get-iterator','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182551,147452,'contains','','','$name','','','boolean','contains','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182552,147452,'get','','','$name','','','mixed','get','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182553,147452,'getDefinition','','','','','','array','get-definition','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182554,147452,'__construct','','','$definition = array()','','','','construct','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182555,147452,'count','','','','','','integer','count','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182556,147452,'enumValue','','','$index, $field','','','mixed','enum-value','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182557,147452,'enumIndex','','','$field, $value','','','mixed','enum-index','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182558,147452,'getEnumValues','','','$field','','','array','get-enum-values','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182559,147452,'getIterator','','','','','','ArrayIterator','get-iterator','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182560,147452,'set','','','$name, $value','','','mixed','set','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1182561,147453,'compile','\n method for making a single file of most used doctrine runtime components\n including the compiled file instead of multiple files (in worst cases\n dozens of files) can improve performance by an order of magnitude\n','','$target = null, $includedDrivers = array()','throws\n Doctrine_Compiler_Exception if something went wrong during the compile operation','returns\n Path the compiled file was written to','$target','compile','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182562,147454,'setListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','returns\n this object','','set-listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182563,147454,'setParam','','','$name, $value, $namespace = null','','','','set-param','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182564,147454,'getCacheDriver','','','','','','','get-cache-driver','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182565,147454,'addRecordListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','returns\n this object','mixed','add-record-listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182566,147454,'getParams','','','$namespace = null','','','','get-params','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182567,147454,'getAttributes','getAttributes returns all attributes as an array','','','','','array','get-attributes','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182568,147454,'getImpl','getImpl returns the implementation for given class','','$template','','returns\n name of the concrete implementation','string','get-impl','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182569,147454,'getParam','','','$name, $value, $namespace','','','','get-param','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182570,147454,'getParent','getParent returns the parent of this component','','','','','','get-parent','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182571,147454,'getAttribute','returns the value of an attribute','','$attribute','','','mixed','get-attribute','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182572,147454,'setImpl','setImpl binds given class to given template name','this method is the base of Doctrine dependency injection','$template, $class','','returns\n this object','','set-impl','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182573,147454,'setRecordListener','setListener','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','returns\n this object','','set-record-listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182574,147454,'setParent','\n sets a parent for this configurable component the parent must be\n configurable component itself\n','','(\n \n ) $component','','','','set-parent','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182575,147454,'getRecordListener','getListener','','','','','','get-record-listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182576,147454,'getListener','','','','','','','get-listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182577,147454,'addListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','returns\n this object','mixed','add-listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182578,147454,'getParamNamespaces','','','','','','','get-param-namespaces','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182579,147454,'setAttribute','setAttribute sets a given attribute','
    \nsetAttribute(Doctrine::ATTR_PORTABILITY, Doctrine::PORTABILITY_ALL);\n\n // or\n\n $manager->setAttribute(\'portability\', Doctrine::PORTABILITY_ALL);\n\n // or\n\n $manager->setAttribute(\'portability\', \'all\');]]>\n   
    ','$attribute, $value','throws\n Doctrine_Exception if the value is invalid','','','set-attribute','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182580,147454,'setEventListener','','','(Doctrine_EventListener) $listener','','','','set-event-listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182581,147455,'incrementQueryCount','','','','','','','increment-query-count','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182582,147455,'getTables','returns an array of all initialized tables','','','','','array','get-tables','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182583,147455,'getDriverName','','Gets the name of the instance driver','','','','','get-driver-name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182584,147455,'update','Updates table row(s) with specified data','','$table, $values, $identifier','throws\n Doctrine_Connection_Exception if something went wrong at the database level','returns\n boolean false if empty value array was given, otherwise returns the number of affected rows','mixed','update','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182585,147455,'fetchArray','','','$statement, $params = array()','','','array','fetch-array','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182586,147455,'getDbh','returns the database handler of which this connection uses','','','','returns\n the database handler','PDO','get-dbh','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182587,147455,'getOption','','Retrieves option','$option','','','','get-option','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182588,147455,'exec','','','$query, $params = array()','','','','exec','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182589,147455,'getName','getName returns the name of this driver','','','','returns\n the name of this driver','string','get-name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182590,147455,'clear','clear clears all repositories','','','','','','clear','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182591,147455,'fetchColumn','','','$statement, $params = array(), $colnum','','','array','fetch-column','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182592,147455,'commit','\n commit Commit the database changes done during a transaction that is in\n progress or release a savepoint. This function may only be called when\n auto-committing is disabled, otherwise it will fail.\n','Listeners: onPreTransactionCommit, onTransactionCommit','$savepoint = null','throws\n Doctrine_Validator_Exception if the transaction fails due to record validations','returns\n false if commit couldn't be performed, true otherwise','boolean','commit','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182593,147455,'fetchBoth','','','$statement, $params = array()','','','array','fetch-both','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182594,147455,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nListeners: onPreTransactionBegin, onTransactionBegin','$savepoint = null','throws\n Doctrine_Transaction_Exception if the transaction fails at database level','returns\n current transaction nesting level','integer','begin-transaction','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182595,147455,'delete','deletes table row(s) matching the specified identifier','','$table, $identifier','throws\n Doctrine_Connection_Exception if something went wrong at the database level','returns\n The number of affected rows','integer','delete','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182596,147455,'convertBooleans','\n convertBooleans some drivers need the boolean values to be converted into\n integers when using DQL API\n','This method takes care of that conversion','$item','','','','convert-booleans','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182597,147455,'select','\n queries the database with limit and offset added to the query and returns\n a Doctrine_Connection_Statement object\n','','$query, $limit, $offset','','','','select','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182598,147455,'setName','','Sets the name of the connection','$name','','','','set-name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182599,147455,'errorInfo','\n errorInfo Fetch extended error information associated with the last\n operation on the database handle\n','','','','','array','error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182600,147455,'getAvailableDrivers','returns an array of available PDO drivers','','','','','','get-available-drivers','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182601,147455,'dropDatabase','','Method for dropping the database for the connection instance','','','returns\n Will return an instance of the exception thrown if the drop database fails, otherwise it returns a string detailing the success','mixed','drop-database','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182602,147455,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws\n Doctrine_Transaction_Exception if the rollback operation fails at database level','returns\n false if rollback couldn't be performed, true otherwise','boolean','rollback','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182603,147455,'rethrowException','','','$e, $invoker','throws\n Doctrine_Connection_Exception','','','rethrow-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182604,147455,'lastInsertId','','Returns the ID of the last inserted row, or the last value from a sequence object, depending on the underlying driver.\nNote: This method may not return a meaningful or consistent result across different drivers, because the underlying database may not e','$table = null, $field = null','','','','last-insert-id','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182605,147455,'getTransactionLevel','get the current transaction nesting level','','','','','integer','get-transaction-level','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182606,147455,'__toString','returns a string representation of this object','','','','','string','to-string','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182607,147455,'query','\n query queries the database using Doctrine Query Language returns a\n collection of Doctrine_Record objects\n','
    \nquery(\'SELECT u.* FROM User u\');\n\n $users = $conn->query(\'SELECT u.* FROM User u WHERE u.name LIKE ?\', array(\'someone\'));]]>\n   
    ','$query, $params = array(), $hydrationMode = null','','returns\n Collection of Doctrine_Record objects','','query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182608,147455,'fetchRow','','','$statement, $params = array()','','','array','fetch-row','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182609,147455,'close','close closes the connection','','','','','','close','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182610,147455,'__get','__get lazy loads given module and returns it','','$name','throws\n Doctrine_Connection_Exception if trying to get an unknown module','returns\n connection module','','get','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182611,147455,'supports','','','$feature','','returns\n whether or not this drivers supports given feature','boolean','supports','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182612,147455,'driverName','converts given driver name','','$name','','','','driver-name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182613,147455,'errorCode','\n errorCode Fetch the SQLSTATE associated with the last operation on the\n database handle\n','','','','','integer','error-code','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182614,147455,'standaloneQuery','','','$query, $params = array()','','','','standalone-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182615,147455,'quote','quote quotes given input parameter','','$input, $type = null','','','mixed','quote','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182616,147455,'fetchOne','','','$statement, $params = array(), $colnum','','','mixed','fetch-one','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182617,147455,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182618,147455,'getManager','returns the manager that created this connection','','','','','','get-manager','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182619,147455,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns\n quoted identifier string','string','quote-identifier','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182620,147455,'getTable','returns a table object for given component name','','$name','','','','get-table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182621,147455,'__construct','the constructor','','(\n \n ) $manager, (PDO|Doctrine_Adapter_Interface) $adapter, $user = null, $pass = null','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182622,147455,'getAttribute','getAttribute retrieves a database connection attribute','','$attribute','','','mixed','get-attribute','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182623,147455,'addTable','addTable adds a Doctrine_Table object into connection registry','','(\n \n ) $table','','','boolean','add-table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182624,147455,'setDateFormat','Set the date/time format for the current connection','','$format = null','','','','set-date-format','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182625,147455,'count','returns the count of initialized table objects','','','','','integer','count','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182626,147455,'execute','','','$query, $params = array()','','','','execute','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182627,147455,'insert','Inserts a table row with specified data.','','$table, $values','','returns\n boolean false if empty value array was given, otherwise returns the number of affected rows','mixed','insert','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182628,147455,'connect','connect connects into database','','','','','boolean','connect','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182629,147455,'replace','\n Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT\n query, except that if there is already a row in the table with the same\n key field values, the REPLACE query just updates its values instead of\n inserting a new row.\n','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL and SQLIte implement it natively, this type of query isemulated through this method for other DBMS using standard types of queries inside a transaction to a','$table, $fields, $keys','throws\n Doctrine_Connection_Exception if this driver doesn't support replace','returns\n number of rows affected','integer','replace','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182630,147455,'setOption','','Set option value','$option, $value','','','','set-option','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182631,147455,'getIterator','returns an iterator that iterators through all initialized table objects','
    \n $table) {\n      print $table;  // get a string representation of each table object\n }]]>\n   
    ','','','returns\n SPL ArrayIterator object','ArrayIterator','get-iterator','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182632,147455,'prepare','','','$statement','','','','prepare','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182633,147455,'flush','\n flush saves all the records from all tables this operation is isolated\n using a transaction\n','','','throws\n PDOException if something went wrong at database level','','','flush','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182634,147455,'fetchAssoc','','','$statement, $params = array()','','','array','fetch-assoc','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182635,147455,'createDatabase','','','','','','','create-database','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182636,147455,'queryOne','\n query queries the database using Doctrine Query Language and returns the\n first record found\n','
    \nqueryOne(\'SELECT u.* FROM User u WHERE u.id = ?\', array(1));\n\n $user = $conn->queryOne(\'SELECT u.* FROM User u WHERE u.name LIKE ? AND u.password = ?\',\n         array(\'someone\', \'password\')\n         );]]>\n   returns\n   Doctrine_Record object on success,                                   boolean false on failure','','query-one','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182637,147455,'fetchAll','','','$statement, $params = array()','','','array','fetch-all','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182638,147455,'create','create  creates a record','create                       creates a record','$name','','returns\n   Doctrine_Record object','','create','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182639,147455,'hasTable','hasTable  whether or not this connection has table $name initialized','','$name','','','boolean','has-table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182640,147455,'setAttribute','setAttribute  sets an attribute','','$attribute, $value','','','boolean','set-attribute','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182641,147455,'evictTables','evictTables  evicts all tables','','','','','','evict-tables','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182642,147456,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','','','modify-limit-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182643,147457,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit, $offset','','returns\n   the modified query','string','modify-limit-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182644,147458,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns\n   error message, or false if the error code was                   not recognized','string','error-message','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182645,147458,'getPortableCode','getPortableCode  returns portable error code','','','','returns\n   portable error code','integer','get-portable-code','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182646,147458,'getPortableMessage','getPortableMessage  returns portable error message','','','','returns\n   portable error message','string','get-portable-message','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182647,147459,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182648,147459,'__construct','the constructor','','(\n       \n      ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182649,147459,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit, $offset','','returns\n   modified  query','string','modify-limit-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182650,147460,'processErrorInfo','\n   This method checks if native error code/message can be  converted into a\n   portable code and then adds this  portable error code to errorInfo array\n   and returns the modified array\n','the portable error code is added at the end of array','$errorInfo','','','array','process-error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182651,147461,'__construct','the constructor','','(\n       \n      ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182652,147462,'__construct','the constructor','','(\n       \n      ) $manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182653,147463,'getModuleName','getModuleName  returns the name of this module','','','','returns\n   the name of this module','string','get-module-name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182654,147463,'__construct','','','(Doctrine_Connection) $conn = null','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182655,147463,'getConnection','getConnection  returns the connection object this module uses','','','','','','get-connection','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182656,147464,'checkSequence','Checks if there's a sequence that exists.','','$seqName, $seq_name','','returns\n   The value if the table exists or not','boolean','check-sequence','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182657,147464,'getServerVersion','return version information about the server','','$native = false','','returns\n   array/string with version information or MDB2 error object','mixed','get-server-version','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182658,147464,'quoteIdentifier','\n   quoteIdentifier  Quote a string so it can be safely used as a table /\n   column name\n','Quoting style depends on which database driver is being used.','$identifier, $checkOption = false','','returns\n   quoted identifier string','string','quote-identifier','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182659,147464,'__construct','the constructor','','(\n       \n      ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182660,147464,'modifyLimitQuery','Adds an adapter-specific LIMIT clause to the SELECT statement.','[ borrowed from Zend Framework ]','$query, $limit, $offset, $isManip = false','','','string','modify-limit-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182661,147465,'processErrorInfo','\n   This method checks if native error code/message can be  converted into a\n   portable code and then adds this  portable error code to $portableCode\n   field\n','','$errorInfo','','returns\n   whether or not the error info processing was successfull                               (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182662,147466,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182663,147466,'__construct','the constructor','','(\n       \n      ) $manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182664,147466,'replace','\n   Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT\n   query, except that if there is already a row in the table with the same\n   key field values, the REPLACE query just updates its values instead of\n   inserting a new row.\n','The REPLACE type of query does not make part of the SQL standards. Since  practically only MySQL implements it natively, this type of query is  emulated through this method for other DBMS using standard types of  queries inside a transaction to assure the','$table, $fields, $keys','','returns\n   the number of affected rows','integer','replace','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182665,147467,'processErrorInfo','\n   This method checks if native error code/message can be  converted into a\n   portable code and then adds this  portable error code to $portableCode\n   field\n','','$errorInfo','','returns\n   whether or not the error info processing was successfull                               (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182666,147468,'__construct','','','(\n       \n      ) $manager, $adapter','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182667,147468,'setDateFormat','Sets up the date/time format','','$format = 'YYYY-MM-DD HH24:MI:SS'','','','','set-date-format','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182668,147468,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit, $offset','','returns\n   the modified query','string','modify-limit-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182669,147469,'processErrorInfo','\n   This method checks if native error code/message can be  converted into a\n   portable code and then adds this  portable error code to $portableCode\n   field\n','','$errorInfo','','returns\n   whether or not the error info processing was successfull                               (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182670,147470,'convertBooleans','\n   convertBoolean  some drivers need the boolean values to be converted into\n   integers  when using DQL API\n','This method takes care of that conversion','$item','','','','convert-booleans','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182671,147470,'getServerVersion','return version information about the server','','$native = false','','returns\n   an array or string with version information','array|string','get-server-version','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182672,147470,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182673,147470,'__construct','the constructor','','(\n       \n      ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182674,147470,'modifyLimitQuery','Changes a query string for various DBMS specific reasons','','$query, $limit = false, $offset = false, $isManip = false','','returns\n   modified query','string','modify-limit-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182675,147471,'processErrorInfo','\n   This method checks if native error code/message can be  converted into a\n   portable code and then adds this  portable error code to $portableCode\n   field\n','the portable error code is added at the end of array','$errorInfo','','returns\n   whether or not the error info processing was successfull                               (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182676,147472,'pop','pop the last event from the event stack','','','','','','pop','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182677,147472,'getAll','getAll  returns all profiled events as an array','','','','returns\n   all events in an array','array','get-all','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182678,147472,'__call','\n   method overloader  this method is used for invoking different listeners,\n   for the full  list of availible listeners, see Doctrine_EventListener\n','','$m, $a','','','boolean','call','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182679,147472,'get','','','$key','','','','get','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182680,147472,'__construct','constructor','','','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182681,147472,'lastEvent','\n   Get the Doctrine_Event object for the last query that was run, regardless\n   if it has  ended or not. If the event has not ended, it's end time\n   will be Null.\n','','','','','','last-event','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182682,147472,'count','','','','','','integer','count','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182683,147472,'getIterator','getIterator  returns an iterator that iterates through the logged events','','','','','ArrayIterator','get-iterator','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182684,147472,'setFilterQueryType','','','$filter','','','boolean','set-filter-query-type','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182685,147473,'dropDatabase','','','','','','','drop-database','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182686,147473,'__construct','the constructor','','(\n       \n      ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182687,147473,'connect','initializes database functions missing in sqlite','','','','','','connect','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182688,147473,'createDatabase','','','','','','','create-database','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182689,147474,'processErrorInfo','\n   This method checks if native error code/message can be  converted into a\n   portable code and then adds this  portable error code to $portableCode\n   field\n','','$errorInfo','','returns\n   whether or not the error info processing was successfull                               (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182690,147475,'rowCount','\n   rowCount  rowCount() returns the number of rows affected by the last\n   DELETE, INSERT, or UPDATE statement  executed by the corresponding object.\n','If the last SQL statement executed by the associated Statement object was a SELECT statement,  some databases may return the number of rows returned by that statement. However,  this behaviour is not guaranteed for all databases and should not be  relied ','','','returns\n   Returns the number of rows.','integer','row-count','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182691,147475,'closeCursor','\n   closeCursor  Closes the cursor, enabling the statement to be executed\n   again.\n','','','','returns\n   Returns TRUE on success or FALSE on failure.','boolean','close-cursor','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182692,147475,'fetchColumn','\n   fetchColumn  Returns a single column from the next row of a  result set or\n   FALSE if there are no more rows.\n','','$columnIndex','','returns\n   returns a single column in the next row of a result set.','string','fetch-column','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182693,147475,'errorInfo','\n   errorInfo  Fetch extended error information associated with the last\n   operation on the statement handle\n','','','','returns\n   error info array','array','error-info','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182694,147475,'fetchObject','fetchObject  Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to  Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns\n   an instance of the required class with property names that correspond                                       to the column names or FALSE in case of an error.','mixed','fetch-object','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182695,147475,'getStatement','','','','','','','get-statement','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182696,147475,'setFetchMode','setFetchMode  Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns\n   Returns 1 on success or FALSE on failure.','boolean','set-fetch-mode','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182697,147475,'errorCode','\n   errorCode  Fetch the SQLSTATE associated with the last operation on the\n   statement handle\n','','','','returns\n   error code string','string','error-code','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182698,147475,'fetch','','','$fetchMode = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null, $fetchStyle','','','mixed','fetch','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182699,147475,'columnCount','columnCount  Returns the number of columns in the result set','','','','returns\n   Returns the number of columns in the result set represented                               by the Doctrine_Adapter_Statement_Interface object. If there is no result set,                               this method should return 0.','integer','column-count','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182700,147475,'bindColumn','bindColumn  Bind a column to a PHP variable','','$column, $param, $type = null','','returns\n   Returns TRUE on success or FALSE on failure','boolean','bind-column','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182701,147475,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the  SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(),  the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns\n   Returns TRUE on success or FALSE on failure.','boolean','bind-param','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182702,147475,'getQuery','','','','','','','get-query','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182703,147475,'__construct','constructor','','(\n       \n      ) $conn, $stmt','','','','construct','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182704,147475,'getAttribute','getAttribute  Retrieve a statement attribute','','$attribute','','returns\n   the attribute value','mixed','get-attribute','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182705,147475,'execute','execute  Executes a prepared statement','If the prepared statement included parameter markers, you must either:  call PDOStatement->bindParam() to bind PHP variables to the parameter markers:  bound variables pass their value as input and receive the output value,  if any, of their associated','$params = null','','returns\n   Returns TRUE on success or FALSE on failure.','boolean','execute','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182706,147475,'getColumnMeta','getColumnMeta  Returns metadata for a column in a result set','','$column','','returns\n   

    Associative meta data array with the following structure:

    \n

    native_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represen','array','get-column-meta','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182707,147475,'getConnection','getConnection returns the connection object this statement uses','','','','','','get-connection','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182708,147475,'bindValue','\n bindValue Binds a value to a corresponding named or question mark\n placeholder in the SQL statement that was use to prepare the statement.\n','','$param, $value, $type = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-value','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182709,147475,'nextRowset','nextRowset Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','next-rowset','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182710,147475,'fetchAll','fetchAll Returns an array containing all of the result set rows','','$fetchMode = Doctrine::FETCH_BOTH, $columnIndex = null','','','array','fetch-all','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182711,147475,'setAttribute','setAttribute Set a statement attribute','','$attribute, $value','','returns\n Returns TRUE on success or FALSE on failure.','boolean','set-attribute','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182712,147476,'update','updates given record','','(\n \n ) $record','','returns\n whether or not the update was successful','boolean','update','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182713,147476,'saveAll','saveAll persists all the pending records from all tables','','','throws\n PDOException if something went wrong at database level','','','save-all','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182714,147476,'processSingleInsert','','','(\n \n ) $record','','','','process-single-insert','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182715,147476,'deleteComposites','\n deletes all related composites this method is always called internally\n when a record is deleted\n','','(\n \n ) $record','throws\n PDOException if something went wrong at database level','','','delete-composites','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182716,147476,'saveAssociations','','this method takes a diff of one-to-many / many-to-many original and current collections and applies the changes\nfor example if original many-to-many related collection has records with primary keys 1,2 and 3 and the new collection has records with prima','(\n \n ) $record','throws\n Doctrine_Connection_Exception if something went wrong at database level','','','save-associations','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182717,147476,'deleteRecord','','','(\n \n ) $record','','','','delete-record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182718,147476,'delete','\n deletes given record and all the related composites this operation is\n isolated by a transaction\n','this event can be listened by the onPreDelete and onDelete listeners','(\n \n ) $record','','returns\n true on success, false on failure','boolean','delete','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182719,147476,'saveGraph','saves the given record','','(\n \n ) $record','','','','save-graph','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182720,147476,'save','saves the given record','','(\n \n ) $record','','','','save','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182721,147476,'deleteMultiple','deleteMultiple deletes all records from the pending delete list','','$records','','','','delete-multiple','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182722,147476,'insert','inserts a record into database','','(\n \n ) $record','','','boolean','insert','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182723,147476,'formatDataSet','','','(\n \n ) $record','','','','format-data-set','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182724,147476,'buildFlushTree','buildFlushTree builds a flush tree that is used in transactions','The returned array has all the initialized components in 'correct' order. Basically this means that the records of those components can be saved safely in the order specified by the returned array.','$tables','','returns\n an array of component names in flushing order','array','build-flush-tree','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182725,147476,'saveRelated','saveRelated saves all related records to $record','','(\n \n ) $record','throws\n PDOException if something went wrong at database level','','','save-related','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182726,147477,'getFormats','','Get array of available formats','','','','','get-formats','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182727,147477,'importData','','Interface for importing data from fixture files to Doctrine models','$directory, $format = 'yml', $models = array()','','','','import-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182728,147477,'isRelation','','Check if a fieldName on a Doctrine_Record is a relation, if it is we return that relationData','(\n \n ) $record, $fieldName, $Doctrine_Record','','','','is-relation','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182729,147477,'getModels','','Get the array of specified models to work with','','','','','get-models','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182730,147477,'setModels','','Set the array of specified models to work with','$models','','','','set-models','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182731,147477,'getFormat','','Get the current format we are working with','','','','','get-format','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182732,147477,'setFormat','','Set the current format we are working with','$format','','','','set-format','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182733,147477,'exportData','','Interface for exporting data to fixtures files from Doctrine models','$directory, $format = 'yml', $models = array(), $_exportIndividualFiles = false','','','','export-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182734,147477,'getDirectory','','Get directory for dumping/loading data from and to','','','','','get-directory','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182735,147477,'importDummyData','','Interface for importing dummy data to models','$num = 3, $models = array()','','','','import-dummy-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182736,147477,'setDirectory','','Set the array/string of directories or yml file paths','$directory','','','','set-directory','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182737,147477,'purge','','Purge all data for loaded models or for the passed array of Doctrine_Records','$models = null','','','','purge','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182738,147477,'exportIndividualFiles','_exportIndividualFiles','Set/Get whether or not to export individual files','$bool = null','','','bool','export-individual-files','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182739,147478,'dumpData','','Dump the prepared data to the fixtures files','$data, $array','','','','dump-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182740,147478,'__construct','constructor','','$directory','','','','construct','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182741,147478,'prepareData','','Prepare the raw data to be exported with the parser','$data','','','array','prepare-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182742,147478,'doExport','','','','','','','do-export','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182743,147479,'doImportDummyData','','','$num = 3','','','','do-import-dummy-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182744,147479,'_loadData','loadData','','$array','','','','load-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182745,147479,'doImport','','','','','','','do-import','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182746,147479,'_buildRows','','','$className, $data','','','','build-rows','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182747,147479,'populateDummyRecord','','','(\n \n ) $record','','','','populate-dummy-record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182748,147479,'__construct','constructor','','$directory = null','','','','construct','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182749,147479,'_processRow','','','$rowKey, $row','','','','process-row','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182750,147479,'_loadNestedSetData','','','$model, $nestedSetData, $parent = null','','','','load-nested-set-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182751,147479,'_buildNestedSetRows','','','$className, $data','','','','build-nested-set-rows','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182752,147480,'compareDefinition','Obtain an array of changes that may need to applied','','$current, $previous','','returns\n containing all changes that will need to be applied','array','compare-definition','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182753,147480,'parseBoolean','\n parseBoolean parses a literal boolean value and returns proper sql\n equivalent\n','','$value','','returns\n parsed boolean value','string','parse-boolean','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182754,147481,'getCharsetFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\n field declaration to be used in statements like CREATE TABLE.\n','','$charset','','returns\n DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','get-charset-field-declaration','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182755,147481,'getCollationFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the COLLATION of a\n field declaration to be used in statements like CREATE TABLE.\n','','$collation','','returns\n DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','get-collation-field-declaration','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182756,147481,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182757,147481,'getPortableDeclaration','\n Maps a native array description of a field to a Doctrine datatype and\n length\n','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182758,147482,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182759,147483,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182760,147483,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182761,147484,'getIntegerDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an integer type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-integer-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182762,147484,'getCharsetFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\n field declaration to be used in statements like CREATE TABLE.\n','','$charset','','returns\n DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','get-charset-field-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182763,147484,'getCollationFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the COLLATION of a\n field declaration to be used in statements like CREATE TABLE.\n','','$collation','','returns\n DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','get-collation-field-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182764,147484,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182765,147484,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182766,147485,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182767,147485,'getPortableDeclaration','\n Maps a native array description of a field to a doctrine datatype and\n length\n','','$field','throws\n Doctrine_DataDict_Oracle_Exception','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182768,147486,'getIntegerDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an integer type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-integer-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182769,147486,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182770,147486,'getPortableDeclaration','\n Maps a native array description of a field to a portable Doctrine datatype\n and length\n','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182771,147486,'parseBoolean','\n parseBoolean parses a literal boolean value and returns proper sql\n equivalent\n','','$value','','returns\n parsed boolean value','string','parse-boolean','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182772,147487,'getIntegerDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an integer type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-integer-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182773,147487,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182774,147487,'getPortableDeclaration','Maps a native array description of a field to Doctrine datatype and length','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182775,147488,'getName','','','','','','','get-name','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182776,147488,'getDefaultLength','','','','','','','get-default-length','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182777,147488,'__construct','','','','','','','construct','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182778,147489,'__construct','','','','','','','construct','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182779,147490,'getName','getName returns the name of this event','','','','returns\n the name of this event','string','get-name','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182780,147490,'getCode','','','','','returns\n returns the code associated with this event','integer','get-code','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182781,147490,'getParams','getParams returns the parameters of the query','','','','returns\n parameters of the query','array','get-params','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182782,147490,'start','start starts the internal timer of this event','','','','returns\n this object','','start','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182783,147490,'__get','getOption returns the value of an option','','$option','','','mixed','get','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182784,147490,'getQuery','','','','','returns\n returns the query associated with this event (if any)','string','get-query','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182785,147490,'__construct','constructor','','(Doctrine_Connection|Doctrine_Connection_Statement|) $invoker, $code, $query = null, $params = array()','','','','construct','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182786,147490,'getInvoker','getInvoker returns the handler that invoked this event','','','','returns\n Doctrine_Connection_UnitOfWork|Doctrine_Transaction the handler that invoked this event','','get-invoker','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182787,147490,'end','end ends the internal timer of this event','','','','returns\n this object','','end','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182788,147490,'set','setOption sets the value of an option by reference','','$option, [[[amp]]]$value, $value','','returns\n this object','','set','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182789,147490,'hasEnded','hasEnded whether or not this event has ended','','','','','boolean','has-ended','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182790,147490,'getElapsedSecs','\n Get the elapsed time (in microseconds) that the event ran. If the event\n has not yet ended, return false.\n','','','','','mixed','get-elapsed-secs','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182791,147490,'__set','setOption sets the value of an option','','$option, $value','','returns\n this object','','set','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182792,147490,'skipOperation','\n skipOperation skips the next operation an alias for\n __set('skipOperation', true)\n','','','','returns\n this object','','skip-operation','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182793,147491,'postSavepointRollback','','','(\n \n ) $event','','','','post-savepoint-rollback','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182794,147491,'postTransactionRollback','','','(\n \n ) $event','','','','post-transaction-rollback','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182795,147491,'postClose','','','(\n \n ) $event','','','','post-close','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182796,147491,'postSavepointCommit','','','(\n \n ) $event','','','','post-savepoint-commit','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182797,147491,'preTransactionBegin','','','(\n \n ) $event','','','','pre-transaction-begin','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182798,147491,'preSavepointRollback','','','(\n \n ) $event','','','','pre-savepoint-rollback','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182799,147491,'preFetch','','','(\n \n ) $event','','','','pre-fetch','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182800,147491,'postExec','','','(\n \n ) $event','','','','post-exec','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182801,147491,'preConnect','','','(\n \n ) $event','','','','pre-connect','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182802,147491,'preSavepointCreate','','','(\n \n ) $event','','','','pre-savepoint-create','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182803,147491,'preTransactionCommit','','','(\n \n ) $event','','','','pre-transaction-commit','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182804,147491,'preError','','','(\n \n ) $event','','','','pre-error','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182805,147491,'preStmtExecute','','','(\n \n ) $event','','','','pre-stmt-execute','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182806,147491,'onCollectionDelete','','','(\n \n ) $collection','','','','on-collection-delete','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182807,147491,'prePrepare','','','(\n \n ) $event','','','','pre-prepare','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182808,147491,'postSavepointCreate','','','(\n \n ) $event','','','','post-savepoint-create','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182809,147491,'preFetchAll','','','(\n \n ) $event','','','','pre-fetch-all','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182810,147491,'preClose','','','(\n \n ) $event','','','','pre-close','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182811,147491,'preSavepointCommit','','','(\n \n ) $event','','','','pre-savepoint-commit','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182812,147491,'preQuery','','','(\n \n ) $event','','','','pre-query','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182813,147491,'postTransactionBegin','','','(\n \n ) $event','','','','post-transaction-begin','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182814,147491,'postStmtExecute','','','(\n \n ) $event','','','','post-stmt-execute','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182815,147491,'preTransactionRollback','','','(\n \n ) $event','','','','pre-transaction-rollback','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182816,147491,'postError','','','(\n \n ) $event','','','','post-error','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182817,147491,'postConnect','','','(\n \n ) $event','','','','post-connect','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182818,147491,'postFetchAll','','','(\n \n ) $event','','','','post-fetch-all','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182819,147491,'postFetch','','','(\n \n ) $event','','','','post-fetch','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182820,147491,'onOpen','','','(\n \n ) $connection','','','','on-open','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182821,147491,'postPrepare','','','(\n \n ) $event','','','','post-prepare','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182822,147491,'onPreCollectionDelete','','','(\n \n ) $collection','','','','on-pre-collection-delete','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182823,147491,'postTransactionCommit','','','(\n \n ) $event','','','','post-transaction-commit','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182824,147491,'preExec','','','(\n \n ) $event','','','','pre-exec','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182825,147491,'postQuery','','','(\n \n ) $event','','','','post-query','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182826,147492,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182827,147492,'onSleep','onSleep an event invoked when Doctrine_Record is serialized','','(\n \n ) $record','','','','on-sleep','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182828,147492,'postTransactionRollback','\n onTransactionRollback an event invoked after a Doctrine_Connection\n transaction is being rolled back\n','','(\n \n ) $event','','','','post-transaction-rollback','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182829,147492,'postClose','postClose an event invoked after Doctrine_Connection is closed','','(\n \n ) $event','','','','post-close','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182830,147492,'preTransactionBegin','\n onTransactionBegin an event invoked before a Doctrine_Connection\n transaction is being started\n','','(\n \n ) $event','','','','pre-transaction-begin','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182831,147492,'preFetch','','','(\n \n ) $event','','','','pre-fetch','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182832,147492,'postExec','','','(\n \n ) $event','','','','post-exec','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182833,147492,'preConnect','','','(\n \n ) $event','','','','pre-connect','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182834,147492,'get','returns a Doctrine_EventListener on success and null on failure','','$key','','','mixed','get','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182835,147492,'preTransactionCommit','\n onPreTransactionCommit an event invoked before a Doctrine_Connection\n transaction is committed\n','','(\n \n ) $event','','','','pre-transaction-commit','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182836,147492,'onPreLoad','\n onPreLoad an event invoked when Doctrine_Record is being loaded from\n database but not yet initialized\n','','(\n \n ) $record','','','','on-pre-load','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182837,147492,'preError','','','(\n \n ) $event','','','','pre-error','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182838,147492,'preStmtExecute','','','(\n \n ) $event','','','','pre-stmt-execute','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182839,147492,'onCollectionDelete','\n onCollectionDelete an event invoked after a Doctrine_Collection is being\n deleted\n','','(\n \n ) $collection','','','','on-collection-delete','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182840,147492,'prePrepare','','','(\n \n ) $event','','','','pre-prepare','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182841,147492,'onLoad','onLoad an event invoked when Doctrine_Record is being loaded from database','','(\n \n ) $record','','','','on-load','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182842,147492,'preFetchAll','','','(\n \n ) $event','','','','pre-fetch-all','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182843,147492,'preClose','preClose an event invoked before Doctrine_Connection is closed','','(\n \n ) $event','','','','pre-close','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182844,147492,'preQuery','','','(\n \n ) $event','','','','pre-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182845,147492,'postTransactionBegin','\n onTransactionBegin an event invoked after a Doctrine_Connection\n transaction has been started\n','','(\n \n ) $event','','','','post-transaction-begin','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182846,147492,'postStmtExecute','','','(\n \n ) $event','','','','post-stmt-execute','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182847,147492,'preTransactionRollback','\n onPreTransactionRollback an event invoked before a Doctrine_Connection\n transaction is being rolled back\n','','(\n \n ) $event','','','','pre-transaction-rollback','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182848,147492,'postError','','','(\n \n ) $event','','','','post-error','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182849,147492,'set','','','$key, (\n \n ) $listener','','','','set','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182850,147492,'onWakeUp','onWakeUp an event invoked when Doctrine_Record is unserialized','','(\n \n ) $record','','','','on-wake-up','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182851,147492,'postConnect','','','(\n \n ) $event','','','','post-connect','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182852,147492,'postFetchAll','','','(\n \n ) $event','','','','post-fetch-all','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182853,147492,'postFetch','','','(\n \n ) $event','','','','post-fetch','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182854,147492,'onOpen','onOpen an event invoked after Doctrine_Connection is opened','','(\n \n ) $connection','','','','on-open','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182855,147492,'postPrepare','','','(\n \n ) $event','','','','post-prepare','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182856,147492,'onPreCollectionDelete','\n onCollectionDelete an event invoked after a Doctrine_Collection is being\n deleted\n','','(\n \n ) $collection','','','','on-pre-collection-delete','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182857,147492,'postTransactionCommit','\n onTransactionCommit an event invoked after a Doctrine_Connection\n transaction is committed\n','','(\n \n ) $event','','','','post-transaction-commit','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182858,147492,'preExec','','','(\n \n ) $event','','','','pre-exec','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182859,147492,'postQuery','','','(\n \n ) $event','','','','post-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182860,147493,'postTransactionRollback','','','(\n \n ) $event','','','','post-transaction-rollback','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182861,147493,'preTransactionBegin','','','(\n \n ) $event','','','','pre-transaction-begin','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182862,147493,'preFetch','','','(\n \n ) $event','','','','pre-fetch','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182863,147493,'postExec','','','(\n \n ) $event','','','','post-exec','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182864,147493,'preConnect','','','(\n \n ) $event','','','','pre-connect','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182865,147493,'preTransactionCommit','','','(\n \n ) $event','','','','pre-transaction-commit','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182866,147493,'preError','','','(\n \n ) $event','','','','pre-error','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182867,147493,'preStmtExecute','','','(\n \n ) $event','','','','pre-stmt-execute','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182868,147493,'prePrepare','','','(\n \n ) $event','','','','pre-prepare','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182869,147493,'preFetchAll','','','(\n \n ) $event','','','','pre-fetch-all','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182870,147493,'preQuery','','','(\n \n ) $event','','','','pre-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182871,147493,'postTransactionBegin','','','(\n \n ) $event','','','','post-transaction-begin','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182872,147493,'postStmtExecute','','','(\n \n ) $event','','','','post-stmt-execute','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182873,147493,'preTransactionRollback','','','(\n \n ) $event','','','','pre-transaction-rollback','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182874,147493,'postError','','','(\n \n ) $event','','','','post-error','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182875,147493,'postConnect','','','(\n \n ) $event','','','','post-connect','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182876,147493,'postFetchAll','','','(\n \n ) $event','','','','post-fetch-all','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182877,147493,'postFetch','','','(\n \n ) $event','','','','post-fetch','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182878,147493,'postPrepare','','','(\n \n ) $event','','','','post-prepare','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182879,147493,'postTransactionCommit','','','(\n \n ) $event','','','','post-transaction-commit','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182880,147493,'preExec','','','(\n \n ) $event','','','','pre-exec','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182881,147493,'postQuery','','','(\n \n ) $event','','','','post-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182882,147494,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns\n error message','string','error-message','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182883,147495,'exportSchema','exportSchema method for exporting Doctrine_Record classes to a schema','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-schema','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182884,147495,'dropDatabaseSql','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','drop-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182885,147495,'createConstraintSql','create a constraint on a table','','$table, $name, $definition','','','','create-constraint-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182886,147495,'dropSequence','\n dropSequenceSql drop existing sequence (this method is implemented by the\n drivers)\n','','$sequenceName','throws\n Doctrine_Connection_Exception if something fails at database level','','','drop-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182887,147495,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','string','create-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182888,147495,'getDeclaration','\n Obtain DBMS specific SQL code portion needed to declare a generic type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182889,147495,'createTableSql','create a new table','','$name, $fields, $options = array()','','','string','create-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182890,147495,'getDefaultFieldDeclaration','\n getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\n a default value declaration to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion needed to set a default value','string','get-default-field-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182891,147495,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182892,147495,'dropDatabase','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','drop-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182893,147495,'exportClassesSql','exportClassesSql method for exporting Doctrine_Record classes to a schema','','$classes','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-classes-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182894,147495,'getCharsetFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\n field declaration to be used in statements like CREATE TABLE.\n','','$charset','','returns\n DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','get-charset-field-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182895,147495,'getCollationFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the COLLATION of a\n field declaration to be used in statements like CREATE TABLE.\n','','$collation','','returns\n DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','get-collation-field-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182896,147495,'dropIndex','drop existing index','','$table, $name','','','','drop-index','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182897,147495,'dropSequenceSql','dropSequenceSql drop existing sequence','','$sequenceName','throws\n Doctrine_Connection_Exception if something fails at database level','','','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182898,147495,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','create-constraint','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182899,147495,'alterTableSql','\n generates the sql for altering an existing table (this method is\n implemented by the drivers)\n','','$name, $changes, $check = false','','','string','alter-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182900,147495,'exportTable','\n exportTable exports given table into database based on column and option\n definitions\n','','(\n \n ) $table','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','returns\n whether or not the export operation was successful false if table already existed in the database','boolean','export-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182901,147495,'getForeignKeyBaseDeclaration','\n getForeignKeyBaseDeclaration Obtain DBMS specific SQL code portion needed\n to set the FOREIGN KEY constraint of a field declaration to be used in\n statements like CREATE TABLE.\n','','$definition','','','string','get-foreign-key-base-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182902,147495,'createForeignKeySql','','','$table, $definition','','','string','create-foreign-key-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182903,147495,'getCheckDeclaration','\n Obtain DBMS specific SQL code portion needed to set a CHECK constraint\n declaration to be used in statements like CREATE TABLE.\n','','$definition','','returns\n DBMS specific SQL code portion needed to set a CHECK constraint','string','get-check-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182904,147495,'exportClasses','exportClasses method for exporting Doctrine_Record classes to a schema','','$classes','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-classes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182905,147495,'dropTable','dropTable drop an existing table','','$table','','','','drop-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182906,147495,'exportPluginsSql','exportPluginsSql exports plugin tables for given table','','(\n \n ) $table','','returns\n an array of sql strings','array','export-plugins-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182907,147495,'exportSql','\n exportSql returns the sql for exporting Doctrine_Record classes to a\n schema\n','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182908,147495,'getForeignKeyReferentialAction','','returns given referential action in uppercase if valid, otherwise throws an exception','$action, 1','throws\n Doctrine_Exception_Exception if unknown referential action given','','','get-foreign-key-referential-action','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182909,147495,'alterTable','alter an existing table (this method is implemented by the drivers)','','$name, $changes, $check = false','','','','alter-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182910,147495,'dropIndexSql','','','$table, $name','','returns\n SQL that is used for dropping an index','string','drop-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182911,147495,'dropTableSql','dropTableSql drop an existing table','','$table','','','string','drop-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182912,147495,'dropConstraint','drop existing constraint','','$table, $name, $primary = false','','','','drop-constraint','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182913,147495,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','throws\n Doctrine_Connection_Exception if something fails at database level','','','create-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182914,147495,'createIndex','Get the stucture of a field into an array','','$table, $name, $definition','','','','create-index','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182915,147495,'getUniqueFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the UNIQUE constraint\n of a field declaration to be used in statements like CREATE TABLE.\n','','','','returns\n DBMS specific SQL code portion needed to set the UNIQUE constraint of a field declaration.','string','get-unique-field-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182916,147495,'getForeignKeyDeclaration','\n getForeignKeyDeclaration Obtain DBMS specific SQL code portion needed to\n set the FOREIGN KEY constraint of a field declaration to be used in\n statements like CREATE TABLE.\n','','$definition','','returns\n DBMS specific SQL code portion needed to set the FOREIGN KEY constraint of a field declaration.','string','get-foreign-key-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182917,147495,'getTemporaryTableQuery','\n A method to return the required SQL string that fits between CREATE ...\n TABLE to create the table as a temporary table.\n','Should be overridden in driver classes to return the correct string for the specific database type.\nThe default is to return the string "TEMPORARY" - this will result in a SQL error for any database that does not support temporary tables, or t','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182918,147495,'dropForeignKey','drop existing foreign key','','$table, $name','','','','drop-foreign-key','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182919,147495,'createSequenceSql','\n return RDBMS specific create sequence statement (this method is\n implemented by the drivers)\n','','$seqName, $start = 1, $options = array()','throws\n Doctrine_Connection_Exception if something fails at database level','','string','create-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182920,147495,'getIndexDeclaration','\n Obtain DBMS specific SQL code portion needed to set an index declaration\n to be used in statements like CREATE TABLE.\n','','$name, $definition','','returns\n DBMS specific SQL code portion needed to set an index','string','get-index-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182921,147495,'createDatabase','create a new database (this method is implemented by the drivers)','','$database, $name','','','','create-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182922,147495,'createForeignKey','','','$table, $definition','','','string','create-foreign-key','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182923,147495,'getFieldDeclarationList','Get declaration of a number of field in bulk','','$fields','','','string','get-field-declaration-list','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182924,147495,'createTable','create a new table','','$name, $fields, $options = array()','','','','create-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182925,147495,'createDatabaseSql','create a new database (this method is implemented by the drivers)','','$database, $name','','','string','create-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182926,147495,'getIndexFieldDeclarationList','\n getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\n to set an index declaration to be used in statements like CREATE TABLE.\n','','$fields','','','string','get-index-field-declaration-list','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182927,147496,'_dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','drop-autoincrement','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182928,147496,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','','create-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182929,147496,'checkSupportedChanges','Check if planned changes are supported','','[[[amp]]]$changes, $name','','','','check-supported-changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182930,147496,'dropDatabase','drop an existing database','','$name','','','','drop-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182931,147496,'dropSequenceSql','drop existing sequence','','$seqName','','','','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182932,147496,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','create-constraint','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182933,147496,'dropTable','drop an existing table','','$name','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','drop-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182934,147496,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','alter-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182935,147496,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','create-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182936,147496,'getTemporaryTableQuery','\n A method to return the required SQL string that fits between CREATE ...\n TABLE to create the table as a temporary table.\n','','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182937,147496,'createDatabase','create a new database','','$name','','','','create-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182938,147496,'createTable','create a new table','','$name, $fields, $options = array()','','','','create-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182939,147496,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = null','','','','make-autoincrement','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182940,147497,'dropDatabaseSql','drop an existing database','','$name','','','string','drop-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182941,147497,'dropSequenceSql','drop existing sequence','','$seqName','','','string','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182942,147497,'alterTable','alter an existing table','','$name, $changes, $check = false','','','boolean','alter-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182943,147497,'dropIndexSql','drop existing index','','$table, $name','','','boolean','drop-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182944,147497,'dropTableSql','drop an existing table','','$name, $this->conns','','','string','drop-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182945,147497,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array(), $seqName','','','','create-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182946,147497,'createDatabaseSql','create a new database','','$name','','','string','create-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182947,147498,'dropDatabase','drop an existing database','','$name','','','','drop-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182948,147498,'dropSequenceSql','This function drops an existing sequence','','$seqName','','','','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182949,147498,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','alter-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182950,147498,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','string','create-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182951,147498,'getTemporaryTableQuery','Override the parent method.','','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182952,147498,'createDatabase','create a new database','','$name','','','','create-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182953,147499,'dropDatabaseSql','drop an existing database','','$name','','','string','drop-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182954,147499,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws\n PDOException','','','create-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182955,147499,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','create-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182956,147499,'getDefaultFieldDeclaration','\n getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\n a default value declaration to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion needed to set a default value','string','get-default-field-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182957,147499,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182958,147499,'alterTableSql','alter an existing table','','$name, $changes, $check = false','','','boolean','alter-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182959,147499,'dropIndexSql','drop existing index','','$table, $name','','','','drop-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182960,147499,'dropTableSql','dropTable','','$table','throws\n PDOException','','','drop-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182961,147499,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array()','','','boolean','create-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182962,147499,'dropForeignKey','','','$table, $name','','','','drop-foreign-key','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182963,147499,'getIndexDeclaration','\n Obtain DBMS specific SQL code portion needed to set an index declaration\n to be used in statements like CREATE TABLE.\n','','$name, $definition, $charset','','returns\n DBMS specific SQL code portion needed to set an index','string','get-index-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182964,147499,'createDatabaseSql','create a new database','','$name','','','string','create-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182965,147499,'getIndexFieldDeclarationList','\n getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\n to set an index declaration to be used in statements like CREATE TABLE.\n','','$fields','','','string','get-index-field-declaration-list','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182966,147500,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','create-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182967,147500,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182968,147500,'dropDatabase','drop an existing database','','$name, $this->conn','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','drop-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182969,147500,'dropSequenceSql','drop existing sequence','','$seqName, $this->conn','','','string','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182970,147500,'dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','drop-autoincrement','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182971,147500,'dropTable','drop an existing table','','$name','','','','drop-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182972,147500,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','alter-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182973,147500,'getTemporaryTableQuery','\n A method to return the required SQL string that fits between CREATE ...\n TABLE to create the table as a temporary table.\n','','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182974,147500,'createSequenceSql','create sequence','','$seqName, $start = 1, $options = array()','','','string','create-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182975,147500,'createDatabase','create a new database','','$name, $db','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','create-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182976,147500,'createTable','create a new table','','$name, $fields, $options = array()','','','','create-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182977,147500,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = 1','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','make-autoincrement','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182978,147501,'dropDatabaseSql','drop an existing database','','$name','throws\n PDOException','','','drop-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182979,147501,'createTableSql','Creates a table.','','(unknown_type) $name, $fields, $options = array()','','','unknown','create-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182980,147501,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182981,147501,'dropSequenceSql','drop existing sequence','','$sequenceName','','','','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182982,147501,'alterTableSql','generates the sql for altering an existing table on postgresql','','$name, $changes, $check = false','','','array','alter-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182983,147501,'alterTable','alter an existing table','','$name, $changes, $check = false','throws\n Doctrine_Connection_Exception','','boolean','alter-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182984,147501,'createSequenceSql','return RDBMS specific create sequence statement','','$sequenceName, $start = 1, $options = array(), $seqName','throws\n Doctrine_Connection_Exception if something fails at database level','','string','create-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182985,147501,'createDatabaseSql','create a new database','','$name','throws\n PDOException','','','create-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182986,147502,'pop','','','','','','','pop','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182987,147502,'add','','','$code, $message','','','','add','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182988,147502,'getIterator','','','','','','','get-iterator','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182989,147503,'exportSchema','','','$schema, $format = 'yml', $directory = null, $models = array()','','returns\n of data in the specified format','string','export-schema','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182990,147503,'buildSchema','','Build schema array that can be dumped to file','$directory = null, $models = array()','','','','build-schema','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182991,147504,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws\n PDOException','','','create-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182992,147504,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','create-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182993,147504,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182994,147504,'dropDatabase','','drop an existing database','$databaseFile','throws\n Doctrine_Export_Exception if something failed during the removal of the database file','','','drop-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182995,147504,'dropSequenceSql','drop existing sequence','','$sequenceName','','','string','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182996,147504,'alterTableSql','','','$name, $changes, $check = false','','','','alter-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182997,147504,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','create-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182998,147504,'createDatabase','','Create sqlite database file','$databaseFile','','','','create-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182999,147504,'getIndexFieldDeclarationList','\n getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\n to set an index declaration to be used in statements like CREATE TABLE.\n','','$fields','','','string','get-index-field-declaration-list','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183000,147505,'parseExpression','','','$expr','','','','parse-expression','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183001,147505,'setExpression','','','$clause','','','','set-expression','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183002,147505,'__toString','','','','','','','to-string','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183003,147505,'parseClause','','','$clause','','','','parse-clause','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183004,147505,'__construct','','','$expr, $conn = null','','','','construct','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183005,147505,'getSql','','','','','','','get-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183006,147505,'getConnection','','','','','','','get-connection','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183007,147506,'upper','\n upper Returns the string $str with all characters changed to uppercase\n according to the current character set mapping.\n','','$str','','','string','upper','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183008,147506,'avg','Returns the average value of a column','','$column','','returns\n generated sql including an AVG aggregate function','string','avg','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183009,147506,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality','$column','','','string','md5','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183010,147506,'add','Returns the SQL to add values or expressions together.','add() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n

    \nexpr;\n\n $q->select(\'u.*\')\n   ->from(\'Use','$args','','returns\n   an expression','string','add','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183011,147506,'between','\n   Returns SQL that checks if an expression evaluates to a value between  two\n   values.\n','The parameter $expression is checked if it is between $value1 and $value2.\nNote: There is a slight difference in the way BETWEEN works on some databases.  http://www.w3schools.com/sql/sql_between.asp. If you want complete database  independence you should','$expression, $value1, $value2','','returns\n   logical expression','string','between','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183012,147506,'length','Returns the length of a text field.','','$column, $expression1, $expression2','','','string','length','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183013,147506,'ltrim','ltrim  returns the string $str with leading space characters removed','','$str','','','string','ltrim','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183014,147506,'__call','','for all native RDBMS functions the function name itself is returned','$m, $a','','','','call','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183015,147506,'trim','\n   trim  returns the string $str with leading and proceeding space characters\n   removed\n','','$str','','','string','trim','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183016,147506,'regexp','regexp  returns the regular expression operator','','','','','string','regexp','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183017,147506,'not','Returns the SQL for a logical not.','Example:\n   
    \nexpr;\n $q->select(\'*\')->from(\'table\')\n   ->where($e->eq(\'id\', $e->not(\'null\'));]]>\n   
    ','$expression','','returns\n a logical expression','string','not','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183018,147506,'mul','Returns the SQL to multiply values or expressions by eachother.','multiply() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n
    \nexpr;\n\n $q->select(\'u.*\')\n   ->from','$args','','returns\n   an expression','string','mul','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183019,147506,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $from, $len = null, $position, $length','','returns\n   SQL substring function with given parameters','string','substring','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183020,147506,'rtrim','rtrim  returns the string $str with proceeding space characters removed','','$str','','','string','rtrim','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183021,147506,'neq','Returns the SQL to check if two values are unequal.','Example:\n   
    \nselect(\'u.*\')\n   ->from(\'User u\')\n   ->where($q->expr->neq(\'id\', 1));]]>\n   
    ','$value1, $value2','','returns\n logical expression','string','neq','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183022,147506,'in','Returns the SQL to check if a value is one in a set of given values..','in() accepts an arbitrary number of parameters. The first parameter must always specify the value that should be matched against. Successive must contain a logical expression or an array with logical expressions. These expressions will be matched again','$column, (string|array(string)) $values','','returns\n logical expression','string','in','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183023,147506,'mod','\n Returns the remainder of the division operation $expression1 /\n $expression2.\n','','$expression1, $expression2','','','string','mod','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183024,147506,'now','Returns the current system date.','','','','','string','now','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183025,147506,'sum','Returns the total sum of a column','','$column','','','string','sum','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183026,147506,'isNull','Returns SQL that checks if a expression is null.','Example:\n
    \nselect(\'u.*\')\n   ->from(\'User u\')\n   ->where($q->expr->isNull(\'id\'));]]>\n   
    ','$expression','','returns\n logical expression','string','is-null','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183027,147506,'sub','Returns the SQL to subtract values or expressions from eachother.','subtract() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n
    \nexpr;\n\n $q->select(\'u.*\')\n   ->from','$args','','returns\n   an expression','string','sub','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183028,147506,'lte','\n   Returns the SQL to check if one value is less than or equal to  another\n   value.\n','Example:\n   
    \nselect(\'u.*\')\n   ->from(\'User u\')\n   ->where($q->expr->lte(\'id\', 1));]]>\n   
    ','$value1, $value2','','returns\n logical expression','string','lte','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183029,147506,'gte','\n Returns the SQL to check if one value is greater than or equal to another\n value.\n','Example:\n
    \nselect(\'u.*\')\n   ->from(\'User u\')\n   ->where($q->expr->gte(\'id\', 1));]]>\n   
    ','$value1, $value2','','returns\n logical expression','string','gte','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183030,147506,'count','Returns the number of rows (without a NULL value) of a column','If a '*' is used instead of a column the number of selected rows is returned.','(string|integer) $column','','returns\n generated sql including a COUNT aggregate function','string','count','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183031,147506,'getIdentifiers','','','$columns','','','','get-identifiers','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183032,147506,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183033,147506,'max','Returns the highest value of a column','','$column','','returns\n generated sql including a MAX aggregate function','string','max','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183034,147506,'eq','Returns the SQL to check if two values are equal.','Example:\n
    \nselect(\'u.*\')\n   ->from(\'User u\')\n   ->where($q->expr->eq(\'id\', 1));]]>\n   
    ','$value1, $value2','','returns\n logical expression','string','eq','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183035,147506,'getIdentifier','','','$column','','','','get-identifier','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183036,147506,'round','Rounds a numeric field to the number of decimals specified.','','$column, $decimals, $expression1, $expression2','','','string','round','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183037,147506,'lt','Returns the SQL to check if one value is less than another value.','Example:\n
    \nselect(\'u.*\')\n   ->from(\'User u\')\n   ->where($q->expr->lt(\'id\', 1));]]>\n   
    ','$value1, $value2','','returns\n logical expression','string','lt','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183038,147506,'gt','Returns the SQL to check if one value is greater than another value.','Example:\n
    \nselect(\'u.*\')\n   ->from(\'User u\')\n   ->where($q->expr->gt(\'id\', 1));]]>\n   
    ','$value1, $value2','','returns\n logical expression','string','gt','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183039,147506,'div','Returns the SQL to divide values or expressions by eachother.','divide() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n
    \nexpr;\n\n $q->select(\'u.*\')\n   ->from(\'','$args','','returns\n   an expression','string','div','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183040,147506,'lower','\n   lower  Returns the string $str with all characters changed to  lowercase\n   according to the current character set mapping.\n','','$str','','','string','lower','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183041,147506,'isNotNull','Returns SQL that checks if a expression is not null.','Example:\n   
    \nselect(\'u.*\')\n   ->from(\'User u\')\n   ->where($q->expr->isNotNull(\'id\'));]]>\n   
    ','$expression','','returns\n logical expression','string','is-not-null','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183042,147506,'soundex','\n soundex Returns a string to call a function to compute the soundex\n encoding of a string\n','The string "?000" is returned if the argument is NULL.','$value','','returns\n SQL soundex function with given parameter','string','soundex','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183043,147506,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression or an array with expressions.','(string|array(string)) 0','','','','concat','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183044,147506,'acos','returns arcus cosine SQL string','','$value','','','string','acos','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183045,147506,'locate','\n locate returns the position of the first occurrence of substring $substr\n in string $str\n','','$str, $substr','','','integer','locate','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183046,147506,'min','Returns the lowest value of a column','','$column','','','string','min','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183047,147507,'patternEscapeString','build string to define escape pattern string','','','','returns\n define escape pattern','string','pattern-escape-string','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183048,147507,'functionTable','return string for internal table used when calling only a function','','','','returns\n for internal table used when calling only a function','string','function-table','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183049,147508,'substring','return string to call a function to get a substring inside an SQL statement','','$value, $position, $length = null','','returns\n to call a function to get a substring','string','substring','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183050,147508,'now','\n Return string to call a variable with the current timestamp inside an SQL\n statement\n','There are three special variables for current date and time:\n