yeah you can create a controller without any view, you can easy put
the view in the controller also. But that is the bad practice and then
what is the benifit of MVC structure. We can do anything of own with
cakePHP but if we follow the instruction of structure then performance
of our application is best.

Thanks & Regards
Sourabh Sharma

On Apr 19, 5:51 am, Wizardry <[EMAIL PROTECTED]> wrote:
> Is it possible to have a controller that prints a simple 'Hello World'
> without having an underlying index view?
>
> In case anyone is wondering why would I want such a thing, well I
> wanted to test the performance of the CakePHP framework and wished to
> know the differences in response time for the controller making a call
> to the view to do an action and correspondingly doing it itself.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to