mab741 2012-07-31 12:46:34 3233次浏览 4条回复 0 0 0

Fatal error: Call to a member function get() on a non-object in $cache = Yii::app()->cache->get($key); 这行报错

'cache' => array(
          'class' => 'system.caching.CMemCache',
          'servers' => array(
               array('host' => '127.0.0.1',
                 'port' => 11211,
               ),
           ),
      	),

main.php文件里,

您需要登录后才可以回复。登录 | 立即注册