akira wrote: > Ok, I´ll explain again :-) I have to develop a multilingual site, all > the content and link are coming from tables that I have separated by > language into schemas > example: > > en.content # table for English content > de.content # table for German content
Why not just have a single Content table with a language column? -Andrew. -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
