<?php } include(./adodb/adodb.inc.php); $ADODB_CACHE_DIR='tmp'; $db=NewADOConnect('mysql'); $db->connect('localhost','root','123456','mysql'); $sql="select * from user"; $db->cacheexecute(300,$sql); ?> |
< ?php require('./smarty/Smarty.class.php'); $smarty = new Smarty; Z) $smarty->caching = true; if(!$smarty->is_cached('index.tpl')) // No cache available, do variable assignments here. ) $contents = get_database_contents(); $smarty->assign($contents); } $smarty->display('index.tpl'); ) ?> |
GMT+8, 2024-12-22 17:14