Re: [PHP] Modularity--Optimizing Includes and Libs

2001-09-20 Thread Tamas Arpad
Hi, I have the same problem. We have a fairly complex and huge system with many functions/features in it with 1,6Mb of plain php code (without desing). For page generation usually one half (or third maybe) of the code is needed. I found that php parses and complies the code in 0.6secs (withou

[PHP] Modularity--Optimizing Includes and Libs

2001-09-19 Thread Bora Paksoy
Hi; I have a question regarding includes and writing library modules in PHP. In one of the replies to my previous e-mail,I was told that PHP parses/compiles pages everytime a new request comes in. So, does this mean we have to minimize the amount of code per page (which also means to minimize n