[symfony-users] How can i see the content of Auto* classes of backend ?

2010-03-16 Thread Javier Garcia
Hi, i have created a backend and an admin module. In apps/backend/modules/actions/actions.class.php I have this : class cocheActions extends autoCocheActions { } Is there any way to see the content of autoCocheActions ? My proposal is find out how the pagination in backend works, concretely

Re: [symfony-users] How can i see the content of Auto* classes of backend ?

2010-03-16 Thread Stéphane
Hi, These classes are in the $project/cache/$env/$app dir They are deleted when you symfony cc Cheers, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Tue, Mar 16, 2010 at 1:43 PM, Javier Garcia