Friday, February 5, 2010

Get / set generator

I know some IDEs for Java already include this feature, but I was looking something similar for PHP and this is what I found:

http://www.icurtain.co.uk/getset.php

This generator works for any language. It basically gets the variable names (separated by comma) and generates the get and set method for each one.

Helps to save a lot of time!

No comments:

Post a Comment