Smarty First Strip_tags filter HTML tags after truncate interception of the use of the article

Source: Internet
Author: User
The Strip_tags () function strips HTML, XML, and PHP tags.

Copy the Code code as follows:


World! ");? >


In Smarty, you can use Strip_tags to remove HTML tags, including any content between < >.
For example:
index.php:

Copy the Code code as follows:


$smarty = new Smarty;
$smarty->assign (' ArticleTitle ', "Blind Woman Gets New kidney from the Dad she hasn ' t Seen in years.");
$smarty->display (' Index.tpl ');


INDEX.TPL:

Copy the Code code as follows:


{$articleTitle}
{$articleTitle |strip_tags}


Output Result:

Copy the Code code as follows:


Blind Woman Gets New kidney from Dad she hasn ' t Seen in years.
Blind Woman Gets New Kidney from Dad She hasn ' t Seen in years.


Article interception:

Copy the Code code as follows:


{$article. content|truncate:35: "...": true}

The above describes the Smarty in the first strip_tags filtering HTML tags after the truncate interception of the article, including the content, I hope that the PHP tutorial interested in a friend helpful.

  • 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.