%s%t%f%i%s%d%n How to use when discuz data is being tuned

Source: Internet
Author: User
%s%t%f%i%s%d%n How to use when discuz data is being tuned
There are many such symbols in discuz, and I understand that they are substitution symbols, which seem to be written for convenience.
In addition Discuz SQL statement has a lot of parameters, the official did not give a clear statement, of course, the source code I can only see a half understand.
For example, sometimes in such sentences, followed by an array (), in parentheses also put some parameters, I do not know what these parameters are to represent what yo
------to solve the idea----------------------
Your PHP base still needs to improve AH ...
The following array is the parameter of the method Fetch_first, the value inside the array and the%t,%d in the preceding SQL statement: A placeholder like one by one corresponds to a
such as: Db::fetch_first ("select * from%t WHERE uid=%d", Array (' Common_member ', 1));
%t=pre_common_member (default execution db::table plus table prefix)
%d=1 (Intval is performed by default)
  • 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.