Releases: hostnet/symfony1
Releases · hostnet/symfony1
phpVisibility in propel model generation
With this release we added a special feature to the propel generation where we can set the visibility of the generated methods for a column. This allows for a more easy migration to another model or interface.
You can use this feature as follows:
database:
table:
field:
type: INTEGER
phpVisibility: protected # visibility of generated methodsBy default the visibility is public, but when specified you can change this. This will influence the getter (i.e., getField) and the setter (i.e., setField($v)) for a field in your schema.
Depricated warning PHPmailer fixed
Merge pull request #9 from hostnet/hboomsma-patch-1 Update class.smtp.php
Fix for deprecation messages on the propel generator for php 5.4
Merge pull request #7 from iltar/1.4 Fixed the SYMFONY_CONSTANT version number
Fix for deprecation messages on the propel generator for php 5.4
v1.3.19 Fixed the SYMFONY_CONSTANT version number