Skip to content

Add utility class/method for transactional counter++ #18

Open
@tomwalder

Description

@tomwalder

Make it easier for people to use transactions.

Few options for syntax, which I will work on - perhaps...

$obj_thing->incrementInTransaction('count', 1);

or maybe

Utils::adjust($obj_thing, 'count', 1);

...insert more choices here!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions