Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 2 matches
Smarty Forum Index
Author Message
  Topic: Smarty3 Compiler plugin not wrapping output in php tags
mosuin

Replies: 2
Views: 8757

PostForum: Plugins   Posted: Sun Jul 10, 2011 4:50 am   Subject: Smarty3 Compiler plugin not wrapping output in php tags
Thank you. I thought the same.

So this is the right code:

return "<?php echo 'hello world'; ?>";
  Topic: Smarty3 Compiler plugin not wrapping output in php tags
mosuin

Replies: 2
Views: 8757

PostForum: Plugins   Posted: Fri Jul 08, 2011 10:19 pm   Subject: Smarty3 Compiler plugin not wrapping output in php tags
Here is a sample compiler plugin I am trying.

function smarty_compiler_hello($contents, &$smarty)
{
return "echo 'hello world';";
}


As per manual this pl ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP