我对CakePhp的另一个问题是文件& Folder实用程序。 我收到了这个错误:
致命错误错误:调用未定义的方法 RegistriesController :: clearStatCache()文件: /var/www/crm0.convieneonline.it/lib/Cake/Utility/File.php专线:408
我做的很简单:
$src = 'http://www.website.it/be/preventivatore/img/brands/'. $registry['Registry']['id'] .'.png'; if ($check = File::exists($src)) { $check = true; } else { $check = false; }
你能帮我解决一下这个错误吗?谢谢