Re: [Phplib-users] Multiple Blocks in Templates (using the same template form)
Brought to you by:
nhruby,
richardarcher
|
From: Herouth M. <he...@it...> - 2002-01-09 14:23:35
|
On 2002 January? 9 ,Wednesday 16:09, Rogers, Paul wrote:
> Can anyone explain why this and if it is possible to use the block
> template witihin the same file?
Once you use set_block the first time, that block no longer exists
within the original select_dbout. It has been replaced with the
string {rows}.
If you want to use it again, just set_var( 'rows', '' ), and start
filling the rows variable again, then parse select_dbout again.
Herouth
|