【发布时间】:2011-04-02 21:03:51
【问题描述】:
我收到 Parse 错误:语法错误,我在蛋糕烘焙模型时出现意外的 T_STRING 因为生成的模型有未闭合的单引号 喜欢 '
Photo' => array(
'className' => 'Photo',
'foreignKey' => 'album_id',
'dependent' => false,
'conditions' => ',
'fields' => ',
'order' => ',
'limit' => ',
'offset' => ',
'exclusive' => ',
'finderQuery' => ',
'counterQuery' => '
我该如何解决这个问题?
【问题讨论】:
标签: cakephp cakephp-bake