Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
9f03f21d
Commit
9f03f21d
authored
Aug 30, 2006
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs updated (added also empty files for missing docs/codes)
parent
186b4465
Changes
97
Show whitespace changes
Inline
Side-by-side
Showing
97 changed files
with
56 additions
and
0 deletions
+56
-0
Advanced components - Cache - Introduction.php
manual/codes/Advanced components - Cache - Introduction.php
+0
-0
Advanced components - Cache - Query cache.php
manual/codes/Advanced components - Cache - Query cache.php
+0
-0
Advanced components - Eventlisteners - Chaining.php
...codes/Advanced components - Eventlisteners - Chaining.php
+0
-0
Advanced components - Eventlisteners - Introduction.php
...s/Advanced components - Eventlisteners - Introduction.php
+0
-0
Advanced components - Locking Manager - Introduction.php
.../Advanced components - Locking Manager - Introduction.php
+0
-0
Advanced components - Locking Manager - Maintainer.php
...es/Advanced components - Locking Manager - Maintainer.php
+0
-0
Advanced components - Locking Manager - Planned.php
...codes/Advanced components - Locking Manager - Planned.php
+0
-0
Advanced components - Locking Manager - Technical Details.php
...nced components - Locking Manager - Technical Details.php
+0
-0
Advanced components - Validators - List of predefined validators.php
...mponents - Validators - List of predefined validators.php
+0
-0
Advanced components - View - Intoduction.php
manual/codes/Advanced components - View - Intoduction.php
+0
-0
Advanced components - View - Managing views.php
manual/codes/Advanced components - View - Managing views.php
+0
-0
Advanced components - View - Using views.php
manual/codes/Advanced components - View - Using views.php
+0
-0
Basic Components - Collection - Collection expanding.php
.../Basic Components - Collection - Collection expanding.php
+0
-0
Basic Components - Collection - Introduction.php
...al/codes/Basic Components - Collection - Introduction.php
+9
-0
Basic Components - Connection - Availible drivers.php
...des/Basic Components - Connection - Availible drivers.php
+0
-0
Basic Components - Exceptions - List of exceptions.php
...es/Basic Components - Exceptions - List of exceptions.php
+0
-0
Basic Components - Exceptions - Overview.php
manual/codes/Basic Components - Exceptions - Overview.php
+0
-0
Basic Components - Manager - Introduction.php
manual/codes/Basic Components - Manager - Introduction.php
+0
-0
Basic Components - Query - Aggregate functions.php
.../codes/Basic Components - Query - Aggregate functions.php
+15
-0
Basic Components - Query - DQL - SQL conversion.php
...codes/Basic Components - Query - DQL - SQL conversion.php
+0
-0
Basic Components - Query - Introduction.php
manual/codes/Basic Components - Query - Introduction.php
+0
-0
Basic Components - RawSql - Introduction.php
manual/codes/Basic Components - RawSql - Introduction.php
+0
-0
Basic Components - Record - Callbacks.php
manual/codes/Basic Components - Record - Callbacks.php
+0
-0
Basic Components - Record - Introduction.php
manual/codes/Basic Components - Record - Introduction.php
+0
-0
Basic Components - Table - Getting relation objects.php
...s/Basic Components - Table - Getting relation objects.php
+0
-0
Basic Components - Table - Introduction.php
manual/codes/Basic Components - Table - Introduction.php
+0
-0
Configuration - Introduction.php
manual/codes/Configuration - Introduction.php
+5
-0
Configuration - Levels of configuration.php
manual/codes/Configuration - Levels of configuration.php
+20
-0
Getting started - Compiling.php
manual/codes/Getting started - Compiling.php
+7
-0
Getting started - Record identifiers - Introduction.php
...s/Getting started - Record identifiers - Introduction.php
+0
-0
Getting started - Record identifiers - Sequential.php
...des/Getting started - Record identifiers - Sequential.php
+0
-0
Getting started - Requirements.php
manual/codes/Getting started - Requirements.php
+0
-0
Getting started - Setting table definition - Constraints and validators.php
...Setting table definition - Constraints and validators.php
+0
-0
Mapping object relations - Composites and aggregates.php
.../Mapping object relations - Composites and aggregates.php
+0
-0
Mapping object relations - Dealing with relations - Working with associations.php
... - Dealing with relations - Working with associations.php
+0
-0
Mapping object relations - Introduction.php
manual/codes/Mapping object relations - Introduction.php
+0
-0
Mapping object relations - Join table associations - One-to-Many, Many-to-One.php
... - Join table associations - One-to-Many, Many-to-One.php
+0
-0
Mapping object relations - Join table associations - One-to-One.php
...ject relations - Join table associations - One-to-One.php
+0
-0
Real world examples - Album lister.php
manual/codes/Real world examples - Album lister.php
+0
-0
Technology - Architecture.php
manual/codes/Technology - Architecture.php
+0
-0
Technology - Design patterns used.php
manual/codes/Technology - Design patterns used.php
+0
-0
Technology - Internal optimizations - DELETE.php
...al/codes/Technology - Internal optimizations - DELETE.php
+0
-0
Technology - Internal optimizations - INSERT.php
...al/codes/Technology - Internal optimizations - INSERT.php
+0
-0
Technology - Internal optimizations - UPDATE.php
...al/codes/Technology - Internal optimizations - UPDATE.php
+0
-0
Technology - Speed.php
manual/codes/Technology - Speed.php
+0
-0
Transactions - Locking strategies - Optimistic locking.php
...ransactions - Locking strategies - Optimistic locking.php
+0
-0
Transactions - Locking strategies - Pessimistic locking.php
...ansactions - Locking strategies - Pessimistic locking.php
+0
-0
Advanced components - Cache - Query cache.php
manual/docs/Advanced components - Cache - Query cache.php
+0
-0
Advanced components - Eventlisteners - Chaining.php
.../docs/Advanced components - Eventlisteners - Chaining.php
+0
-0
Advanced components - Eventlisteners - Introduction.php
...s/Advanced components - Eventlisteners - Introduction.php
+0
-0
Advanced components - Eventlisteners - Listening events.php
...vanced components - Eventlisteners - Listening events.php
+0
-0
Advanced components - Validators - Analyzing the ErrorStack.php
...ed components - Validators - Analyzing the ErrorStack.php
+0
-0
Advanced components - View - Managing views.php
manual/docs/Advanced components - View - Managing views.php
+0
-0
Advanced components - View - Using views.php
manual/docs/Advanced components - View - Using views.php
+0
-0
Basic Components - Connection - Querying the database.php
...Basic Components - Connection - Querying the database.php
+0
-0
Basic Components - Exceptions - Overview.php
manual/docs/Basic Components - Exceptions - Overview.php
+0
-0
Basic Components - Query - Aggregate functions.php
...l/docs/Basic Components - Query - Aggregate functions.php
+0
-0
Basic Components - Query - Bound parameters.php
manual/docs/Basic Components - Query - Bound parameters.php
+0
-0
Basic Components - Query - LIMIT and OFFSET - limiting the query results.php
...Query - LIMIT and OFFSET - limiting the query results.php
+0
-0
Basic Components - Query - WHERE - setting query conditions.php
...Components - Query - WHERE - setting query conditions.php
+0
-0
Basic Components - RawSql - Adding components.php
...al/docs/Basic Components - RawSql - Adding components.php
+0
-0
Basic Components - RawSql - Introduction.php
manual/docs/Basic Components - RawSql - Introduction.php
+0
-0
Basic Components - RawSql - Method overloading.php
...l/docs/Basic Components - RawSql - Method overloading.php
+0
-0
Basic Components - RawSql - Using SQL.php
manual/docs/Basic Components - RawSql - Using SQL.php
+0
-0
Basic Components - Record - Callbacks.php
manual/docs/Basic Components - Record - Callbacks.php
+0
-0
Basic Components - Record - Introduction.php
manual/docs/Basic Components - Record - Introduction.php
+0
-0
Basic Components - Table - Getting relation objects.php
...s/Basic Components - Table - Getting relation objects.php
+0
-0
Basic Components - Table - Getting table information.php
.../Basic Components - Table - Getting table information.php
+0
-0
Basic Components - Table - Introduction.php
manual/docs/Basic Components - Table - Introduction.php
+0
-0
Configuration - Introduction.php
manual/docs/Configuration - Introduction.php
+0
-0
Configuration - Setting attributes - Batch size.php
.../docs/Configuration - Setting attributes - Batch size.php
+0
-0
Configuration - Setting attributes - Event listener.php
...s/Configuration - Setting attributes - Event listener.php
+0
-0
Configuration - Setting attributes - Fetching strategy.php
...onfiguration - Setting attributes - Fetching strategy.php
+0
-0
Configuration - Setting attributes - Offset collection limit.php
...ration - Setting attributes - Offset collection limit.php
+0
-0
Configuration - Setting attributes - Session lockmode.php
...Configuration - Setting attributes - Session lockmode.php
+0
-0
Configuration - Setting attributes - Table creation.php
...s/Configuration - Setting attributes - Table creation.php
+0
-0
Configuration - Setting attributes - Validation.php
.../docs/Configuration - Setting attributes - Validation.php
+0
-0
Getting started - Compiling.php
manual/docs/Getting started - Compiling.php
+0
-0
Getting started - Record identifiers - Autoincremented.php
...etting started - Record identifiers - Autoincremented.php
+0
-0
Getting started - Record identifiers - Composite.php
...docs/Getting started - Record identifiers - Composite.php
+0
-0
Getting started - Record identifiers - Natural.php
...l/docs/Getting started - Record identifiers - Natural.php
+0
-0
Getting started - Record identifiers - Sequential.php
...ocs/Getting started - Record identifiers - Sequential.php
+0
-0
Mapping object relations - Dealing with relations - Working with associations.php
... - Dealing with relations - Working with associations.php
+0
-0
Mapping object relations - Foreign key associations - One-to-Many, Many-to-One.php
...- Foreign key associations - One-to-Many, Many-to-One.php
+0
-0
Mapping object relations - Foreign key associations - Tree structure.php
...relations - Foreign key associations - Tree structure.php
+0
-0
Mapping object relations - Join table associations - One-to-Many, Many-to-One.php
... - Join table associations - One-to-Many, Many-to-One.php
+0
-0
Mapping object relations - Join table associations - One-to-One.php
...ject relations - Join table associations - One-to-One.php
+0
-0
Real world examples - Album lister.php
manual/docs/Real world examples - Album lister.php
+0
-0
Real world examples - Forum application.php
manual/docs/Real world examples - Forum application.php
+0
-0
Technology - Architecture.php
manual/docs/Technology - Architecture.php
+0
-0
Technology - Internal optimizations - DELETE.php
manual/docs/Technology - Internal optimizations - DELETE.php
+0
-0
Technology - Internal optimizations - INSERT.php
manual/docs/Technology - Internal optimizations - INSERT.php
+0
-0
Technology - Internal optimizations - UPDATE.php
manual/docs/Technology - Internal optimizations - UPDATE.php
+0
-0
Transactions - Locking strategies - Optimistic locking.php
...ransactions - Locking strategies - Optimistic locking.php
+0
-0
Transactions - Locking strategies - Pessimistic locking.php
...ansactions - Locking strategies - Pessimistic locking.php
+0
-0
Transactions - Nesting.php
manual/docs/Transactions - Nesting.php
+0
-0
Transactions - Unit of work.php
manual/docs/Transactions - Unit of work.php
+0
-0
No files found.
manual/codes/Advanced components - Cache - Introduction.php
0 → 100644
View file @
9f03f21d
manual/codes/Advanced components - Cache - Query cache.php
0 → 100644
View file @
9f03f21d
manual/codes/Advanced components - Eventlisteners - Chaining.php
0 → 100644
View file @
9f03f21d
manual/codes/Advanced components - Eventlisteners - Introduction.php
0 → 100644
View file @
9f03f21d
manual/codes/Advanced components - Locking Manager - Introduction.php
0 → 100644
View file @
9f03f21d
manual/codes/Advanced components - Locking Manager - Maintainer.php
0 → 100644
View file @
9f03f21d
manual/codes/Advanced components - Locking Manager - Planned.php
0 → 100644
View file @
9f03f21d
manual/codes/Advanced components - Locking Manager - Technical Details.php
0 → 100644
View file @
9f03f21d
manual/codes/Advanced components - Validators - List of predefined validators.php
0 → 100644
View file @
9f03f21d
manual/codes/Advanced components - View - Intoduction.php
0 → 100644
View file @
9f03f21d
manual/codes/Advanced components - View - Managing views.php
0 → 100644
View file @
9f03f21d
manual/codes/Advanced components - View - Using views.php
0 → 100644
View file @
9f03f21d
manual/codes/Basic Components - Collection - Collection expanding.php
0 → 100644
View file @
9f03f21d
manual/codes/Basic Components - Collection - Introduction.php
0 → 100644
View file @
9f03f21d
<?php
$coll
=
new
Doctrine_Collection
(
'User'
);
$coll
[
0
]
->
name
=
'Arnold'
;
$coll
[
1
]
->
name
=
'Somebody'
;
$coll
->
save
();
?>
manual/codes/Basic Components - Connection - Availible drivers.php
0 → 100644
View file @
9f03f21d
manual/codes/Basic Components - Exceptions - List of exceptions.php
0 → 100644
View file @
9f03f21d
manual/codes/Basic Components - Exceptions - Overview.php
0 → 100644
View file @
9f03f21d
manual/codes/Basic Components - Manager - Introduction.php
0 → 100644
View file @
9f03f21d
manual/codes/Basic Components - Query - Aggregate functions.php
0 → 100644
View file @
9f03f21d
<?php
$q
=
new
Doctrine_Query
();
$q
->
from
(
'User(COUNT(id))'
);
// returns an array
$a
=
$q
->
execute
();
// selecting multiple aggregate values:
$q
=
new
Doctrine_Query
();
$q
->
from
(
'User(COUNT(id)).Phonenumber(MAX(phonenumber))'
);
$a
=
$q
->
execute
();
?>
manual/codes/Basic Components - Query - DQL - SQL conversion.php
0 → 100644
View file @
9f03f21d
manual/codes/Basic Components - Query - Introduction.php
0 → 100644
View file @
9f03f21d
manual/codes/Basic Components - RawSql - Introduction.php
0 → 100644
View file @
9f03f21d
manual/codes/Basic Components - Record - Callbacks.php
0 → 100644
View file @
9f03f21d
manual/codes/Basic Components - Record - Introduction.php
0 → 100644
View file @
9f03f21d
manual/codes/Basic Components - Table - Getting relation objects.php
0 → 100644
View file @
9f03f21d
manual/codes/Basic Components - Table - Introduction.php
0 → 100644
View file @
9f03f21d
manual/codes/Configuration - Introduction.php
0 → 100644
View file @
9f03f21d
<?php
$manager
=
Doctrine_Manager
::
getInstance
();
$manager
->
setAttribute
(
Doctrine
::
ATTR_LISTENER
,
new
MyListener
());
?>
manual/codes/Configuration - Levels of configuration.php
0 → 100644
View file @
9f03f21d
<?php
// setting a global level attribute
$manager
=
Doctrine_Manager
::
getInstance
();
$manager
->
setAttribute
(
Doctrine
::
ATTR_VLD
,
false
);
// setting a connection level attribute
// (overrides the global level attribute on this connection)
$conn
=
$manager
->
openConnection
(
new
PDO
(
'dsn'
,
'username'
,
'pw'
);
$conn
->
setAttribute
(
Doctrine
::
ATTR_VLD
,
true
);
// setting a table level attribute
// (overrides the connection/global level attribute on this table)
$table
=
$conn
->
getTable
(
'User'
);
$table
->
setAttribute
(
Doctrine
::
ATTR_LISTENER
,
new
UserListener
());
?>
manual/codes/Getting started - Compiling.php
0 → 100644
View file @
9f03f21d
<?php
Doctrine
::
compile
();
// on some other script:
require_once
(
"path_to_doctrine/Doctrine.compiled.php"
);
?>
manual/codes/Getting started - Record identifiers - Introduction.php
0 → 100644
View file @
9f03f21d
manual/codes/Getting started - Record identifiers - Sequential.php
0 → 100644
View file @
9f03f21d
manual/codes/Getting started - Requirements.php
0 → 100644
View file @
9f03f21d
manual/codes/Getting started - Setting table definition - Constraints and validators.php
0 → 100644
View file @
9f03f21d
manual/codes/Mapping object relations - Composites and aggregates.php
0 → 100644
View file @
9f03f21d
manual/codes/Mapping object relations - Dealing with relations - Working with associations.php
0 → 100644
View file @
9f03f21d
manual/codes/Mapping object relations - Introduction.php
0 → 100644
View file @
9f03f21d
manual/codes/Mapping object relations - Join table associations - One-to-Many, Many-to-One.php
0 → 100644
View file @
9f03f21d
manual/codes/Mapping object relations - Join table associations - One-to-One.php
0 → 100644
View file @
9f03f21d
manual/codes/Real world examples - Album lister.php
0 → 100644
View file @
9f03f21d
manual/codes/Technology - Architecture.php
0 → 100644
View file @
9f03f21d
manual/codes/Technology - Design patterns used.php
0 → 100644
View file @
9f03f21d
manual/codes/Technology - Internal optimizations - DELETE.php
0 → 100644
View file @
9f03f21d
manual/codes/Technology - Internal optimizations - INSERT.php
0 → 100644
View file @
9f03f21d
manual/codes/Technology - Internal optimizations - UPDATE.php
0 → 100644
View file @
9f03f21d
manual/codes/Technology - Speed.php
0 → 100644
View file @
9f03f21d
manual/codes/Transactions - Locking strategies - Optimistic locking.php
0 → 100644
View file @
9f03f21d
manual/codes/Transactions - Locking strategies - Pessimistic locking.php
0 → 100644
View file @
9f03f21d
manual/docs/Advanced components - Cache - Query cache.php
0 → 100644
View file @
9f03f21d
manual/docs/Advanced components - Eventlisteners - Chaining.php
0 → 100644
View file @
9f03f21d
manual/docs/Advanced components - Eventlisteners - Introduction.php
0 → 100644
View file @
9f03f21d
manual/docs/Advanced components - Eventlisteners - Listening events.php
0 → 100644
View file @
9f03f21d
manual/docs/Advanced components - Validators - Analyzing the ErrorStack.php
0 → 100644
View file @
9f03f21d
manual/docs/Advanced components - View - Managing views.php
0 → 100644
View file @
9f03f21d
manual/docs/Advanced components - View - Using views.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - Connection - Querying the database.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - Exceptions - Overview.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - Query - Aggregate functions.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - Query - Bound parameters.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - Query - LIMIT and OFFSET - limiting the query results.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - Query - WHERE - setting query conditions.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - RawSql - Adding components.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - RawSql - Introduction.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - RawSql - Method overloading.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - RawSql - Using SQL.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - Record - Callbacks.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - Record - Introduction.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - Table - Getting relation objects.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - Table - Getting table information.php
0 → 100644
View file @
9f03f21d
manual/docs/Basic Components - Table - Introduction.php
0 → 100644
View file @
9f03f21d
manual/docs/Configuration - Introduction.php
0 → 100644
View file @
9f03f21d
manual/docs/Configuration - Setting attributes - Batch size.php
0 → 100644
View file @
9f03f21d
manual/docs/Configuration - Setting attributes - Event listener.php
0 → 100644
View file @
9f03f21d
manual/docs/Configuration - Setting attributes - Fetching strategy.php
0 → 100644
View file @
9f03f21d
manual/docs/Configuration - Setting attributes - Offset collection limit.php
0 → 100644
View file @
9f03f21d
manual/docs/Configuration - Setting attributes - Session lockmode.php
0 → 100644
View file @
9f03f21d
manual/docs/Configuration - Setting attributes - Table creation.php
0 → 100644
View file @
9f03f21d
manual/docs/Configuration - Setting attributes - Validation.php
0 → 100644
View file @
9f03f21d
manual/docs/Getting started - Compiling.php
0 → 100644
View file @
9f03f21d
manual/docs/Getting started - Record identifiers - Autoincremented.php
0 → 100644
View file @
9f03f21d
manual/docs/Getting started - Record identifiers - Composite.php
0 → 100644
View file @
9f03f21d
manual/docs/Getting started - Record identifiers - Natural.php
0 → 100644
View file @
9f03f21d
manual/docs/Getting started - Record identifiers - Sequential.php
0 → 100644
View file @
9f03f21d
manual/docs/Mapping object relations - Dealing with relations - Working with associations.php
0 → 100644
View file @
9f03f21d
manual/docs/Mapping object relations - Foreign key associations - One-to-Many, Many-to-One.php
0 → 100644
View file @
9f03f21d
manual/docs/Mapping object relations - Foreign key associations - Tree structure.php
0 → 100644
View file @
9f03f21d
manual/docs/Mapping object relations - Join table associations - One-to-Many, Many-to-One.php
0 → 100644
View file @
9f03f21d
manual/docs/Mapping object relations - Join table associations - One-to-One.php
0 → 100644
View file @
9f03f21d
manual/docs/Real world examples - Album lister.php
0 → 100644
View file @
9f03f21d
manual/docs/Real world examples - Forum application.php
0 → 100644
View file @
9f03f21d
manual/docs/Technology - Architecture.php
0 → 100644
View file @
9f03f21d
manual/docs/Technology - Internal optimizations - DELETE.php
0 → 100644
View file @
9f03f21d
manual/docs/Technology - Internal optimizations - INSERT.php
0 → 100644
View file @
9f03f21d
manual/docs/Technology - Internal optimizations - UPDATE.php
0 → 100644
View file @
9f03f21d
manual/docs/Transactions - Locking strategies - Optimistic locking.php
0 → 100644
View file @
9f03f21d
manual/docs/Transactions - Locking strategies - Pessimistic locking.php
0 → 100644
View file @
9f03f21d
manual/docs/Transactions - Nesting.php
0 → 100644
View file @
9f03f21d
manual/docs/Transactions - Unit of work.php
0 → 100644
View file @
9f03f21d
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment