mirror of
https://github.com/sbrl/thebigwarehouse.git
synced 2018-01-10 21:33:45 +00:00
[PHP] Add Getter / Setter method generator
This commit is contained in:
parent
e30bcb57f4
commit
d3cf6532c8
1 changed files with 1 additions and 0 deletions
|
@ -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/)
|
- [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
|
- [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.
|
||||||
|
|
Loading…
Reference in a new issue