*//*選項參考手冊*/
/*建立cache物件*/
$frontendoptions = $config->cache->cache->frontend->toarray();
$backendoptions = $config->cache->cache->backend->toarray();
$frontendname = $frontendoptions['name'];
unset($frontendoptions['name']);
$backendname = $backendoptions['name'];
unset($backendoptions['name']);
if (empty($backendoptions['cache_dir']))
$_cache = zend_cache::factory($frontendname, $backendname, $frontendoptions, $backendoptions);
zend_registry::set('cache', $_cache);
/*使用cache*/
$viewrenderer = $_cache->load('viewrenderer'); //試圖從快取載入變數
if (!$viewrenderer instanceof something)//載入不成功
/*這只是一種應用,還可以輕鬆快取整頁;也可將快取存到資料庫或者記憶體。*/
?>
乙個例子展示printk的用法
原型 int printk const char fmt,示例 與大多數展示printf的功能一樣,我們也用乙個helloworld的程式來演示printk的輸出 編寫乙個 核心模組 include include if config modversions 1 define modversions...
ACM bitset 的基本用法 (附帶乙個例題)
bitset 100 a代表你定義了乙個長度為 100 的二進位制串。需要注意的是 bitset 的 中的數必須要是常數不能是變數,因為他需要在編譯的時候確定大小,這一定也讓我肯定了它內部是位域組織的。bitset 10000 d 100 7 d n set 全部置1 cout 題目描述 一共有 n...
LineDDA的乙個例子
unit unit1 inte ce uses windows,messages,sysutils,variants,classes,graphics,controls,forms,dialogs,extctrls,stdctrls,buttons type tfmmain class tform ...