プロジェクト開始

インストール完了

CodeIgniter インストール

ダウンロード

1/3時点の最新版CodeIgniter 1.7.3 をダウンロード

http://sourceforge.jp/projects/codeigniter/releases/

設置
  • 展開
  • 配置

/Applications/MAMP/htdocs/framework/codeigniter/

  • 日本語環境用に設定変更

config/config.php を編集

$config['base_url']	= "http://localhost/framework/codeigniter/";
$config['language']	= "japanese";
$config['log_threshold'] = 4;
.htaccess設定
RewriteEngine on
RewriteCond $1 !^(index\.php|css|images|robots\.txt|user_guide_ja|.+\.gif$|.+\.jpg$|.+\.png$|.+\.js$)
RewriteRule ^(.*)$ /framework/codeigniter/index.php/$1 [L]

開発環境の構築

Xdebug インストール
Eclipseのプロジェクト追加

インポート

Github アカウント登録

https://github.com/xxxxxxx/