Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev getpdostatement #87

Closed
wants to merge 7 commits into from
Closed

Dev getpdostatement #87

wants to merge 7 commits into from

Conversation

tag
Copy link
Contributor

@tag tag commented Nov 30, 2012

Code for #84, includes documentation. Compatible with previous pull for raw_execute(). Ended up following @featureless's code suggestion quite closely.

* Useful for access to PDOStatement::rowCount() or error information
*/
public static function get_last_statement() {
return self::_last_statement;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ sign missing before _last_statement.

@ghost ghost assigned treffynnon Dec 7, 2012
@treffynnon
Copy link
Collaborator

I like this pull request. Do you think you will get a chance to write some tests for it?

@treffynnon
Copy link
Collaborator

Thanks! Merged in commits 5af9da5, eb8d6ee, 8fa6f70

@treffynnon treffynnon closed this Jan 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants