Skip to content

Bind in human readable way #29

@waakobrian

Description

@waakobrian

I would suggest you add binding paramters in a more readable way. e.g

$db->bind('par1',  'xyz' );
$db->bind('par2',  'abc' );
$db->query('SELECT *
FROM table1
WHERE table1.a = :par1 AND table1.b = :par2 ');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions