Identical controller names

2013-10-09 Thread CrotchFrog
Would it be considered bad practice to have two identical controller names? For example I was wondering about having a 'UsersController' to keep my logic separate from 'UsersController' in one of my plugins, or would it be best to just name one or the other differently? I can foresee one

Re: Identical controller names

2013-10-09 Thread Reuben
identical controller names? For example I was wondering about having a 'UsersController' to keep my logic separate from 'UsersController' in one of my plugins, or would it be best to just name one or the other differently? I can foresee one or two issues going this route but am I missing

Re: Identical controller names

2013-10-09 Thread Ed Propsner
it be considered bad practice to have two identical controller names? For example I was wondering about having a 'UsersController' to keep my logic separate from 'UsersController' in one of my plugins, or would it be best to just name one or the other differently? I can foresee one or two issues going

Re: Identical controller names

2013-10-09 Thread Борислав Събев
it be considered bad practice to have two identical controller names? For example I was wondering about having a 'UsersController' to keep my logic separate from 'UsersController' in one of my plugins, or would it be best to just name one or the other differently? I can foresee one or two issues going

Re: Identical controller names

2013-10-09 Thread Ed Propsner
UsersController classes trying to occupy the global name space. Regards Reuben Helms On Thursday, 10 October 2013 03:29:49 UTC+10, CrotchFrog wrote: Would it be considered bad practice to have two identical controller names? For example I was wondering about having a 'UsersController