エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
public function action_create() { (略) } public function action_register() { (略) $this->tmplate-... public function action_create() { (略) } public function action_register() { (略) $this->tmplate->content = View::forge('users/create'); } public function action_index() { (略) $data = array( 'users' => Model_User::find('all'), ); $this->set_template_data($data); //追加メソッド } class Controller_Base extends Controller_Template { protected $data; protected static function get_view_filename() { $controller