|
Posted by .:[ ikciu ]:. on 10/14/06 08:33
Hmm Steve <no.one@example.com> wrote:
> how do you overcome the memory wasted in pulling in ONE FILE when
> only a small portion of it is needed?
ofc if you will have other data on each language your way is better but this
won't be multilanguage site
multilanguage means all data exists in each version - translation
> first, you DON'T need templates AT ALL. a simple translation function
> suffices:
> <h1><?= language::translate(phrases::$helloWorld, language::en_us)
> ?></h1>
ofc, i didn't think about real template (Smarty or something like it), only
the way what i showed you. there is no sense to to insert php code in
layout, when your function will change name or nuber of parameters you will
have to change it everywhere, when you will use replace function for insert
data you will do it in one place ...
i think you don't get it, do it what you want ..... EOT
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ikciu | gg: 718845 | yahoo: ikciu_irsa | www: www.e-irsa.pl
2be || !2be $this => mysql_query();
[Back to original message]
|