Re: [PHP-DOC] Idea of pregenerating notes

2003-08-24 Thread Mehdi
>> -1 for using pre-generated notes. Next time we want to change the >> layout of the notes, what will we do ? let PHP work on fly ;) >> didou > > Original notes are remaining untouched on the master server. > update-user-notes fetches data from there frequently > (id don't know how frequently), an

Re: [PHP-DOC] Idea of pregenerating notes

2003-08-22 Thread Heilig \(Cece\) Szabolcs
> -1 for using pre-generated notes. Next time we want to change the layout > of the notes, what will we do ? let PHP work on fly ;) > didou Original notes are remaining untouched on the master server. update-user-notes fetches data from there frequently (id don't know how frequently), and stores u

Re: [PHP-DOC] Idea of pregenerating notes

2003-08-22 Thread Mehdi
> Hello! Hi, > Based on the idea of Goba, i did some measurement on user notes. > > Goba's idea is: > We can save resources if we pregenerate formatted notes, > and stores that content instead the raw notes. At this > time every note requires a preg_replace, and a highlight_php() > filter. If we m

[PHP-DOC] Idea of pregenerating notes

2003-08-22 Thread Heilig \(Cece\) Szabolcs
Hello! Based on the idea of Goba, i did some measurement on user notes. Goba's idea is: We can save resources if we pregenerate formatted notes, and stores that content instead the raw notes. At this time every note requires a preg_replace, and a highlight_php() filter. If we move clean_note() fr