ksugawara61 / k2oCodeigniter

k2oのCodeigniter
0 stars 0 forks source link

アプリケーション初期開発 #1

Open ksugawara61 opened 7 years ago

ksugawara61 commented 7 years ago

ディレクトリ構成

/codeigniter
  ├ assets
  │    ├ css
  │    ├ img
  │    └ js
  └ application
        ├ controllers/K2o_blog.php
        └ views
            ├ index.php
            ├ about.php
            ├ portfolio.php
            ├ portfolio/detail.php
            ├ contact.php
            └ templates
                  ├ header.php
                  ├ footer.php
                  └ sidebar.php
ksugawara61 commented 7 years ago

コントローラーのルーティング

パス 引数 概要
/index none トップページ
/about none わたしたちについて
/portfolio none,ページID つくったもの
/contact none おといあわせ