Giter Site home page Giter Site logo

colaphp's Issues

config.php文件的_merge方法的BUG

通过该方法合并类似下面两个数组时:


$arr1 = [
    'name' => 'Tom',
    'info' => 'thing'
];

$arr2 = [
    'name' => 'Jack',
    'info' => [
        'addr' => 'beijing',
        'age'  => '18'
    ]
];

得到的结果是:


array (size=2)
  'name' => string 'Jack' (length=4)
  'info' => string '1hing' (length=5)

建议:_merge方法中应该增加个逻辑判断$arr1为字符串的情况,直接返回$arr2的值即可。

新框架ColaPHP

作者大大,我是Twocola PHP Engine(也称TCE)框架的作者。
想在TCE4.2版本后改名叫ColaPHP,百度一查有你的一个年久失修的作品,想与作者合作完成一个新的PHP框架。
可以到我的仓库里看一看TCE的一些手册,TCE是一个不成熟的作品,但是我感觉已经达到可运营的水平了。
最后希望能得到你的回复,若没有回复的话我就是用ColaPHP这个名称了,如果有任何不满,请随时联系我!再次希望能与你合作!

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.