Skip to content

Instantly share code, notes, and snippets.

View balibali's full-sized avatar

Rimpei Ogawa balibali

  • Tejimaya Inc.
  • Tokyo, Japan
View GitHub Profile
<?php
class openpneTruncateTablesTask extends sfBaseTask
{
protected function configure()
{
$this->addOptions(array(
new sfCommandOption('application', null, sfCommandOption::PARAMETER_OPTIONAL, 'The application name', true),
new sfCommandOption('env', null, sfCommandOption::PARAMETER_REQUIRED, 'The environment', 'dev'),
new sfCommandOption('no-confirmation', null, sfCommandOption::PARAMETER_NONE, 'Whether to force dropping of the database')