This version added cache support that minimize the query to database in order to improve the performance. You can grab the updated version from the original post.
這個版本加入 cache 支援,減少 database 的 query 從而改善效能,大家可以到原文下載最新版本。
This version added cache support that minimize the query to database in order to improve the performance. You can grab the updated version from the original post.
這個版本加入 cache 支援,減少 database 的 query 從而改善效能,大家可以到原文下載最新版本。
Great!
你好,天佑,请教一个模板方面的问题,当home.php 和 entry_multiple.php的内容完全一样的时候,我可以不写entry_multiple.php这个模板么?
@fireyy:可以,因為會找不到 entry.multiple.php 時會自動使用 home.php 的。
谢谢,另外再请教一个问题。我发现K2模板的theme.php里有一个
里面的User::identify() != FALSE,是什么状态?@fireyy:那是代表有用戶 login 了的情況。
再次感谢天佑 :)