Hello, I start to put in modules the functions I need to use in more then one controller... I would like to know if I still need to use the double underscore at the begining of the function name to prevent it to be used as a controller function? Could it be a good idea to use the underscores to make it clear that those function are not controller function (or page function)?
Thanks Richard

