CrossPHP153 released, lightweight PHP development framework

Source: Internet
Author: User
: This article mainly introduces the release of CrossPHP153 and the lightweight PHP development framework. For more information about PHP tutorials, see. 1.5.3 update description

1. new features

Add Rest: any () to match all request types.

$ App = Cross \ Core \ Delegate: loadApp ('web'); $ rest = $ app-> rest (); $ rest-> any ('/', function () {echo 'hi';}); $ rest-> run ();

II. Optimization

  1. RemoveDelegate: mRun (), With more powerful functionsDelegate: rest ()Replace

  2. ClosureContainer: isRegister ()RenamedClosureContainer: has ()

  3. It is case-sensitive when the Rest matches the url, improving the performance without parameter matching.

  4. ImageThumbGenerate a thumbnailAdd quality parameters

  5. Reduce the number of static member variables in FrameBase and use an anonymous function container to pass parameters.

  6. Optimize the decryption failure BUG caused by the parameter with question mark

III. skeleton

Admin is changed to adminLTE by default.

The above introduces the release of CrossPHP 153 and the lightweight PHP development framework, including the generation of thumbnails, and hope to help those who are interested in PHP tutorials.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.