Cleanup and comments

This commit is contained in:
Albert Santoni 2015-02-17 12:13:37 -05:00
parent ad5536dedd
commit e603597101
3 changed files with 15 additions and 12 deletions

View file

@ -11,6 +11,13 @@ class ProvisioningController extends Zend_Controller_Action
{
}
/**
*
* The "create action" is in ProvisioningHelper because it needs to have no dependency on Zend,
* since when we bootstrap Zend, we already need the database set up and working (Bootstrap.php is a mess).
*
*/
/**
* Delete the Airtime Pro station's files from Amazon S3
*/