PHP Class BcManagerShell

Inheritance: extends AppShell
Afficher le fichier Open project: baserproject/basercms

Méthodes publiques

Méthode Description
checkenv ( ) 環境チェック
getOptionParser ( ) : void get the option parser
install ( ) インストール
reinstall ( ) 再インストール
reset ( ) reset
startup ( ) startup

Méthodes protégées

Méthode Description
_getDbParams ( ) : mixed パラメーターからDBの設定を取得する
_install ( ) インストール
_reset ( ) reset

Method Details

_getDbParams() protected méthode

パラメーターからDBの設定を取得する
protected _getDbParams ( ) : mixed
Résultat mixed Array Or false

_install() protected méthode

インストール
protected _install ( )

_reset() protected méthode

reset
protected _reset ( )

checkenv() public méthode

cake bc_manager checkenv
public checkenv ( )

getOptionParser() public méthode

get the option parser
public getOptionParser ( ) : void
Résultat void

install() public méthode

cake bc_manager install "サイト名" "データベースの種類" "管理者アカウント名" "管理者パスワード" "管理者Eメール" -host "DBホスト名" -database "DB名" -login "DBユーザー名" -password "DBパスワード" -prefix "DBプレフィックス" -port "DBポート" -baseurl "RewriteBaseに設定するURL"
public install ( )

reinstall() public méthode

コマンドはインストールと同じ
public reinstall ( )

reset() public méthode

cake bc_manager reset
public reset ( )

startup() public méthode

startup
public startup ( )