我爱占星网 我爱占星网
首页
编程
java
php
前端
首页 编程 java php 前端

php symfony cc在后端?

is possible make php symfony cc

in backend.php on my page? if yes, how? i would like clear cache in my backend on page, not going to server

You can always call the system() function:

system("php symfony cc");

But I'm sure there's a better way... Actually, you must be able to call the function which clears cache inside your code, it's in the class sfCacheClearTask: https://github.com/symfony/symfony1/blob/1.4/lib/task/cache/sfCacheClearTask.class.php

I think this should work:

$command = new sfCommandApplicationTask();
$command->runTask('cache:clear');

近期文章

  • 检测危险的unix命令行元字符
  • 选择今年的日期和按月分组
  • 需要帮助php中的多个foreach语句
  • php foreach返回意外结果
  • 如何使用php将图片添加到blob字段中
  • PHP代码在`pre`标记中格式化XML内容
  • 插入查询不会将数据添加到我的数据库。 我的语法错了吗?
  • 用preg_replace替换字符串中的多个单词似乎不起作用
  • where field1 + field2 + field3 LIKE“%my_own_string%”?
  • 字符串的简单可逆加密类
  • 一个奇妙的C语言指针应用
  • 如何让PHP在IF语句中回显错误?
  • 将WHERE条件添加到3表LEFT JOIN查询...?
  • 格式化数组中的mysql数据
  • php正则表达式为4个字符
  • 计算项目或递增数字?
  • htaccess重写以创建友好的URL
  • 我如何做一个简单的PHP电子邮件发送?
  • Mysql WHERE子句帮助
  • 上传文件的权限

Copyright ©2022 我爱占星 All Rights Reserved.

浙ICP备2022030071号-1

部分图文来自网络,如有侵犯您的版权,请告诉我们删除

友情链接:代码精华