I notice that my admin generator filters are already case insensitive by default?
But if you need to customize your filter (or any part of your admin generator pages), in myapps > modules > mymodule, create a directory called 'templates'. Inside this templates directory, create a new file called '_filters.php'. Then go into your cache > myapp > myenvironment > mymodule > templates and find the partial _filters.php. Copy the contents of the cache _filters.php into your _filters.php. Now you can customize your _filters.php to add the string methods you require. Your _filters.php will override the one in the cache. >Symfony is a nice product but the documentation is attrocious. Of course, there is always room for someone to step up and help write more documentation! :-) It is easy for instance, to create a wiki page or a snippet once you get an account. http://www.symfony-project.org/community --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
