On Sep 3, 7:00 pm, xephex <[EMAIL PROTECTED]> wrote: > When reading throug CakePHP's code, an idea came to me and I wanted to > share it with you. > It became a bit more text than I thougt so I put it into a PDF. > > http://cake-php.googlegroups.com/web/The+Factory+function.pdf > > What do you think? Would it make sense to implement that?
Kudos for the time invested. My concern is that caching and unnecessary creation of objects. (The objects have to be created even if the page is already cached). I have noticed that object creation (even for some single pages with "Hello world") slows down the pages at least to some extent. -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
