Welcome Guest, Not a member yet? Register   Sign In
localize databases with working searching and ordering?
#6

Hi,
The way I would do this: in a table I have multiple field for different languages, i.e. colorEN, colorDE, colorFR.
The query would be something 
PHP Code:
$query $this->db->table('colors')
 ->
select('color'.$language.' AS color')
    ->orderBy('color'.$language'ASC); 

Where $language is the current selected language.
I guess this would also order the colors correctly.
Reply


Messages In This Thread
RE: localize databases with working searching and ordering? - by JustJohnQ - 06-10-2024, 08:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB