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
5c5be484
Commit
5c5be484
authored
May 07, 2007
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
fbb5a532
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Connection management - Connection-component binding.php
.../Connection management - Connection-component binding.php
+1
-1
Connection management - Lazy-connecting to database.php
...s/Connection management - Lazy-connecting to database.php
+1
-3
No files found.
manual/docs/Connection management - Connection-component binding.php
View file @
5c5be484
...
...
@@ -20,5 +20,5 @@ $users = $q->from('User u')->where('u.id IN (1,2,3)')->execute();
// Doctrine uses 'connection 2' for fetching here
$groups
=
$q
->
from
(
'Group g'
)
->
where
(
'g.id IN (1,2,3)'
)
->
execute
();
?>
</code>
</
code
>
manual/docs/Connection management - Lazy-connecting to database.php
View file @
5c5be484
...
...
@@ -19,6 +19,4 @@ $conn = Doctrine_Manager::connection($dbh);
// connects database and performs a query
$conn
->
query
(
'FROM User u'
);
?>
</code>
</
code
>
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