Hi,
I did modify everything so I do get the
components.class.php in the
cache/[application_name]/[environnement_name]/modules/[module_name]/actions/components.class.php
who have the
class auto[module_name]Components extends sfComponents
in it
I also have in my regular module the components.c
Hi florynth,
did you create a new admin generator template which should also create
an autoModuleNameComponent? If not, then no such component will be
generated and you should just extend sfComponents like you would with a
normal component in a module.
If you have in fact added a component to th