Thinkphp can not use-) order () ordering () Two solutions!

Source: Internet
Author: User
Tags modify trim

Using thinkphp, you find that you cannot sort by using->order ($order).

$order = "Info.date2 desc";

It is a pity that this result order has become the order by Date2 limit ... desc is gone.


Solution One:

$order there can be no space on either side, $order = "Info.date2 desc"; $order = "Info.date2 desc"; (wrong!) )



Solution Two:

Open File: D:\WebSite\Zbphp.com\www\ThinkPHP\Extend\Model\ViewModel.class.php

Modify line 136th to $array = Explode ("", Trim ($order)), plus trim to save, as shown in the figure:




recommended to use the second method , but look forward to thinkphp official website can fix this small problem, lest users modify the kernel code themselves. by default7#zbphp.com




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.