Home › Forums › Back End › online – offline sync › Re: online – offline sync
July 6, 2013 at 7:12 am
#141716
Participant
You could set it up so that it creates a local Apache server when offline which would run PHP and MySQL, so that you can use the exact same app both online and offline.
You would then need to sync both the local and online databases.
I can’t explain any more than that though; it’s just an idea.