tomdelonge Posted May 28, 2009 Share Posted May 28, 2009 Say that in the backend of my application I want to be able to change the tagline on the front page of the website. Should I just store stuff to the database or is there a faster way? Quote Link to comment https://forums.phpfreaks.com/topic/160078-best-way-for-simple-backend-changes/ Share on other sites More sharing options...
.josh Posted May 28, 2009 Share Posted May 28, 2009 Well that kind of depends on the overall picture. All by itself, the fastest way to change it would be just to edit the page directly. Quote Link to comment https://forums.phpfreaks.com/topic/160078-best-way-for-simple-backend-changes/#findComment-844547 Share on other sites More sharing options...
waynew Posted May 28, 2009 Share Posted May 28, 2009 Seems a little harsh for one single tagline. Quote Link to comment https://forums.phpfreaks.com/topic/160078-best-way-for-simple-backend-changes/#findComment-844549 Share on other sites More sharing options...
tomdelonge Posted May 28, 2009 Author Share Posted May 28, 2009 Sorry, should have mentioned that it's for someone who is technically inept. They couldn't manage that. I'll just have them log in and change the text. Trying to keep it simple for them... Quote Link to comment https://forums.phpfreaks.com/topic/160078-best-way-for-simple-backend-changes/#findComment-844551 Share on other sites More sharing options...
waynew Posted May 28, 2009 Share Posted May 28, 2009 Use a database or use a text file. The choice is yours. Quote Link to comment https://forums.phpfreaks.com/topic/160078-best-way-for-simple-backend-changes/#findComment-844552 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.