Thinkphp_ template operation

Source: Internet
Author: User

Shortcut output variables

{:function(...)}//executes the method and outputs the return value{~function}//execution method does not output{@var}//Output Session variable{#var}//Output cookie variable{&var}//Output Configuration Parameters{%var}//Output Language Variables{.var}//Output Get variable{^var}//Output post variable{*var}//Output Constants

Template output

//1 Call the index action template directly$this-display ();//the Test1 action template that corresponds to the MYAPP/TPL/DEFAULT/INDEX/INDEX.HTML//2 call to the Index module$this->display (' test1 ');//test2 Action Template () corresponding to the MYAPP/TPL/DEFAULT/INDEX/TEST1.HTML//2 call message module$this->display (' Message:test2 ');//test2 Action template for the Message module that corresponds to the MYAPP/TPL/DEFAULT/MESSAGE/TEST2.HTML//3 call XP topic$this->display (' [Email protected]:test2 '));//corresponding MYAPP/TPL/XP/MESSAGE/TEST2.HTML//4 directly specify the full name of the template file$this->display ('.. /message/test3.html ');//Correspondence myapp/tpl/default/message/test3.html

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.