Get Smarty

Donate

Paypal

Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

Name

getTags() — return tags used by template

Description

string getTags(object template);

This function returns an array of tagname/attribute pairs for all tags used by the template. It uses the following parameters:

  • template is the template object.

Note

This function is experimental.

Example 14.29. getTags()


<?php
include('Smarty.class.php');
$smarty = new Smarty;

// create template object
$tpl = $smarty->createTemplate('index.tpl');

// get tags
$tags = $smarty->getTags($tpl);

print_r($tags);

?>

    


Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors