<br><br><div class="gmail_quote">On Tue, May 8, 2012 at 6:42 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Le 2012-05-08 09:01, Chanaka Dharmarathna a écrit :<br>
(...)<br>
<div class="im">>>> Hi Rouslan,<br>
>>><br>
>>> Do you have any idea of using different naming conventions for this<br>
>>> ('PMA_generate_slider_effect') function than general. (not only this,<br>
>> there<br>
>>> are several functions)<br>
>>> Generally function names are like 'PMA_meaningfulDescription()'. This<br>
>> does<br>
>>> not use underscores after 'PMA_' part and use camel caps.<br>
>>> But here it is 'PMA_generate_slider_effect()'. Its different.<br>
>>><br>
>>> As well, Since this function is going to return a string after modifying,<br>
>>> the name should be change to give a meaning to the user (developer).<br>
>>> I'm thinking modify the name with 'get' phrase for that kind of<br>
>> functions.<br>
>>> Ex :- 'PMA_getSliderEffectGeneratingHtml()' instead of<br>
>>> 'PMA_generate_slider_effect' (existing one)<br>
>>> Do you have any suggestions on that ?<br>
>>><br>
>>> Regards !<br>
>><br>
>> PMA_getDivForSliderEffect()<br>
>><br>
>> By the way, this is the naming convention for a global function (outside<br>
>> a class). Will this be inside a class?<br>
><br>
</div><div class="im">> Hi Marc,<br>
><br>
> That name is seems pretty good. Thanks for suggesting.<br>
> And Marc, what about the naming convention of local (for a class) methods.<br>
><br>
> As I feel common.lib.php file should contain a class and this function will<br>
> be inside that.<br>
><br>
> Regards !<br>
<br>
</div>See "Class Variables and Methods" in [0].<br>
<br>
[0] <a href="http://pear.php.net/manual/en/standards.naming.php" target="_blank">http://pear.php.net/manual/en/standards.naming.php</a><br>
<div class="HOEnZb"><div class="h5"><br>
<br>
--<br>
Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
</div></div><br>------------------------------------------------------------------------------<br>
Live Security Virtual Conference<br>
Exclusive live event will cover all the ways today's security and<br>
threat landscape has changed and how IT managers can respond. Discussions<br>
will include endpoint security, mobile security and the latest in malware<br>
threats. <a href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/" target="_blank">http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</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>
<br></blockquote></div><br>Hi Marc,<br><br>I went through that document.<br>If the function is global, it will be like 'PMA_getDivForSliderEffect()'<br>And if it is a local function (for particular class), it will be like 'getDivForSliderEffect()'.<br>
<br>Though I went through that document before this, I couldn't get that point.<br>Thanks for pointing out that.<br><br>Regards !<br>-- <br>____________________________________<br><br>Chanaka Indrajith<br>Bsc.Computer Engineering Undergraduate<br>
Faculty of Engineering<br>University of Peradeniya<br>Sri Lanka<br>____________________________________<br><br>