Re: CompileBL Scenario
| Newsgroups | gmane.comp.cms.xaraya.devel |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
Jason wrote: > Many other CMSs and frameworks keep a cached list of where to find everything, > so that searching multiple locations for overriding templates is done outside of > any page loading. Exactly the point: the CMS or framework will look for its files and overrides with well defined locations (presumably) within its own file structure, as does Xaraya for instance. When talking about a standalone BL compiler (in my understanding anyway), we are talking about BL being used by e.g. more than one CMS, so it would have to be told explicitly, such as for example with an XML configuration file, rather than implicitly, which is the case right now as long as the tags are in locations the BL compiler already knows about. Marc