On 12/8/05, Jesse Erlbaum <[EMAIL PROTECTED]> wrote:
>
> > - die_on_bad_params has been removed (yay!)
>
> Does this mean that you can pass any bad param into the template and it
> doesn't die?  For me, this is the template equivalent of "use strict".

Sometimes, a "bad" param isn't bad so much as unused. For example, you
might have a standard set of params that gets passed to everything.
One of those values might be used in all templates but one. What
should be done there?

A perfect example is a header-bar. It might contain the username of
the user. But, the login and logout screens won't have the username.
Do you alter the parameters you pass to your header just because your
runmode differs?

Thanks,
Rob

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to