Hey guys! Wow I haven't been here in a long time.
Anyways, I need help deciding the best way to handle templates in PHP with MySQL. It is for a fairly large script / program I am making. I want to be able to add / edit / delete templetes from an ACP interface. I also want to be able to export and import templates (for skin sets). Very similar to IPB (you can add, edit, remove, import skin, export skin, etc), for those of you who have used it.
So how should I store the templates? I don't want it to be a big mess just to make a script that will export everything, etc. Should I store the templates in a MySQL database? Will that be too slow to load them on each load? Should I store them flat-file, if so, how?
Any advice / help is greatly appreciated.
Thanks so much!
__________________
someotherguy582 [ Please login or register to view this content. Registration is FREE ]
IFTomatoes Developer
Last edited by someotherguy582; 06-21-2006 at 12:41 PM..
|