zfcampus / zf-deploy

BSD 3-Clause "New" or "Revised" License
66 stars 24 forks source link

Rewrite to use OOP #7

Closed weierophinney closed 10 years ago

weierophinney commented 10 years ago

Rewrote the src/zfdeploy.php file as an OOP class, ZF\Deploy\Deploy. This class accepts a script name and a Zend\Console\Adapter\AdapterInterface as constructor arguments, and then exposes a facade, execute($args), for performing the work of the script.

This affords several possibilities:

A few other changes were made: