Re: [SMARTY] include_block

boots <[email protected]> Thu, 21 Dec 2006 15:54:17 -0800 (PST)
Newsgroups gmane.comp.php.smarty.general
Message-ID <[email protected]>
Hi.

I've never used it myself, but there is user contributed plugin at the wiki
that is something similar to what you propose:
http://smarty.incutio.com/?page=BlockWrapPlugin

It may be better to implement your own solution as a pair of compiler plugins
rather than a block plugin that the above plugin uses.

For myself, I'd rather see this done using the plugin features rather than as a
builtin.

Best regards,
boots

--- Paul Pogonyshev <[email protected]> wrote:
> Hi,
> 
> I'd like to propose a block tag `include_block'.  It would work just
> like `include', but would additionally bind contents of the block to
> some reasonable name, e.g. $contents or $block.  Name could also be
> specified by optional argument, but that might be an overkill.
> 
> For instance,
> 
> {include_block file="my-cute-side-block"}
> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
> eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
> enim ad minim veniam, quis nostrud exercitation ullamco laboris
> nisi ut aliquip ex ea commodo consequat.
> {/include_block}
> 
> And in file `my-cute-side-block':
> 
> <div style="float: right; padding: 1ex;">
> $contents
> </div>
> 
> Does that sound reasonable?  Or is it already possible with other
> tag?
> 
> Paul
> 
> -- 
> Smarty General Mailing List (http://smarty.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php