Coder Social home page Coder Social logo

jiania / ecshop Goto Github PK

View Code? Open in Web Editor NEW
26.0 5.0 38.0 5.76 MB

ecshop 为早期在国内用的比较广,但此项目已多年不在升级,最近一个项目需要升级最新支持 php 5.6.x系列。把修改后的代码贡献给有需要升级的朋友。

HTML 15.25% PHP 77.47% JavaScript 5.22% CSS 1.83% ColdFusion 0.16% Perl 0.06%

ecshop's Introduction

ecshop

<<<<<<< HEAD

ecshop upgrade php 5.6.x

=======

3485bbb3587cce1623f605644c012968921e7ddd

ecshop's People

Contributors

hjjgit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ecshop's Issues

这个替换产生了一个问题

//$val = preg_replace("/[([^[]])]/eis", "'.'.str_replace('$','$','\1')", $val);
替换为
$val = preg_replace_callback("/[([^[]]
)]/is", function ($matches) { return '.'.str_replace('$','$',$matches[1]);}, $val);

将不能支持
$lang.os.[$order.order_status]
这种形式的变量,导致很多地方无法显示出内容

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.