|
Posted by P Pulkkinen on 02/06/07 15:15
"Michael Fesser" <netizen@gmx.de> wroite
>
> My framework is prepared for handling multilingual content. It's not
> fully implemented yet, but the backend will most likely be the gettext
> extension. I've worked with it in the past and like it.
Is your framework open source :-)
> I also do that, because some parts of the content come from a DB. In my
> framework every multilingual table consists of two "physical" tables in
> the DB, e.g.
Thanks. Outside of language thing, I would like to know, how this kinf of
sister tables are declared in mysql. Or do you just manually keep their
indexing in harmony, removing and inserting records at the same time to both
tables. I ask this, because somethimes this kind of need rises up. For
example, I could like to have a very minimalistic users-table and then have
additional sister tables that are related to some specific installation or
some extra module.
[Back to original message]
|