
FishMonger
Veteran
May 10, 2012, 6:53 AM
Views: 7201
|
|
Re: [Ted] Inserting data from a tag
|
|
|
I'm trying not to use a module if I can. Why? Using a placeholder tag like that indicates that you probably should be using one of the template modules. If that really is a flat file database, then using a placeholder tag makes absolutely no sense. It's not clear, but presumably you have multiple placeholder tags and that if block is being done in a loop which makes putting that require statement in there pretty odd and vary inefficient.
(This post was edited by FishMonger on May 10, 2012, 6:53 AM)
|