Re: [Phplib-users] templates with frames
Brought to you by:
nhruby,
richardarcher
|
From: Marko K. <Mar...@mc...> - 2002-04-16 07:28:24
|
Hi Alexander, > It is obviously easier to combine all the frames into one page with > tables, if your design parameters allow it. and probably it would lead to less confusion, since it's known that frames should be avoided in web programming, especially with phplib's session managment. Search this discussion list for earlier talks about this topic! Though, I also do use frames together with phplib, but you should know that only one of the frames would be able to directly save data back via page_close(), otherwise you might get conflicts between simultaneously accessing frames. If you've got a possibility to avoid frames, better do without it! Marko |