Every time when the user wisite a url like /controller/action/, and the cakephp will load the models and components declared in this controller, which might be improvident because not every visit need to loac the heavy models and components class. For example, the url /blog/create/ ,when GET, I just want to display a page for the user to create a blog. So then what to do? config for every action's GET and POST? or code carefully to avoid this? How to do there is better?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
