ECSHOP前台添加搜索问题功能 2009.11.06
//lib_main.php function assign_comment($id, $type, $type2=0, $page = 1,$search=false) { if($search){ $comment_where = (!empty($type2)) ? " AND content LIKE '...
//lib_main.php function assign_comment($id, $type, $type2=0, $page = 1,$search=false) { if($search){ $comment_where = (!empty($type2)) ? " AND content LIKE '...
/** * 获得指定栏目文章内容。 * * @access private * @return array */ function index_get_only_article($cat_aid) { $sql = "SELECT title ,content FROM " .$G...
最近搞一个项目是ECSHOP邮件互动性的商城,要求是可以发送要求邮件 而且需要支持图片和外联 这当然需要一个 base64_encode() 来支持发送了 检查了一下 内置了这个函数 那应该没有问题 查看...
function CheckAll(form) {//全选 for (var i=0;i<form.elements.length;i++) { var e = form.elements[i]; if (e.name != 'chkall') e.checked = form.chkall.ch...
/** * 获得查询时间和次数,并赋值给smarty * * @access public * @return void */ function assign_query_info() { if ($GLOBALS['db']->queryTime == '') { ...
include("Smarty.class.php");$smarty = new Smarty; $smarty->caching = true; // only do db calls if cache doesn't exist// 只有在缓存不存在时才调用数据库if(!$smarty...
在languages/zh_cn/admin/common.php文件修改 admin/templates/index.htm Line 4 */ <title>{$lang.cp_home}</title> /* admin/templates/login.htm Line 4 */ ...
/** KEN SYTLE web:www.CKSKY.CN * 获得指定栏目最新的商品列表。 * * @access private * @return array */ function index_get_class_goods($cat_aid, $cat_num) {  ...