Page 1 of 1

Naming convention.

Posted: Mon Apr 13, 2020 7:17 pm
by mariostg
I am working on my first module, and I am trying to be consistent with naming files.
I see different prefixes: action., method., function., method.,. Probably others exist.

Is there a convention? Is this documented somewhere?

Thanks.

Re: Naming convention.

Posted: Tue Apr 14, 2020 10:53 am
by velden
Maybe you already did else I'd advice you to read this document: http://docs.cmsmadesimple.org/uploads/M ... torial.pdf

Re: Naming convention.

Posted: Fri Apr 17, 2020 8:11 pm
by mariostg
@velden
I indeed read the document you referenced. I used it as a model I followed. It's a very good starting point, but does not elaborate on best practices although it touches on directory structure.
Thanks.