摘要: foreach循环法:main.php<?phpinclude "class/Smarty.class.php";define('__SITE_ROOT', 'd:/appserv/www/smarty_test');require_once 'includes/DB.class.php';$tpl = new Smarty();$tpl->template_dir = __SITE_ROOT . "/templates/";$tpl->compile_dir = __SITE_ROOT 阅读全文
posted @ 2011-06-30 14:40 王翔(kingfly) 阅读(398) 评论(0) 推荐(0)