Welcome Guest, Not a member yet? Register   Sign In
Find double file names in helper directory?
#3

[eluser]xwero[/eluser]
Accidentally adding 2 helpers with the same name isn't possible because the name of the helper is filename based. You can't have two files with the same name in the same directory in any OS i know.

If you have a helper file in the system/helpers directory and one in the application/helpers directory the file in the latter directory will be loaded. But it's not a good idea because it causes confusion.

I think accidentally is the key word here. If you did it you should detect it in the development period of the app. If you create helper files in your app you should prevent helpers from having the same name.


Messages In This Thread
Find double file names in helper directory? - by El Forum - 08-17-2008, 09:35 AM
Find double file names in helper directory? - by El Forum - 08-18-2008, 01:53 AM
Find double file names in helper directory? - by El Forum - 08-18-2008, 02:13 AM
Find double file names in helper directory? - by El Forum - 08-18-2008, 08:07 AM
Find double file names in helper directory? - by El Forum - 08-18-2008, 08:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB