Skip to content

make public properties protected #148

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

Merged
merged 1 commit into from
Apr 16, 2018

Conversation

vchebotarev
Copy link
Contributor

This is very bad to have public properties
Well, I did them protected )

And is there any reason to store unused $connection and $statement in Pdo and Mysqli MultiResultSet ?
May be we should remove them ?

@oohnoitz
Copy link
Contributor

There was a fairly large refactor in #121 which modified those files, but it does seem safe to remove since we already have them in the Adapter which is where we are actually interacting with the statement and connection.

@oohnoitz oohnoitz merged commit 2a128d4 into FoolCode:master Apr 16, 2018
@vchebotarev vchebotarev deleted the public-properties branch April 17, 2018 09:48
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.

2 participants