※リストが表示されない場合
AddBlockなどの広告ブロックツールがONになっているとリストなどが表示されない場合があります。これらのツールをOFFにしてみてください。
※indexアクションメソッドの例
public function index() {
// レイアウト関係
$this -> layout = "Sample";
$this -> set("header_for_layout", "Sample Application");
$this -> set("footer_for_layout",
"copyright by SYODA-Tuyano. 2011.");
// 以下がデータベース関係
$this->set('datas', $this->paginate());
}
| 次へ >> |