Re: Localization, Internationalization, Multilanguatisation
Manuel Holtgrewe <[email protected]>
| Newsgroups | gmane.comp.lib.binarycloud.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi alex black schrieb: >> Alex, do you agree to catch include calls and transform files >> on-the-fly as a 'run-time building'? > Ok. We would obviously need heavy caching of processed files. > > If we do preprocess php with a special include - we must ensure that the > _original_ source php is valid. I want to ensure that the string > replacement, if skipped, would just result in string replacements > breaking. Nothing else. Okay, if this is your requirement: I think we can do this pretty easily. There is a parse_php() function - isn't it? Manuel