Posts by Thiago da Victória Nunes • 59 points
2 posts
-
-1
votes1
answer154
viewsQ: How to turn content from a file into an array in PHP
I have a file that has a array with the translations of a website. The contents of the file are similar to this: var textHome = { "home": { "btn_contact": { "pt": "contato", "en": "contact", },…
-
6
votes1
answer4503
viewsQ: Structure of MVC Folders
Hello. I am wanting to build my own application using the MVC standard. I understand the separation of each item(Model, View and Controller). But I want to make some sort of separation between the…