I am using Netbeans for PHP code. When I use the generator for the getter and setter methods in the class, the functions are called
get_something() set_something()
How can I generate functions in the case of a camel:
getSomething() setSomething()
What version of Netbeans are you using?
In 6.9, if you go Source -> Insert Code -> Getter.../Setter... , there is a drop-down list for the method name. There you can choose a camel case or use underscores.
Source -> Insert Code -> Getter.../Setter...
Source: https://habr.com/ru/post/1316584/More articles:RSA implementation in python - pythonIs there a way to extract regular expression text from a column in MySQL? - mysqlBest practice pointer - cExtract numbers / numeric characters from mysql row column - mysqlAndroid 2d canvas game: FPS jitter problem - androidHow does the Gmail spam filter work? - emailSaving dropdown lists using Entity Framework in ASP.NET MVC solution - drop-down-menufrom ... import * with __import__ function - pythonWhat is the best way to enable the latest version of jQuery? - jqueryHow to add image file to image list in code? - c #All Articles