The DIRECTORY_SEPARATOR is used in a number of files throughout symfony. A quick Google search reveals use of this constant is only necessary when handling the return value of file system functions -- not when defining file paths.
Can we update coding standards to specify use the the '/' literal rather than DIRECTORY_SEPARATOR? This would make for better readability. Kris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
