From: Alex B. <en...@tu...> - 2001-10-01 16:46:58
|
> Hi Alex, > > the BccModuleCompiler does work now, but only for static module output. But > what about templates containing "load_ordered" output? Static modules won't support load order (at least initially) - the StaticModule() method in page runs the module and sends the output all in one go. I like the 'group' tag, it's a nice alias... but I don't see how we can elegantly support full load-ordered module arrays that are defined in the markup they will be presented in :) _a > I thought of this: > > <bc:module> > <group>content</group> > <index>0</index> > </bc:module> > > short one: > <bc:module group="content" index="0" /> > > Will be transformed to: $Page->output['content'][0] > > or for the whole group: > > <bc:module group="content" /> = $Page->output['content']; > > Andi > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |