php - Which option is more scalable? -
I am working on a project php, mysql
I plan to add a multilingual I am making choices, usually I use single textfile for each php file, but I want to know whether a sequence is good and why and why.
- Using a single textfile for the entire site: Make this my life peacefully because I only have to make changes in one place, but I do not know how much scale the option will be.
- Using XML files for each PHP, is this scalable for this dictionary?
- Using the same XML file, is it scalable for dictionaries?
- Using a table in DB, I have used this option several times, but I have read that it slows down the webpage is not really scalable
us
For the word, different language files are the only solution, allowing many people to work in different languages in different languages
Comments
Post a Comment