Logan Bailey

Results 3 issues of Logan Bailey

The majority of this code are updates for CI 2.1 from the original LifePress code base. The core changes that took place in this pull request is the ability to...

enhancement

When running `php aritsan` or any `artisan` command all commands are initialized. The modified schema related commands all require an instance of `SchemaTool`. Since `SchemaTool` requires a correctly configured database...

Currently, the `$where` parameter in `AbstractTableGateway::select`, `AbstractTableGateway::update`, and `AbstractTableGateway::delete` will accept Closures, but not invokable classes. It would be nice if it were possible expand the allowed parameters types to...