Hello

Can someone please tell me how to get the Controller::view property to
work properly? I set the view to a custom view class in a controller
(in the plugins folder). Whatever I tried, I didn't got Cake to load
my view in a 'normal' expected way with any naming convention what so
ever.

What I have done now is in the beforeRender checking for this->view
and loading the file manualy. Also, I tried loading with App::Import,
but although it returned true, it didn't actually load the class, very
strange.

Wouldn't it be a nice idea to make it work just like loading models
and controllers? In a plugin for example you can create a
pluginname_app_controller class for instance, but somehow this doesn't
seem to be the case with views.

So how should it be done in a Cake way?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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