我有以下代码..
$support = R::load('nfcategory', 1);
$post = R::dispense('nfpost');
$post2 = R::dispense('nfpost');
$support->ownNfpost = array($post, $post2);
R::store($support);
我得到这个错误:
Fatal error: Uncaught exception 'RedBean_Exception_Security' with message 'Cannot cast to bean.' in E:\wamp\www\neatforum2\neatforum\lib\rb.php on line 911
我花了大约一个小时试图解决这个问题。也许是因为我累了......任何帮助将不胜感激。谢谢。