dashboard
repositories
filestore
activity
search
login
php
/
iem_shop
iem_shop
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
项目导入
bhq@iemsoft.cn
2018-11-27
e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
[php/iem_shop.git]
/
mobile
/
includes
/
patch
/
includes_cls_template_fetch_str.php
1
2
3
<?php
$template = $this;
return preg_replace_callback("/{([^\}\{\n]*)}/", function($r) use(&$template){return $template->select($r[1]);}, $source);