Great job!<div><br></div><div>I haven't got the idea of having the Pascal cased function names though.</div><div><br></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">
Naming Conventions<br>Class names are camel cased. Function names are Pascal cased.No underscore on private class members.Constants are all upper cased.</blockquote><div><br></div><div>In addition the example a few lines above has a camelcased function name:</div>
<div><br></div><div><pre style><?php
function fooFunction($arg1, $arg2 = '') {</pre></div><div><br></div><div>---</div><div>Victor</div><div><br></div><br><div class="gmail_quote">On Mon, Jul 30, 2012 at 6:01 PM, Thomas Müller <span dir="ltr"><<a href="mailto:thomas.mueller@tmit.eu" target="_blank">thomas.mueller@tmit.eu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'd like to point you to a new page on the ownCloud dev center:<br>
<a href="http://owncloud.org/coding-style-guide/" target="_blank">http://owncloud.org/coding-style-guide/</a><br>
<br>
Based on the discussions on IRC and the fine tuning of PHP Code Sniffer I<br>
quickly wrote that page as a starting point to specify the ownCloud coding style guide.<br>
<br>
This just a starting point and some topics have not been discussed yet.<br>
<br>
Your feedback is more than welcome!<br>
<br>
Thanks a lot,<br>
<br>
Tom<br>
<br>
<br></blockquote></div></div>