On 3/2/07, scragz <[EMAIL PROTECTED]> wrote: > > Um, specifically: > > "When you need to output a large or even a medium sized static bit of > text it is faster and simpler to put it outside the of PHP. This will > make the PHP's parser effectively skipover this bit of text and output > it as is without any overhead. You should be careful however and not
Been there read that many many months ago and got over it :) What ilia fails to mention is at what point the performance starts to suffer - I have personally tested this with 60 context switches and did not find the difference worth the lack of maintainability. That said I know about a very huge Internet company who use PHP a great deal to compile the multiple page breaks into a single one but then they get billions of visitors.... Cheers Tarique P.S. I guess this is what Chris means when he says "Just build it Damn it!!" -- ============================================================= PHP for E-Biz: http://sanisoft.com Cheesecake-Photoblog: http://cheesecake-photoblog.org ============================================================= --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
