On Tue, May 8, 2012 at 7:08 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-05-08 09:25, Chanaka Dharmarathna a écrit :
See "Class Variables and Methods" in [0].
Hi Marc,
I went through that document. If the function is global, it will be like 'PMA_getDivForSliderEffect()' And if it is a local function (for particular class), it will be like 'getDivForSliderEffect()'.
If this is a public method, yes. If a private one, prefix its name with an underscore.
Though I went through that document before this, I couldn't get that
point.
Thanks for pointing out that.
-- Marc Delisle http://infomarc.info
Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Got it Marc. Thanks.