我正在关注锂 facebook 连接教程 http://www.shift8creative.com/blog/facebook-connect-and-lithium
加载页面时出现以下错误
Notice: Undefined variable: html in /var/www/lithium/app/resources/tmp/cache/templates/template_views_signs_index.html_1175517_1299986110_1801.php on line 3`
和
Fatal error: Call to a member function script() on a non-object in /var/www/lithium/app/resources/tmp/cache/templates/template_views_signs_index.html_1175517_1299986110_1801.php on line 3
我的 Facebook.php 页面开始如下
namespace facebook;
namespace \Exception;
我的观点的第 3 行
<?php $html->script('http://connect.facebook.net/en_US/all.js', array('inline' => false)); ?>
错误可能源于什么?