Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Update Pdo.php #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Pdo.php #129

wants to merge 1 commit into from

Conversation

multiwebinc
Copy link

Allow users to provide an already existing connection instead of forcing a new one to be created for phpsec. The only thing I changed was the constructor, but for some reason github thinks I changed the whole file. I'm assuming it's an indentation issue. I'm new to github and I don't know how to edit this thing, so maybe someone else could just copy and paste the changed lines from the constructor if you feel it's useful.

Allow users to provide an already existing connection instead of forcing a new one to be created for phpsec.
private $psl = null;

public function __construct($loc, \phpSec\Core $psl, \PDO $dbh = null, $table = null) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why does $loc remain unused and does this constructor introduce a new parameter $table?

Perhaps it's better to pass the table name through $loc as normal and make the third param in the constructor dual purpose (either additional connection options, or existing PDO instance). This would be more future-feature compatible.

@xqus xqus self-assigned this Apr 6, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants