FrontPage »
Forums »
DaoGen Forums » variables within a class
variables within a class
Posted by anonymous 14.09.2008 23:24
I tried your DAO genarator. The source it generates looks good but I have not tried implementing it yet. One item I suggest is that since you already are creating setters and getters for the models, please make the local variables "protected" so that they are not modified outside of the class.