コード例 #1
0
 /**
  * Constructs a new Setup object using the CLI interface.
  */
 function Setup_cli()
 {
     parent::Setup();
     require_once 'base_CLI.class.php';
     $this->cli =& new base_CLI();
 }
コード例 #2
0
ファイル: setup.php プロジェクト: Artea/freebeer
 /**
  * Constructs a new Setup object using the CLI interface.
  */
 function Setup_cli()
 {
     parent::Setup();
     require_once HORDE_LIBS . 'Horde/CLI.php';
     $this->cli =& new Horde_CLI();
 }