[TYPO3-ect] Spring and Symfony
Christian Welzel
gawain at camlann.de
Thu Oct 4 10:36:23 CEST 2007
Elmar Hinz wrote:
> After the quick startup by autogeneration the more work is awaiting
> because of the setters.
No, thats not true. you can always recreate the whole model with a simple
command line call. You dont have to change the model classes by hand.
Simply add your new tables/columns to the xml and voila, the model is
updated and all setters and getters are there.
> I think that's not really the road to go for
> lib/div, taking your responses according this question into account.
I would love to have setters/getters for all properties in lib/div.
The nice effect is: you can write api doc for it. And with this apidoc,
you can see in eclipse (for example) which methods are there, and what they
do. This is not possible with a simple obj->get('name','value'). You always
have to look into the code or in some html doc which properties are
supported.
--
MfG, Christian Welzel
GPG-Key: http://www.camlann.de/key.asc
Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15
More information about the TYPO3-team-extension-coordination
mailing list