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
< P> These are my options, I would be great if someone had better, and if anyone has advice on pseudocode (I usually use a large array) and a replacement is welcome: D

us

For the word, different language files are the only solution, allowing many people to work in different languages ​​in different languages ​​

/ html>

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -