2013/8/31 Mohamed Ashraf mohamed.ashraf.213@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?