S 5e4401abd24a1ec9acd4159946f33876 CodeIgniter

速さが売りのPHPフレームワーク。
これでmixiアプリ作りました。
http://codeigniter.jp/user_guide_ja/

models/hoge_model.php

    function fuga($key) {
        $this->db->where('id', $key);
        $query = $this->db->get('tbl_name');
        return $query->row();
    }

controllers/hoge.php

public function index($key) {
  $hoge = $this->Hoge_model->get_user($key);
  $data['hoge'] = $hoge;
  $this->load->view('hoge/index.php', $data);
}

views/hoges/index.php

key?>

もしかして

    他の人の「CodeIgniter」

    S 5e4401abd24a1ec9acd4159946f33876

    関西大学総合情報学部2007年卒。 卒業後「非同期」「主観事典」をテーマにした会社設立。パンデイロやvimなどの打楽器が好き。 Backbone.js 千利休 木村蒹葭堂

    (9773words)

    最新

      最新エントリ

        関連ツイート