[Phpmyadmin-devel] coding standards for phpmyadmin

Dieter Adriaenssens dieter.adriaenssens at gmail.com
Sun Sep 1 14:11:03 CEST 2013


2013/8/31 Mohamed Ashraf <mohamed.ashraf.213 at gmail.com>:
> I was looking but didnt find the phpma coding standard for things like docs,
> function names and conventions.
>
> The question I was looking for was the function name convention for library
> function since I saw two standards being followed in the codebase and I am
> not sure which is correct.

If I'm not mistaken, PHP library methods should have this form
(following the PEAR standard) :

PMA_someFunction()

- PMA prefix
- camelCasing

What other kind of standard did you find?

-- 
Kind regards,

Dieter Adriaenssens




More information about the Developers mailing list