1
0
Fork 0

[PHP] Add Getter / Setter method generator

This commit is contained in:
Starbeamrainbowlabs 2016-09-28 11:30:34 +01:00 committed by GitHub
parent e30bcb57f4
commit d3cf6532c8
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@
- [Fixing cURL's HTTPS issues](https://snippets.webaware.com.au/howto/stop-turning-off-curlopt_ssl_verifypeer-and-fix-your-php-config/)
- [PHP Markdown](https://michelf.ca/projects/php-markdown/) - An alternative markdown parser for PHP
- [Getter / Setter method generator](http://mikeangstadt.name/projects/getter-setter-gen/) - An online generator that generates all the getter / setter methods for a class automagically. Just paste in your class and it'll do the rest.