Re: 1 cset was pushed to core/stable: DD template override by child classes...
Marcel van der Boom <[email protected]> Wed, 22 Jun 2005 20:11:34 +0200
| Newsgroups | gmane.comp.cms.xaraya.bk-notices |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
mikespub wrote: > If I read the code for xarTplProperty correctly, that allows you > to override the showoutput-, showinput- or validation- part, > not the part that corresponds to the property name after it. > > I guess both have their place, but they're different things > altogether... > Agreed, but they are both part of the template, which got me on the wrong foot earlier, especially since the last param of xarTplModule is $template and easily comfused with $tplBase which, in itself adds to my confusion entropy. Not saying anything is wrong, but usually if i'm confused about code which was in part written by myself, it's a good bet others will be confused too. :-) digging from memory tplPropery was brought closer to tplBlock and as such a property (rendering) more like a block (rendering). But your post on committers is a good start :-), thx marcel