Using Global DB Config file in PHP
At times we do face problems modifying names of a table or a column after the application has been scaled. This is more problematic when working with large applications as I have learnt from experience. It generally requires a lot of rework with existing codes. So lately, in my PHP projects I have been using global_db_config…
read more