[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 
how the values of the forms are kept while browsing pages.


Javi

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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


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 tirengar...@gmail.comwrote:

 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 how
 the values of the forms are kept while browsing pages.

 Javi

 --
 If you want to report a vulnerability issue on symfony, please send it to
 security at symfony-project.com

 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.comsymfony-users%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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