codeigniter: closure table - add descendant

后端 未结 1 1144
清酒与你
清酒与你 2021-01-27 23:27

I\'m trying to add a new descendant, but having difficulties achieving it, it displays some error, Would be grateful if you could take time to review what I\'ve done thus far.

相关标签:
1条回答
  • 2021-01-28 00:12

    Your model can't be called "Closure" because that's a reserved name in PHP. Change the name to something else and it should work.

    0 讨论(0)
提交回复
热议问题