1
I use quite a lot constantes
in php to store information to configure the system
Example:
define('_CONFIG_SERVER','PC\SQLEXPRESS');
define('_CONFIG_DATA','Database');
define('_CONFIG_NAME','localhost');
define('_CONFIG_LANGUAGE_DEFAULT','pt-BR');
I use quite even... This can decrease the performance of the system???
I found a topical similar, but does not answer my question that in the case is the question of performance!
I think mentioning this To what extent premature optimization is a problem?, may be useful.
– Inkeliz
Kkkkkk liked the text, at the moment I’m just studying to just further start a project...in case the premature optimization is only when it’s done and tries to optimize-Ó? or if I use it first, it serves the same example? @Inkeliz
– user45722