[TYPO3-mvc] little script for creating getters and setters with javascript

Felix Oertel mehl at foertel.com
Tue Feb 15 08:14:32 CET 2011


hey,

Am 15.02.11 00:57, schrieb Simon Schaufelberger (Schaufi):
> i have written a small javascript

yeah, cool. ;) i've got shortcuts in textmate for this.

i would leave out the comments in your script "Getter for"/"Setter for" 
and "property" after "@param $property". why bloat your model like this? ;)

you also could add:

/**
  * @var {type}
  **/
protected ${property};

and generate sql and ext_tables.php. ;-)

regards, foertel


More information about the TYPO3-project-typo3v4mvc mailing list