文件&文件夹蛋糕Php

时间:2016-09-18 13:57:58

标签: cakephp

我对CakePhp的另一个问题是文件& Folder实用程序。 我收到了这个错误:

  

致命错误错误:调用未定义的方法   RegistriesController :: clearStatCache()文件:   /var/www/crm0.convieneonline.it/lib/Cake/Utility/File.php专线:408

我做的很简单:

  1. 我插入了App :: uses('Folder','Utility');和App :: uses('File','Utility');在控制器
  2. 然后我开发了以下代码:
  3. $src = 'http://www.website.it/be/preventivatore/img/brands/'. $registry['Registry']['id'] .'.png';
    
    if ($check = File::exists($src)) {
          $check = true;
      } else {
          $check = false;
      }
    

    你能帮我解决一下这个错误吗?谢谢

0 个答案:

没有答案