标签: php cakephp cakephp-3.0 php-5.6
早上好。我试图在我的CakePHP 3项目中实现Datatables,并且我遇到了一些问题。
在用户列表主视图中尝试listBox1.BindingContext[List].CurrentChanged += (s, e) => System.Diagnostics.Debug.WriteLine("CURRENT"); 数据表时,我收到此错误。
listBox1.BindingContext[List].CurrentChanged += (s, e) => System.Diagnostics.Debug.WriteLine("CURRENT");
->init
我的PHP版本在cakePHP 3上是5.6.30,我在两个版本中都使用了正确的fheider数据库插件。