Skip to content

Releases: hostnet/symfony1

phpVisibility in propel model generation

21 Apr 08:58

Choose a tag to compare

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 methods

By 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

03 Dec 15:54

Choose a tag to compare

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

07 Oct 14:20

Choose a tag to compare

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

07 Oct 14:21

Choose a tag to compare

v1.3.19

Fixed the SYMFONY_CONSTANT version number

Warnings for doctrine in PHP5.4

04 Aug 07:21

Choose a tag to compare