Hello

I'm trying to override sfPHPView because I need few more features.

I've created my new class sfMYView and saved it in a file called
sfMYView.class.php.
Then I've added these lines to my_module/config/module.yml

all:
  enabled:            true
  view_class:         sfMY
  partial_view_class: sf

The point is that when I try to view the page I get :
Fatal error: Class 'sfMYView' not found in /home/... /
sfController.class.php on line 376

I think that the class sfMYView is not loaded.
Where Do I have to save the file sfMYView.class.php ? I've tried to
put it in /symfony/lib/view/ or mymodule/lib/

Where am I wrong ?

Thanks

--
Simone
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to