I am writing php web applications, and simply deploy them via FTP. To make it work, I often have some tweaking/debugging to do given that I have little control over the (free) web server hosting me, so what's working in my local environment might not work live.
For example I keep a separate php file containing class_db_myapp.php which extends a class_db.php with specific DB parameters : db name, username, password which won't be the same local and live. (For information : Lately I started using git for version control)
As my app evolves, some files get renamed / deleted / created. When comes the time to upload a new version, I have to either rely on my memory to know what I have to upload / delete or simply delete all / upload all. But in the second case I need to avoid erasing the class_db_myapp.php file...
Buna uygun bir çözüm ile gelip değil.
Bu alandaki en iyi uygulamalar nelerdir?
Bu yüzden bana gelin lütfen eğer ben, bu konuda varolan tartışmayı kaçırmış olabilir.
Teşekkür ederim.