トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS

CakePHP

Last-modified: 2010-05-17 (月) 22:34:48 (5091d)
Top / CakePHP

CakePHPのメモ

POST取得

$this->params['form']

GET取得

$this->params['url']

サニタイズ

App::import( sanitize );

$変数 = Sanitize::stripAll( 値 );

権限を持つユーザの作成

GRANT ALL ON attenddb.* TO user1@localhost IDENTIFIED BY 'passwd';