PHP 클래스 BcManagerShell

상속: extends AppShell
파일 보기 프로젝트 열기: baserproject/basercms

공개 메소드들

메소드 설명
checkenv ( ) 環境チェック
getOptionParser ( ) : void get the option parser
install ( ) インストール
reinstall ( ) 再インストール
reset ( ) reset
startup ( ) startup

보호된 메소드들

메소드 설명
_getDbParams ( ) : mixed パラメーターからDBの設定を取得する
_install ( ) インストール
_reset ( ) reset

메소드 상세

_getDbParams() 보호된 메소드

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

_install() 보호된 메소드

インストール
protected _install ( )

_reset() 보호된 메소드

reset
protected _reset ( )

checkenv() 공개 메소드

cake bc_manager checkenv
public checkenv ( )

getOptionParser() 공개 메소드

get the option parser
public getOptionParser ( ) : void
리턴 void

install() 공개 메소드

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

reinstall() 공개 메소드

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

reset() 공개 메소드

cake bc_manager reset
public reset ( )

startup() 공개 메소드

startup
public startup ( )