CakePHP - How do i set the page title to an item name?

后端 未结 10 923
囚心锁ツ
囚心锁ツ 2021-01-03 02:13

OK, so I\'m trying to teach myself the CakePHP framework, and I\'m trying to knock up a simple demo app for myself.

I have the controllers, views and models all set

10条回答
  •  滥情空心
    2021-01-03 02:20

    $this->pageTitle = $this->Guitar->Name;
    

    It should go in the View though, I don't PHP, or cakePHP, but thats something a view should do, not the controller.

提交回复
热议问题