6

Click here to load reader

Codeigniterでhello world!!

Embed Size (px)

Citation preview

Page 1: Codeigniterでhello world!!

CodeIgniterで"Hello World!!"

Page 2: Codeigniterでhello world!!

CodeIgniterとは?・第4位のPHPのMVCフレームワーク・ベンチマークを取るとぶっちぎり・ファイルサイズが小さい(2MB)・日本語ドキュメントしっかり

Page 3: Codeigniterでhello world!!

使ってみる前に

・文字コードはUTF-8・$_GETは基本使えません・サーバーによって設定違う場合有

Page 4: Codeigniterでhello world!!

手順1. Download&FTPにアップロード2. ~/application/config/config.php 3. welcomeメッセージ確認4. .htaccess設置5. ~/application/controllers/hello.php6. ~/application/views/hello_view.php7. routes.phpでデフォルトコントローラ8. Modelも使ってみる

Page 5: Codeigniterでhello world!!

CloudIgniter

Page 6: Codeigniterでhello world!!

Link・CodeIgniterユーザガイド日本語版http://codeigniter.jp/user_guide_ja/・日本CodeIgniterユーザ会http://codeigniter.jp/・本家http://codeigniter.com/