摘要: 我在写权限的查询的时候,用到了sql语句的链接写一下出错的时候的代码 $sqlpid="select auth_name from sw_auth where auth_level=0"; if(session('mg_id')!=5){ $sqlpid.="and auth... 阅读全文
posted @ 2015-07-10 20:16 杰杰顺利 阅读(253) 评论(0) 推荐(0)
摘要: 我已经将模板引擎配置为smarty,在模板中使用常量是写为{$smarty.const.ADMIN_IMG}到使用到session的值时这样写{$smarty.session.mg_name} 阅读全文
posted @ 2015-07-10 11:09 杰杰顺利 阅读(749) 评论(0) 推荐(0)