开发者

scaffolding error in cakephp 1.3

开发者 https://www.devze.com 2023-01-06 21:35 出处:网络
i\'ve just started to work on cakephp i\'ve just created the models and in the controller i just have 2 lines

i've just started to work on cakephp i've just created the models and in the controller i just have 2 lines

class BlogController extends AppController{
var $name='BlogController';
var $scaffold;
}

i'm getting this error in the view

Undefined property:  BlogController::$primaryKey [CORE/cake/libs/controller/scaffold.php, line 182]开发者_StackOverflow社区
Undefined property:  BlogController::$displayField [CORE/cake/libs/controller/scaffold.php, line 183]

yes what could be the problem thanx in advance


i figured it out in the name variable i added controller which is not requied and sorry for asking such a dumb question

0

精彩评论

暂无评论...
验证码 换一张
取 消