Ticket #1207 (closed defect: fixed)

Opened 12 months ago

Last modified 10 months ago

versionable model files not generated

Reported by: gimler Owned by: jwage
Priority: blocker Milestone:
Component: Schema Files Version: 1.0.0
Severity: Keywords:
Cc: Has Test: no
Status: Pending Core Response Has Patch: no

Description

doctrine doesn't generate tblSCSiteVersion.php file ;(

tblSCSite:
  tableName: tbl_sc_site
  actAs:
    Timestampable:
    Versionable:
      tableName: tbl_sc_site_version
      className: tblSCSiteVersion
  columns:
    id:
      type: integer(4)
      primary: true
      autoincrement: true

system: symfony 1.0.17 with sfDoctrinePlugin

Change History

Changed 12 months ago by romanb

  • milestone changed from 0.11.1 to 1.0.0-BETA1

Changed 11 months ago by jwage

  • version changed from 0.11 to 1.0
  • milestone changed from Unknown to 1.0.0-RC1

Changed 11 months ago by jwage

  • status changed from new to closed
  • resolution set to fixed

(In [4742]) fixes #1207

Changed 11 months ago by jwage

 http://www.phpdoctrine.org/documentation/manual/1_0?one-page#behaviors:generating-files

You need to use the options to tell it to generate files. By default behavior classes are generated and evaluated at runtime.

Changed 10 months ago by anonymous

  • milestone New deleted

Milestone New deleted

Note: See TracTickets for help on using tickets.