我需要获取 redbean instacne 并将其传递给我需要的模型函数。该文档说明了一种方法。
$toolbox = RedBean_Setup::kickstart('mysql:host=localhost;dbname=demo','root','');
$redbean = $toolbox->getRedBean();
但它不起作用。它给了我错误
Fatal error: Call to a member function getRedBean() on a non-object in ...
我可以看到方法在那里。我怎么能做到这一点?