Most kohana memcached related news are at:
Huge numbers I didn’t even know about. 26 Jul 2011 | 06:24 am
I’ve been playing around with Lisp a little just out of curiosity. The (format) macro used with the “~r” directive convert numbers into english words. Unless you’re a mathematician or a Zimbabwian, th...
All is forgiven Vodacom 16 Jul 2011 | 07:50 pm
A while ago I was fed up with Vodacom. I was planning to move to MTN and give them the finger. I found out how to do it and decided that I’ll phone Vodacom Direct on 0821959 (since my upgrade is due) ...
More kohana memcached related news:
Seagull Framework with memcached sessions seagullproject.org 24 Oct 2009 | 04:38 am
Hello devs, beginning of September we did a relatively big relaunch of our podcast portal. Changes included switching from the DB based navigation to the array driver, using Horde Routes instead of...
PHP Warning: PHP Startup: memcache: Unable to initialize module itsolutionskb.com 23 Oct 2010 | 11:05 pm
Upgrading between PHP versions without upgrading their modules as well will result in the following warning: PHP Warning: PHP Startup: memcache: Unable to initialize module Module compiled with modu...
How to: Install PHP w/ FPM + Memcached + GD + MySQL on FreeBSD 8 softwareprojects.com 1 Dec 2011 | 12:24 am
Enjoy our step-by-step guide to configuring PHP 5 with FPM, NGinx Web server, Memcached and MySQL 5.1, on FreeBSD 8: 1. Install FreeBSD 7 compatibility and standard packages cd /usr/ports/misc/compa...
Gallery 3.0 正式推出 twpug.net 7 Oct 2010 | 01:02 am
經過了 2 年的時間進行開發,期間推出了 9 個測試版本,超過 6000 次的異動與 18 個以上的開發者, Gallery 3.0 正式推出,下載網址: http://downloads.sourceforge.net/gallery/gallery-3.0.zip 這個版本以 Kohana Framework 重新改寫,大量使用了 jQuery 製作動態效果,不只操作容易,乾淨的架構也讓它...
Rootserver-Grundlagen: memcached und Typo3 winkelb.com 23 Oct 2011 | 02:55 am
Im Einstiegsartikel wurde schon ausgeführt, dass man mit memcached den Arbeitsspeicher des Server als Zwischenspeicher für Typo3 und ähnliche CMS-Systeme nützen kann. Das hat gerade bei Typo3 den Vort...
Rootserver: memcached winkelb.com 23 Oct 2011 | 02:39 am
Die Datenbank ist - meist in Form von MySQL - zusammen mit PHP zum Dreamteam im Webdesign geworden - unabhängig davon, ob man nun eine kleine Webseite oder ein Riesenportal aufbauen möchte. Mit reinem...
memcached rafeekphp.wordpress.com 19 Aug 2009 | 06:32 pm
What is memcached? memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database ...
真的了解memcached吗? web302.com 18 Jul 2011 | 01:37 pm
1 什么是memcached? Memcached 是一个高性能的分布式内存对象缓存系统,基于一个存储键/值对的hashmap,也就是常说的Key-Value。主要特性是分布式和内存存储,所以读写速度是非常神速的,1.5W/s没问题的。 2 memecached启动参数 memcached -d -m 2048 -p 11211 -P /tmp/memcached.pid -d 守护模式 -m ...
Kohana で pjax をしてみたよ! hampom.wordpress.com 6 Jan 2012 | 11:13 pm
先日作成した簡単なページのページネーション部を pjax で動作するようにしてみました! pjax については google で検索するといっぱいでてくるので、そちらを参照してください(´・ω・`) Kohana PHP で実現するために、まずはモジュールを探してみました! Kohana には http://kohana-modules.com/ というサイトがあり、現時点(2012/1/6...
Kohana データベースへの登録とページネーション 〜 ページネーション 〜 hampom.wordpress.com 5 Jan 2012 | 11:07 pm
データベース登録できたので、次はページネーションを。 同梱モジュールには含まれていない様子だったので、さっさとググッて見つけてきました。 kloopko / kohana-pagination [ https://github.com/kloopko/kohana-pagination ] ページからダウンロードしてきて、展開したら modules/ 以下にコピーします。 次に boots...