1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs
2006-08-29 20:37:55 +00:00
..
Advanced components - Cache - Introduction.php Manual added 2006-07-23 21:08:06 +00:00
Advanced components - Eventlisteners - Creating new listener.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Advanced components - Eventlisteners - List of events.php Manual added 2006-07-23 21:08:06 +00:00
Advanced components - Hook - Introduction.php Manual added 2006-07-23 21:08:06 +00:00
Advanced components - Locking Manager - Examples.php [romanb] Added a first documentation for the Locking Manager component 2006-07-24 17:25:24 +00:00
Advanced components - Locking Manager - Introduction.php [romanb] Added a first documentation for the Locking Manager component 2006-07-24 17:25:24 +00:00
Advanced components - Locking Manager - Maintainer.php [romanb] Added a first documentation for the Locking Manager component 2006-07-24 17:25:24 +00:00
Advanced components - Locking Manager - Planned.php [romanb] Added a first documentation for the Locking Manager component 2006-07-24 17:25:24 +00:00
Advanced components - Locking Manager - Technical Details.php [romanb] Added a first documentation for the Locking Manager component 2006-07-24 17:25:24 +00:00
Advanced components - Validators - Intruduction.php Manual added 2006-07-23 21:08:06 +00:00
Advanced components - Validators - List of predefined validators.php Manual added 2006-07-23 21:08:06 +00:00
Advanced components - Validators - Validating transactions.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Advanced components - View - Intoduction.php Manual added 2006-07-23 21:08:06 +00:00
Basic Components - Collection - Accessing elements.php Manual added 2006-07-23 21:08:06 +00:00
Basic Components - Collection - Adding new elements.php Doctrine_Collection docs updated 2006-08-22 18:36:34 +00:00
Basic Components - Collection - Collection expanding.php Doctrine_Collection docs updated 2006-08-22 18:36:34 +00:00
Basic Components - Collection - Deleting collection.php Doctrine_Collection docs updated 2006-08-22 18:36:34 +00:00
Basic Components - Collection - Fetching strategies.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Basic Components - Collection - Getting collection count.php Doctrine_Collection docs updated 2006-08-22 18:36:34 +00:00
Basic Components - Collection - Introduction.php Doctrine_Collection docs updated 2006-08-22 18:36:34 +00:00
Basic Components - Collection - Loading related records.php 2006-07-27 18:25:18 +00:00
Basic Components - Collection - Saving the collection.php Doctrine_Collection docs updated 2006-08-22 18:36:34 +00:00
Basic components - Connection - Availible drivers.php File names changed - Session -> Connection 2006-08-21 23:38:46 +00:00
Basic Components - Connection - Flushing the connection.php File names changed - Session -> Connection 2006-08-21 23:38:46 +00:00
Basic Components - Connection - Getting a table object.php File names changed - Session -> Connection 2006-08-21 23:38:46 +00:00
Basic Components - Connection - Getting connection state.php File names changed - Session -> Connection 2006-08-21 23:38:46 +00:00
Basic Components - Connection - Introduction.php Docs: Connection introduction added 2006-08-22 18:23:32 +00:00
Basic components - Exceptions - List of exceptions.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Basic Components - Manager - Introduction.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Basic Components - Manager - Managing connections.php File names changed - Session -> Connection 2006-08-21 23:38:46 +00:00
Basic Components - Manager - Opening a new connection.php File names changed - Session -> Connection 2006-08-21 23:38:46 +00:00
Basic Components - Query - DQL - SQL conversion.php Transaction introduction updated 2006-08-21 11:18:28 +00:00
Basic Components - Query - FROM - selecting tables.php CustomPrimaryKeyTestCase added 2006-07-26 17:09:00 +00:00
Basic Components - Query - Introduction.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Basic Components - Query - Method overloading.php Manual added 2006-07-23 21:08:06 +00:00
Basic Components - Query - ORDER BY - sorting query results.php Manual added 2006-07-23 21:08:06 +00:00
Basic Components - Query - Relation operators.php Manual added 2006-07-23 21:08:06 +00:00
Basic Components - Record - Accessing properties.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Basic Components - Record - Adding records.php Manual added 2006-07-23 21:08:06 +00:00
Basic Components - Record - Creating new records.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Basic Components - Record - Deleting records.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Basic Components - Record - Getting object copy.php Manual added 2006-07-23 21:08:06 +00:00
Basic Components - Record - Getting record state.php Manual added 2006-07-23 21:08:06 +00:00
Basic Components - Record - Retrieving existing records.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Basic Components - Record - Serializing.php Manual added 2006-07-23 21:08:06 +00:00
Basic Components - Record - Updating records.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Basic Components - Table - Custom finders.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Basic Components - Table - Custom table classes.php Manual added 2006-07-23 21:08:06 +00:00
Basic Components - Table - Finder methods.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Cache - Configuration.php Manual added 2006-07-23 21:08:06 +00:00
Cache - Overview.php Manual added 2006-07-23 21:08:06 +00:00
Configuration - Levels of configuration.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Configuration - List of attributes.php Manual added 2006-07-23 21:08:06 +00:00
Getting started - Installation.php 2006-08-29 20:37:55 +00:00
Getting started - Record identifiers - Introduction.php Docs updated 2006-08-08 09:07:55 +00:00
Getting started - Requirements.php Manual added 2006-07-23 21:08:06 +00:00
Getting started - Setting table definition - Constraints and validators.php Manual added 2006-07-23 21:08:06 +00:00
Getting started - Setting table definition - Data types and lengths.php DQL LIMIT improved 2006-08-16 09:17:43 +00:00
Getting started - Setting table definition - Enum emulation.php Started seamless changing of the name Session to Connection 2006-08-17 22:53:52 +00:00
Getting started - Setting table definition - Introduction.php Manual added 2006-07-23 21:08:06 +00:00
Getting started - Starting new project.php Some new manual code examples 2006-08-06 20:46:12 +00:00
Mapping object relations - Composites and aggregates.php Manual added 2006-07-23 21:08:06 +00:00
Mapping object relations - Dealing with relations - Creating related records.php Manual added 2006-07-23 21:08:06 +00:00
Mapping object relations - Dealing with relations - Deleting related records.php Manual added 2006-07-23 21:08:06 +00:00
Mapping object relations - Dealing with relations - Retrieving related records.php Manual added 2006-07-23 21:08:06 +00:00
Mapping object relations - Dealing with relations - Updating related records.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Mapping object relations - Foreign key associations - One-to-One.php Manual added 2006-07-23 21:08:06 +00:00
Mapping object relations - Inheritance - Column aggregation.php Manual added 2006-07-23 21:08:06 +00:00
Mapping object relations - Inheritance - One table many classes.php Manual added 2006-07-23 21:08:06 +00:00
Mapping object relations - Inheritance - One table one class.php Manual added 2006-07-23 21:08:06 +00:00
Mapping object relations - Introduction.php 2006-08-29 20:37:55 +00:00
Mapping object relations - Join table associations - Many-to-Many.php Docs updated 2006-08-21 10:16:36 +00:00
Mapping object relations - Join table associations - Self-referencing.php Manual added 2006-07-23 21:08:06 +00:00
Mapping object relations - One-to-Many and One-to-One relationships.php Manual added 2006-07-23 21:08:06 +00:00
Mapping object relations - Relation aliases.php Manual added 2006-07-23 21:08:06 +00:00
Real world examples - User management system.php Manual added 2006-07-23 21:08:06 +00:00
Runtime classes - Doctrine_Association.php Manual added 2006-07-23 21:08:06 +00:00
Runtime classes - Doctrine_Collection_Batch.php Manual added 2006-07-23 21:08:06 +00:00
Runtime classes - Doctrine_Collection_Immediate.php Manual added 2006-07-23 21:08:06 +00:00
Runtime classes - Doctrine_Collection_Lazy.php Manual added 2006-07-23 21:08:06 +00:00
Runtime classes - Doctrine_Collection.php Manual added 2006-07-23 21:08:06 +00:00
Runtime classes - Doctrine_ForeignKey.php Manual added 2006-07-23 21:08:06 +00:00
Runtime classes - Doctrine_Manager.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Runtime classes - Doctrine_Record.php Manual added 2006-07-23 21:08:06 +00:00
Runtime classes - Doctrine_Session.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Runtime classes - Doctrine_Table.php Manual added 2006-07-23 21:08:06 +00:00
Technology - Design patterns used.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Technology - Speed.php Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
Transactions - Introduction.php Transaction introduction updated 2006-08-21 11:18:28 +00:00