开发者

phpFlickr Caching to Filesystem or MySQL?

Are you supposed to be able to see distinct filenames via phpFlickr's caching to filesystem or MySQL? I've set the parameters as listed in the readme, but caching does not seem to generate any files or mysql table rows.

I've tried both the filesystem (chmod 777 in cache folder) and mysql method (manually created cache table). Any advice on what's to be done to e开发者_运维知识库nable caching on phpFlickr ? http://phpflickr.com/docs/caching/

$f = new phpFlickr($key);

$f->enableCache("db", "mysql://user:password@localhost/database");
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜