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
0a2b0735
Commit
0a2b0735
authored
Jun 24, 2007
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deprecated Doctrine_Db
parent
11287992
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
591 deletions
+6
-591
Statement.php
lib/Doctrine/Connection/Statement.php
+3
-3
Db.php
lib/Doctrine/Db.php
+3
-588
No files found.
lib/Doctrine/Connection/Statement.php
View file @
0a2b0735
...
@@ -73,7 +73,7 @@ class Doctrine_Connection_Statement implements Doctrine_Adapter_Statement_Interf
...
@@ -73,7 +73,7 @@ class Doctrine_Connection_Statement implements Doctrine_Adapter_Statement_Interf
}
}
public
function
getQuery
()
public
function
getQuery
()
{
{
return
$this
->
_stmt
->
getQuery
()
;
return
$this
->
_stmt
->
queryString
;
}
}
/**
/**
* bindColumn
* bindColumn
...
@@ -213,7 +213,7 @@ class Doctrine_Connection_Statement implements Doctrine_Adapter_Statement_Interf
...
@@ -213,7 +213,7 @@ class Doctrine_Connection_Statement implements Doctrine_Adapter_Statement_Interf
*/
*/
public
function
execute
(
$params
=
null
)
public
function
execute
(
$params
=
null
)
{
{
$event
=
new
Doctrine_Event
(
$this
,
Doctrine_Event
::
EXECUTE
,
$this
->
_stmt
->
getQuery
()
,
$params
);
$event
=
new
Doctrine_Event
(
$this
,
Doctrine_Event
::
EXECUTE
,
$this
->
_stmt
->
queryString
,
$params
);
// print $this->_stmt->queryString . print_r($params, true) . "<br>";
// print $this->_stmt->queryString . print_r($params, true) . "<br>";
$skip
=
$this
->
_conn
->
getListener
()
->
onPreExecute
(
$event
);
$skip
=
$this
->
_conn
->
getListener
()
->
onPreExecute
(
$event
);
...
...
lib/Doctrine/Db.php
View file @
0a2b0735
This diff is collapsed.
Click to expand it.
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