问题标签 [zenphoto]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
134 浏览

php - 如何在 ZenPhoto 1.4.5 中清除图像缓存?

在我安装的以前版本的 Zenphoto 中,概览页面“清除图像缓存”上有一个大按钮。现在这已经过去了。

我需要这个设施。有谁知道它现在的位置。

0 投票
1 回答
66 浏览

php - Using Zenphoto with Symfony2

I want to use zenphoto with my symfony2 website. I would do so by making calls to zenphoto to retrieve images. Here's a non-symfony2 coding example from another one of my sites that it would use as a basis:

There's more code buried in the HTML. All the code would end up in a controller. My question is how to best integrate zenphoto if at all. I could just install the code independent of the framework, but I imagine there's a better way.

There's a whole front end for uploading and managing images as well as admin functions. These web pages would be independent of Symfony as it doesn't seem possible to integrate them.