PHP's solution to conflicts with CSS/JSON in conventional template engines

Source: Internet
Author: User
This article mainly introduces PHP's solution to conflicts with CSSJSON in the conventional template engine, which is very practical, for more information about PHP's solution to conflicts with CSS/JSON in the conventional template engine, see the following example:

This article mainly targets Smarty and Dwoo

There is often a conflict between Smarty and CSS/JS syntax, because both must use braces {}. Although you can change the definition of Smarty, it is not cost-effective to modify all the relevant code in an existing system. The solution is as follows:

1. avoid simultaneous appearance

Avoid using external references. The problem is that it is unavoidable. Therefore, this situation is only suitable for a few simple cases.

2. modify the Smarty identifier

3. you can use the literal tag of Smarty to enclose the style sheet information., As shown below:

{$ Title}{Literal}

 
  
P {margin: 2px} {/literal}

  

 

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.