On 19/12/11 18:20, Brion Vibber wrote: > On Mon, Dec 19, 2011 at 5:36 AM, Lisa Ridley <[email protected]> wrote: > >> Is there a way to access tables with different prefixes using the >> MediaWiki db abstraction layer from within the same MediaWiki site? I >> swear I thought there was, but if it exists I haven't found the >> documentation on it so far. >> > > I *think* if you quote the names they won't get prefixes applied. But test > that, don't take my word for it. :) > > -- brion
Yes, that's an option. Another one would be to list them in $wgSharedTables, with an empy . $wgSharedPrefix. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
