Hi, i want to create a table_method to show backend users list.
I have started to read some things about it but i have serious doubts.. First of all: If i generate the backend and the sfGuardUser admin module i get a list with the sfGuardUser fields: Id - Username - Algorithm - Salt - Password - Is active - Is super admin - Last login - Created at Updated at - Actions if I add this empty method below to sfGuardUserTable class, public function retrieveBackendJobList(Doctrine_Query $q) { //die("enter"); } and this line to generator.yml, config: list: table_method: retrieveBackendJobList I get the same list but only with the sfUser columns : Username - Created at - Updated at - Last login - Actions Note about the sfUser columns: im supposing that because in the head list it says "User list", but im not sure because i couldnt find the sfUser model anywhere... Any idea? Bye Javi -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-us...@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.