Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > d64fb4145777a3be1019c03196c86eb0 > files > 109

php-pluf-0.1-3mdv2010.0.noarch.rpm

<?php $_extra_tag = Pluf::factory('Pluf_Template_Tag_Url', $t); $_extra_tag->start('/action/'.$t->_vars['toto'].'/'); ?>

<?php $_extra_tag = Pluf::factory('Pluf_Template_Tag_Mytag', $t); $_extra_tag->start('sdfsd', 'sdfsdf'); $t->set('mytag', 'hello world!');?>

<?php $_extra_tag = Pluf::factory('Pluf_Template_Tag_Mytag', $t); $_extra_tag->end('param 1'); $t->set('mytag', '');?>