Page 2 of 2

Posted: Thu Aug 10, 2006 6:01 pm
by johnk
Hi. Noob here. I suggest always storing the data in a format that's appropriate (in this case, as a db table) and then "compiling" it into a form that's most efficient for execution. That is often in the storage format, but it may also mean as compilable code. I like to store strings in a table, and emit them to PHP files.

Posted: Fri Aug 11, 2006 8:40 am
by neophyte
I've not been following this thread too closely --- but anybody consider sqlite? All the speed of a flat file with all the access of SQL.