<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 1, 2013 at 2:11 PM, Dieter Adriaenssens <span dir="ltr"><<a href="mailto:dieter.adriaenssens@gmail.com" target="_blank">dieter.adriaenssens@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">2013/8/31 Mohamed Ashraf <<a href="mailto:mohamed.ashraf.213@gmail.com">mohamed.ashraf.213@gmail.com</a>>:<br>


<div><div class="h5">> I was looking but didnt find the phpma coding standard for things like docs,<br>
> function names and conventions.<br>
><br>
> The question I was looking for was the function name convention for library<br>
> function since I saw two standards being followed in the codebase and I am<br>
> not sure which is correct.<br>
<br>
</div></div>If I'm not mistaken, PHP library methods should have this form<br>
(following the PEAR standard) :<br>
<br>
PMA_someFunction()<br>
<br>
- PMA prefix<br>
- camelCasing<br>
<br>
What other kind of standard did you find?<br>
<br></blockquote>PMA_generate_common_hidden_inputs<br><div class="gmail_extra" style>I did not know if we are using underscores or camel casing. I looked at the pear standard and found out about the rest of the conventions for code. but not the documentation convention.</div>

<div class="gmail_extra" style>for example if a function returns two things how is that represented in the documentation.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


--<br>
Kind regards,<br>
<br>
Dieter Adriaenssens<br>
<br>
------------------------------------------------------------------------------<br>
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!<br>
Discover the easy way to master current and previous Microsoft technologies<br>
and advance your career. Get an incredible 1,500+ hours of step-by-step<br>
tutorial videos with LearnDevNow. Subscribe today and save!<br>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk" target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Mohamed Ashraf
</div></div>