I have an application that create child-applications automatically for users, I'm storing child-apps PHP files on sub directories, but I'm confused where to store the child application DATA, for example :
- I'm storing on Master Application MySQL DB : Details about applications created, and owners, and I'll need to store for child applications some details about it's users, and some images uploaded paths by them, Is it good to store theses data on JSON files ( User_ID.JSON ) ?
For JSON solution : I already created the User PHP OOP Class, and on page load, I'll get all infos about User in the Object.
Please i need advices.
Thanks in Advance. and Sorry for my bad English.