Не кешируются данные - Visavi.net https://visavi.net/ RSS - Visavi.net https://visavi.net/assets/img/images/logo_small.png RSS - Visavi.net https://visavi.net/ [email protected] (admin) [email protected] (admin) Tue, 24 Dec 2024 22:14:40 +0300 Вот какой код<br> <pre class="prettyprint">//----- Кеш цветов -----// function save_color($time = 0) { if (empty($time) || &#64;filemtime(DATADIR . &#039;temp/color.dat&#039;) &lt; time() - $time) { $querycol = DB &#58;&#58; $dbh -&gt; query(&quot;SELECT `users_login`, `users_color` FROM `users` WHERE `users_color`&lt;&gt;?;&quot;, array(&#039;&#039;)); $allcol = $querycol -&gt; fetchAssoc(); file_put_contents(DATADIR . &quot;temp/color.dat&quot;, serialize($allcol), LOCK_EX); } }</pre> что не так здесь? https://visavi.net/topics/24526/414999 Не кешируются данные AlyOha Tue, 30 Aug 2011 14:20:08 +0400 Сообщения https://visavi.net/topics/24526/414999